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
Rather than SongDef, create a folder named MusicDef and inside make a .xml called Music_Sequences.xml.
The inside of the xml will look like this. Though there are three levels of defs you need to use,
HorrorRelax
HorrorTension
HorrorCombat
<MusicSequenceDef>
<defName>HorrorRelax</defName>
<loopDelayRange>1~2</loopDelayRange>
<minTimeToPlay>30</minTimeToPlay>
<loop>true</loop>
<songs>
<li>Name of Song</li>
<li>List of Songs in this Category</li>
</songs>
</MusicSequenceDef>
Music of course will be stored in a folder in Sounds after the levels of defnames.
Like this.
Horror_Relax
Horror_Tension
Horror_Combat
If you need a hand with doing this just send me a dm and I'll walk you through it.