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
someone sent a voiceover pack of Bill on an uninfected hunter mod's page that I thought you could use for a talker
"responses =
[
{
func = Custom_Talker_Marlton.PlayerRemarkWorldC6M3_BridgeRunMarlton,
followup = RThenAny("WorldC6M3_ByBridge01", -1.13), // THANKS, YOU THREE!
},
],"
although they still wont play any voiceline.
VSCode helped me find those, so I recommend that and the squirrel extension, so any errors are linted red
then WorldC6M3_ByBridge01 foo:0 -1.130
I think this is a mistake? thanks valve
so need to manually add "any":
then any WorldC6M3_ByBridge01 foo:0 -1.130
I usually need to do this before the python script that formats it to RThen
here is a zip file with the scripts, i followed the python scripts that u shared and used that and the voicelines just wont play.