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
Thanks for the mod! Its great !
My Linux AppData directory appears to be ~/.local/share/Surviving Mars
I created a Music (capital M) directory that is readable by all
~/.local/share/Surviving Mars/Music
drwxr-xr-x 2 mx mx 4096 Mar 8 13:50 Music
put a single file in it called daisy.mp3
-rw-r--r-- 1 mx mx 4615205 Mar 8 13:50 daisy.mp3
and I hear the static when I change radio channels but daisy.mp3 does not play.
relevant log entries
Loaded mod def Custom Music...[truncated]
Loading Custom Music(id ChoGGi_CustomMusic, version 0.03-003) items from PackedMods/1411106409/
Savegame Mod Custom Music (id ChoGGi_CustomMusic, version 0.03-003)
Saw no error messages
I gratefully use and enjoy many of your other SM mods without issue
display_name = T(302535920011404, "Custom Music"),
to
display_name = T(0, "Some new title"),
"id", "ChoGGi_CustomMusic",
to
"id", "ChoGGi_CustomMusic2",
in script.lua first change
if RadioStationPresets.Custom_Music_FTW then
to
if RadioStationPresets.Custom_Music_FTW2 then
then change
id = "Custom_Music_FTW",
to
id = "Custom_Music_FTW2",
lastly change
folder = "AppData/Music",
to
folder = "AppData/Music2",
and lets see if this get mangled by steam
When I change the ID do I need to change it to something specific or does it not matter? The last thing I can say that if you want to, (I'm not trying to take up to much of your time) maybe you could try doing this yourself because it may be easier for you then trying to figure out what I've done wrong with my little to no knowledge on codding. Thanks again for all the help an hopefully we can fix this problem.
"if RadioStationPresets.Custom_Music_FTW2 then return"
Not sure why items.lua is gone? Unless you saved it in the mod editor. I don't use the editor, so I don't fill out items.lua, which cause issues with the editor. Just copy the original mod, edit it in notepad (or whatever) and stay away from the mod editor.
"Failed to load mod items from Custom Music 2 (id e5rwUqm, version 0.00-001). Error: cannot read AppData/Mods/Custom Music 2/items.lua: File Not Found"
Is there anything else I need to change? Also while I was looking in the script.lua I noticed one of the lines was this:
"folder = "AppData/Music","
Do I need to change the word Music to something different in order to keep the 2 separate custom radio stations from playing the same music?
https://github.com/ChoGGi/SurvivingMars_CheatMods/tree/master/Mods%20ChoGGi
or
https://www.nexusmods.com/survivingmars/mods/77?tab=files
Stick it in your profile folder>Mods (you'll need to create the folder if you haven't used the mod editor).
profile folder: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1777493789
SM Mods don't have permission to change files on your computer, you gotta create the folder and stick files in it.
If they're just loose opus/wav files then you can put them in %AppData%\Surviving Mars\Music and have at it.
hpk.exe: https://github.com/nickelc/hpk/releases
Da Vinci
Probably should have everything updated next weekish.