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
A template project file is above.
So it's all based on file names. In the project, add as many actors as you want via the
VoiceActedRadioChatterMod.voiceActors.Add("FemaleYOURNAMEHERE");
They have to start with Male or Female to be read by the game.
Build that as a .dll and place it in the Assemblies folder of your mod.
Then go into Defs/SoundDefs/ and make sure there is an .xml file named UnitResponseFemaleYOURNAMEHERE.
Use the template or copy another make sure that they all point to a folder
Sounds/UnitResponse/FemaleYOURNAMEHERE
The folder needs to be filled with the right file names pointed to in the .xml files.
I'd love to be able to make packs using some of the games I have. Hoping I could use your work as a template!