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
D3mo 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