安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






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.