Інсталювати 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 (в’єтнамська)
Повідомити про проблему з перекладом
Now within the mod folder there is a folder called 'Defs' you need to open that then subsequently open 'SongDefs'. Then you need to use a text editor to open the xml file.
This is the format that worked for me. Before the </SongDefs> at the bottom of the file you need to add this structure
<SongDef>
<clipPath>song1</clipPath>
<volume>0.9</volume>
<tense>true</tense>
<allowedTimeOfDay>Day</allowedTimeOfDay>
<playOnMap>true</playOnMap>
</SongDef>
<SongDef>
<clipPath>song2</clipPath>
<volume>0.8</volume>
<tense>false</tense>
<allowedTimeOfDay>Night</allowedTimeOfDay>
<playOnMap>false</playOnMap>
</SongDef>
<SongDef>
<clipPath>song3</clipPath>
<volume>0.6</volume>
<tense>true</tense>
<allowedTimeOfDay>Night</allowedTimeOfDay>
<playOnMap>true</playOnMap>
</SongDef>
<volume></volume> : I believe this sets max volume for the song but I'm not entirely sure.
<allowedTimeOfDay></AllowedTimeOfDay> : Sets song to play at day or night
<playOnMap></playOnMap> : Sets song as a main menu or end credit song.
<tense></tense> : If set to "true" the song plays during combat.
WARNINGS.
Do NOT put the file extention after the track title as that will result in errors and no song.
As far as i know the song title shouldnt have any special characters in it like %$#@!^&*() but it can have ''_'' i used Freac to replace the spaces in the filenames of my songs to underscores.