Garry's Mod
Unreal Tournament Announcer System
151 σχόλια
Klonoa 28 Μαϊ, 6:39 
This game is so good that one of its announcer lines was used for the name of another game. Nigga that's nuts!
skunkmommy 29 Αυγ 2024, 12:37 
@D3mo i thought that was a quake 3 thing, I play UT99 pretty regularly and the announcer doesn't say anything if you kys. but i know quake 3 does that
might as well include it anyway tho, cus why not
HellD3moeen 6 Μαϊ 2024, 10:31 
it would be fun if you can add like Humilation from killing yourself with your own rocket or grenade and First blood on first kill. this is my suggestion :D respect for your addon
Annex 18 Οκτ 2023, 21:48 
headshot?
Dekko 14 Φεβ 2023, 9:10 
Hey, what part of the lua do i adjust to up the fire rate?
Hideo Kojima 13 Σεπ 2022, 18:31 
Ah I see, because it would only work on NPCS but not other players. Thanks for the quick reply though!
DyaMetR  [Δημιουργός] 13 Σεπ 2022, 18:04 
@Jib
It's supposed to work on NPCs and players but it's been a long time since I made it and probably right now it won't work with things like zeta players and nextbots.
Hideo Kojima 13 Σεπ 2022, 17:40 
Is it supposed to work only on NPCs?
heartattackphil 27 Ιουν 2022, 6:03 
holy shit yeah can you give this zeta player support?
Goodbey Windows 7+10 2 Ιουν 2022, 0:37 
Sad that its not working with Zeta Players ;-;
GHForever 26 Απρ 2022, 19:44 
H O L Y S H I T
Blanc (Next White) 22 Φεβ 2021, 22:15 
Can I do a UT3 version?
AmusingIdiot 27 Οκτ 2020, 5:19 
HOLY SHIT!
DyaMetR  [Δημιουργός] 29 Μαρ 2020, 12:35 
@RWBYfangirl4
You'd have to find the female voice lines and replace them. I couldn't find them, sorry.
RWBYfangirl 29 Μαρ 2020, 12:12 
Its the male voice how do i change that?
Mayano Top Gun 22 Φεβ 2019, 10:04 
K.O!
DyaMetR  [Δημιουργός] 14 Απρ 2018, 12:20 
@Facepalm Incarnate
nyet
Captain Pentium 14 Απρ 2018, 12:19 
But is it the sexy voice?
Mr. Gibus 24 Ιουλ 2017, 10:24 
@DyaMetR
Cool.
DyaMetR  [Δημιουργός] 24 Ιουλ 2017, 6:56 
@Mr. Gibus
It should.
Mr. Gibus 23 Ιουλ 2017, 16:45 
wait is this the one that eventually goes "HOLY SHIT!"
benemrah 15 Ιουν 2017, 4:49 
Works well. :phoenixstar: :phoenixstar: :phoenixstar: :phoenixstar: :phoenixstar:
The Demon God Incarnate 1 Ιουν 2017, 9:10 
DyaMetR Indeed. It is a classic. :)
DyaMetR  [Δημιουργός] 14 Μαρ 2017, 4:25 
@DELUXEGOLDSH33P
It's a timeless classic franchise
jahpeg 24 Φεβ 2017, 2:48 
I replaced it with the TSFP announcer lel
tiki 29 Ιαν 2017, 6:04 
This is neat, really suits my deathmatch server.
alemismun 10 Δεκ 2016, 11:48 
I suppose ill have to go learn how to do that lel, thanks for the info
DyaMetR  [Δημιουργός] 10 Δεκ 2016, 10:47 
@alemismun
Inside the 'lua' folder you'll see the 'autorun' folder which contains another two folders: 'server' and 'client' which contain their respective files. Both of those files need to go to the 'gamemode' folder (inside of your gamemode). Then, you need to go to the 'init.lua' and 'include' the serverside (the one that was in the server folder) file and 'AddCSLuaFile' the clientside file (the one that was inside the client folder). Then, you need to go to 'cl_init.lua' and 'include' the clientside file.

