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
Anyway if you want different songs just replace the tracks with your own and rename the files to the replaced track name.
0 modding experience needed.
backup your changes for the off chance it gets updated.
Just letting people know this is doable with this mod
@Augustus Martialis Awesome mod
Cool. I'll get to work on it now.
Awesome, I will link to it from my mod's description.
You're free to make it. If you do, I might incorporate it into the mod after its next update, giving proper credit to you of course.
Your suggestion worked. I'll be uploading it after I post this comment. Also, what do you think of me making an addon for the MSF that adds all the random codenames from Peace Walker to the Stealth Operatives?
No. I didn't think of that. I'll go try it and see if that fixes it.
Did you add a reference to the world marshal mod? If not, your mod may end up loading first and the update will fail.
I'm gonna need your help with the coding after all. I tried XML and SQL but it just wouldn't override his soundtrack.
I'll show you what I did for each:
XML:
<Gamedata>
<Civilizations>
<Update>
<Where Type="CIVILIZATION_WORLD_MARSHAL"/>
<Set SoundtrackTag="MGR"/>
</Update>
</Civilizations>
</Gamedata>
SQL:
UPDATE Civilizations
SET SoundtrackTag = 'MGR'
WHERE Type = 'CIVILIZATION_WORLD_MARSHAL';
I don't know why it wouldn't work, but maybe you know.