Space Engineers

Space Engineers

TSO - Custom Sounds
15 Comments
SolarBits 13 Jun @ 12:53pm 
@TheSlaveOne
Youre the greatest of all Time :D
Thanks a lot
TheSlaveOne  [author] 12 Jun @ 5:58pm 
@SolarBits

Want 50 custom sounds. Check out : TSO - Custom Sounds - 50
Want 100 custom sounds. Check out : TSO - Custom Sounds - 100
SolarBits 9 Jun @ 10:41am 
@TheSlaveOne - 100 would be awesome :D
Btw i always use your mod its very cool and easy to use, thanks for that :)
If youre wondering im already full with 25,i need some moar troll musics in my list xD
TheSlaveOne  [author] 8 Jun @ 2:34pm 
@SolarBits - Should be possible to create a mod that supports more than 25. I just picked 25. Ir seemed like a good amount One thing to be aware of is that the number of songs will be in the list as a choice even if they are missing. So you would have to scroll past let's say any additional ones that are not located in the sound directory. What were you thinking? 50? 100? Either one It would be a bunch of testing.
SolarBits 8 Jun @ 1:13pm 
Is it possible to have more than 25 Custom Sounds?
[L9] Doruaraebe_ 16 Jan @ 8:35am 
Ok, that's what I thought, thanks anyway! It's a great mod otherwise! :)
TheSlaveOne  [author] 15 Jan @ 12:17pm 
@Doruaraebe - I don't know if it would work. I suspect that it won't. You could try it, but because the sound files will have to be in the location relative to the mod file location. I would guess that for it to work for everyone would have to have their own local sound files. This mod assumes specific files named in relative directory so sound blocks can load them. Other sound mods load potentially copyrighted Music to them.
[L9] Doruaraebe_ 15 Jan @ 7:10am 
Can I make this work on a Dedicated Server?
TheSlaveOne  [author] 13 Apr, 2023 @ 5:27pm 
Updated Relative paths for sounds. Should fix issues with "Program Files (x86)" vs other languages
TheSlaveOne  [author] 30 Mar, 2023 @ 8:33am 
@ marcelunzen
Using google translate:

--
As in the mod description, the sound files by the mod are assumed to be in this location: : "Program Files (x86)\SteamLibrary\steamapps\common\SpaceEngineers\CustomSounds"

The important part is that the mode looks for "Program Files (x86)" directory not "Programme (x86)"

Try this solution:

1. On the disk drive that you have Space Engineers installed, create a directory plath using the English directory names: "Program Files (x86)\SteamLibrary\steamapps\common\SpaceEngineers\CustomSounds"
2. Copy the sound files to "Program Files (x86)\SteamLibrary\steamapps\common\SpaceEngineers\CustomSounds"
3. Rename sound files to "Custom01.wav" .. "Custom25.wav"
TheSlaveOne  [author] 30 Mar, 2023 @ 8:33am 
@ marcelunzen
Mit Google Translate:
--
Wie in der Mod-Beschreibung wird davon ausgegangen, dass sich die Sounddateien der Mod an diesem Speicherort befinden: "Program Files (x86)\SteamLibrary\steamapps\common\SpaceEngineers\CustomSounds"

Der wichtige Teil ist, dass der Modus nach dem Verzeichnis "Program Files (x86)" und nicht nach "Programm (x86)" sucht Probieren

Sie diese Lösung aus:
1. Erstellen Sie auf dem Laufwerk, auf dem Space Engineers installiert ist, ein Verzeichnis mit den englischen Verzeichnisnamen: "Program Files (x86)\SteamLibrary\steamapps\common\SpaceEngineers\CustomSounds"
2. Kopieren Sie die Sounddateien nach "Program Files (x86)\SteamLibrary\steamapps\common\SpaceEngineers\CustomSounds"
3. Benennen Sie die Audiodateien in "Custom01.wav" .. "Custom25.wav"
marcelunzen 30 Mar, 2023 @ 2:33am 
Custom wird in der box angezeigt aber es bleibt stumm
marcelunzen 30 Mar, 2023 @ 2:24am 
hallo... hab alles wie oben beschrieben .. aber leider spielt die juke box nichts ab
TheSlaveOne  [author] 14 Mar, 2023 @ 8:13am 
Hello Maverick,

Thanks for checking out my mod. I will see if I can fix for you.
I also do not have space engineers installed on C: but on D:

This mod uses relative paths from the mod folder assuming defaults.

Let's try making you a local mod for your directory structure.

I have my local mods here: D:\Users\<LoginName>\AppData\Roaming\SpaceEngineers\Mods

1. Copy contents of this directory E:\Steam\steamapps\workshop\content\244850\2946576832 to E:\Users\<LoginName>\AppData\Roaming\SpaceEngineers\Mods\TSO-CustomSoundsLocal

2. In the TSOCustomSounds.sbc,

Change all lines like this from
<Wave Type="D2">
<Start>..\..\..\..\..\..\..\Program Files (x86)\SteamLibrary\steamapps\common\SpaceEngineers\CustomSounds\Custom01.wav</Start>
</Wave>

to

<Wave Type="D2">
<Start>..\..\..\..\..\..\..\Steam\steamapps\common\SpaceEngineers\CustomSounds\Custom01.wav</Start>
</Wave>
Maverick 14 Mar, 2023 @ 2:30am 
Hi, so i have issues trying to get this to work. Admittedly this is due to my steam Library not being on C: but on its own hard drive. I tried fiddling with the default file path in your code but to no avail. (to be fair I have limited coding experience). wondering if you can help (current space engineers location E:\Steam\steamapps\common\SpaceEngineers )