e.g.
include("file.lua")
AddCSLuaFile("file.lua")
alemismun 10 Δεκ 2016, 10:30 
I did not get that last part.
[quote]
Then, you'll need to add the server file (inside the 'server' folder -- you can take it out and put it in the main gamemode folder' in 'init.lua' as a 'include' and the same with the client file in 'cl_init.lua' as an 'include' and in the 'init.lua' as a 'AddCSLuaFile'
[/quote]
DyaMetR  [Δημιουργός] 10 Δεκ 2016, 10:13 
@alemismun
In that case, add the 'sound' folder in the 'contents' folder, and empty the contents of the 'lua' folder inside the 'gamemode' folder. Then, you'll need to add the server file (inside the 'server' folder -- you can take it out and put it in the main gamemode folder' in 'init.lua' as a 'include' and the same with the client file in 'cl_init.lua' as an 'include' and in the 'init.lua' as a 'AddCSLuaFile'
alemismun 10 Δεκ 2016, 9:52 
well I wanted to add it to a gamemode so that way servers dont need the addon, so it comes with the gamemode.

I tryed to add it under entities, but it just does not say anything
DyaMetR  [Δημιουργός] 10 Δεκ 2016, 8:23 
@alemismun
Nope! hehe, if you uncompressed the Steam Workshop version (which I think that's the only one currently) then you need to create a folder inside your addons folder, and place the 'lua' and the 'sound' folder inside there.
alemismun 10 Δεκ 2016, 8:22 
Oddl then it should work but it is not humm...
alemismun 10 Δεκ 2016, 8:16 
Hey uh, simple question just in case, the files (lua and sound) go in entities right?
alemismun 10 Δεκ 2016, 8:04 
Thanks!
DyaMetR  [Δημιουργός] 10 Δεκ 2016, 8:02 
@alemismun
Of course.
alemismun 10 Δεκ 2016, 7:42 
Hey uh, could I use this on my gamemode?
I will credit you!
D1.yt 10 Οκτ 2016, 10:17 
Oh, I didn't know that. But thanks for your time :)
DyaMetR  [Δημιουργός] 9 Οκτ 2016, 13:49 
@craniel ส็็็็็็็
I'm afraid that it's impossible since the functions that detect the player deaths are managed by the server :v
D1.yt 9 Οκτ 2016, 11:50 
The server part is easy and unimportant for you :D
D1.yt 9 Οκτ 2016, 11:49 
I mean a version, without a lua being loaded by the server. Just clientside. So it only counts your own kills.
DyaMetR  [Δημιουργός] 8 Οκτ 2016, 13:56 
@craniel ส็็็็็็็
What do you mean?
D1.yt 8 Οκτ 2016, 11:41 
Actually, could you write a clientside version without the whole messaging? So my server only has to force the client to download it and does not have to run the files?
DyaMetR  [Δημιουργός] 8 Οκτ 2016, 11:19 
@craniel ส็็็็็็็
Great, I'm glad it worked.
D1.yt 8 Οκτ 2016, 8:46 
Working after some tries of entering the command
D1.yt 8 Οκτ 2016, 5:40 
I didn't tested it yet, but I wrote "unrealsounds_forcehidestreaks 1" into my server screen. There is no output, so maybe you could add that. Later I will test if it's working
D1.yt 8 Οκτ 2016, 4:53 
WOW, THANK YOU. It is just really insane, you answered that fast and already worked a patch out. Thank you, I will test it in the next time.
DyaMetR  [Δημιουργός] 7 Οκτ 2016, 14:27 
@craniel ส็็็็็็็
I worked a patch. I haven't tried it out fully, but if it works or not, tell me please.
Set 'unrealsounds_forcehidestreaks' to 1 on the server console to enable it. It should also save and work for every map change and server restart.
DyaMetR  [Δημιουργός] 7 Οκτ 2016, 13:31 
@craniel ส็็็็็็็
No, but I understand how that would screw up the meta of TTT, I might work an admin option for it just now.
D1.yt 7 Οκτ 2016, 9:35 
Is there an option to disable global killing spree messages? I want to use it for my TTT server