Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
Youre the greatest of all Time :D
Thanks a lot
Want 50 custom sounds. Check out : TSO - Custom Sounds - 50
Want 100 custom sounds. Check out : TSO - Custom Sounds - 100
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
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"
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"
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>