安裝 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.