Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
might as well include it anyway tho, cus why not
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.
You'd have to find the female voice lines and replace them. I couldn't find them, sorry.
nyet
Cool.
It should.
It's a timeless classic franchise
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")
[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]
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'
I tryed to add it under entities, but it just does not say anything
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.
Of course.
I will credit you!
I'm afraid that it's impossible since the functions that detect the player deaths are managed by the server :v
What do you mean?
Great, I'm glad it worked.
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.
No, but I understand how that would screw up the meta of TTT, I might work an admin option for it just now.