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
I will update my mods soon.
The songs.asset & songs.txt files can be named anything. For example, NotAlone.asset & NotAlone.txt
After that you put the line for the songs added by your mod only, so you'd want your txt to be something like:
song = {
name = "notalone"
}
and the .asset
music = {
name = "notalone"
file = "notalone.ogg"
volume = 0.8
}
After that they should be compatible with everything. If you also want the thumbnail to be working you add the line picture="thumbnail.png" to your .mod files, both the descriptor and the other one then slap a square picture by the same name in the main mod folder (same one where the music folder for example is)