Garry's Mod

Garry's Mod

Unreal Tournament Announcer System
151 Comments
Klonoa 28 May @ 6:39am 
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 Aug, 2024 @ 12:37pm 
@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
Demo 6 May, 2024 @ 10:31am 
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 Oct, 2023 @ 9:48pm 
headshot?
Dekko 14 Feb, 2023 @ 9:10am 
Hey, what part of the lua do i adjust to up the fire rate?
Hideo Kojima 13 Sep, 2022 @ 6:31pm 
Ah I see, because it would only work on NPCS but not other players. Thanks for the quick reply though!
DyaMetR  [author] 13 Sep, 2022 @ 6:04pm 
@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 Sep, 2022 @ 5:40pm 
Is it supposed to work only on NPCs?
heartattackphil 27 Jun, 2022 @ 6:03am 
holy shit yeah can you give this zeta player support?
Goodbey Windows 7 2 Jun, 2022 @ 12:37am 
Sad that its not working with Zeta Players ;-;
GHForever 26 Apr, 2022 @ 7:44pm 
H O L Y S H I T
Blanc (Next White) 22 Feb, 2021 @ 10:15pm 
Can I do a UT3 version?
AmusingIdiot 27 Oct, 2020 @ 5:19am 
HOLY SHIT!
DyaMetR  [author] 29 Mar, 2020 @ 12:35pm 
@RWBYfangirl4
You'd have to find the female voice lines and replace them. I couldn't find them, sorry.
RWBYfangirl 29 Mar, 2020 @ 12:12pm 
Its the male voice how do i change that?
Polygoon 22 Feb, 2019 @ 10:04am 
K.O!
DyaMetR  [author] 14 Apr, 2018 @ 12:20pm 
@Facepalm Incarnate
nyet
Captain Pentium 14 Apr, 2018 @ 12:19pm 
But is it the sexy voice?
Mr. Gibus 24 Jul, 2017 @ 10:24am 
@DyaMetR
Cool.
DyaMetR  [author] 24 Jul, 2017 @ 6:56am 
@Mr. Gibus
It should.
Mr. Gibus 23 Jul, 2017 @ 4:45pm 
wait is this the one that eventually goes "HOLY SHIT!"
benemrah 15 Jun, 2017 @ 4:49am 
Works well. :phoenixstar: :phoenixstar: :phoenixstar: :phoenixstar: :phoenixstar:
The Demon God Incarnate 1 Jun, 2017 @ 9:10am 
DyaMetR Indeed. It is a classic. :)
DyaMetR  [author] 14 Mar, 2017 @ 4:25am 
@DELUXEGOLDSH33P
It's a timeless classic franchise
jahpeg 24 Feb, 2017 @ 2:48am 
I replaced it with the TSFP announcer lel
oteek 29 Jan, 2017 @ 6:04am 
This is neat, really suits my deathmatch server.
alemismun 10 Dec, 2016 @ 11:48am 
I suppose ill have to go learn how to do that lel, thanks for the info
DyaMetR  [author] 10 Dec, 2016 @ 10:47am 
@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 Dec, 2016 @ 10:30am 
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  [author] 10 Dec, 2016 @ 10:13am 
@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 Dec, 2016 @ 9:52am 
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  [author] 10 Dec, 2016 @ 8:23am 
@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 Dec, 2016 @ 8:22am 
Oddl then it should work but it is not humm...
alemismun 10 Dec, 2016 @ 8:16am 
Hey uh, simple question just in case, the files (lua and sound) go in entities right?
alemismun 10 Dec, 2016 @ 8:04am 
Thanks!
DyaMetR  [author] 10 Dec, 2016 @ 8:02am 
@alemismun
Of course.
alemismun 10 Dec, 2016 @ 7:42am 
Hey uh, could I use this on my gamemode?
I will credit you!
D1.yt 10 Oct, 2016 @ 10:17am 
Oh, I didn't know that. But thanks for your time :)
DyaMetR  [author] 9 Oct, 2016 @ 1:49pm 
@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 Oct, 2016 @ 11:50am 
The server part is easy and unimportant for you :D
D1.yt 9 Oct, 2016 @ 11:49am 
I mean a version, without a lua being loaded by the server. Just clientside. So it only counts your own kills.
DyaMetR  [author] 8 Oct, 2016 @ 1:56pm 
@craniel ส็็็็็็็
What do you mean?
D1.yt 8 Oct, 2016 @ 11:41am 
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  [author] 8 Oct, 2016 @ 11:19am 
@craniel ส็็็็็็็
Great, I'm glad it worked.
D1.yt 8 Oct, 2016 @ 8:46am 
Working after some tries of entering the command
D1.yt 8 Oct, 2016 @ 5:40am 
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 Oct, 2016 @ 4:53am 
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  [author] 7 Oct, 2016 @ 2:27pm 
@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  [author] 7 Oct, 2016 @ 1:31pm 
@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 Oct, 2016 @ 9:35am 
Is there an option to disable global killing spree messages? I want to use it for my TTT server