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
Secondly, one of the Hotland variations (I believe it's the one replacing Utero) has no music until I get into a combat situation, and when I'm done with it the music fades back out into silence.
Both of these were tested with and without any other mods enabled, so it's not my mods conflicting with this one.
2) what the hell? I literally just pushed a fix for this, and it still doesn't work...? I'm gonna try again
2. I reinstalled the mod to see if my game maybe hadn't updated to accommodate that fix, but it still wasn't working. So I looked into the music.xml, and at least on my files, there's no intro for Utero. However adding an intro before the path, fixes the issue right up! Basically this whole line of code below for the Utero track (line 20 on notepad++ at least) fixes the issue just fine for me!
<track id="19" name="Utero" intro="the womb chapter four intro.ogg" path="The Womb Chapter Four.ogg" layer="The Womb Chapter Four.ogg" loop="true"/>
Of course I'm not trying to tell you how to code your mod but that's how I got it to work!