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 have not given up though i am just taking a break. Once i have a working file in place i will be posing a youtube video on how to do so. This is just stupid complicated for such a simple thing.
I will get back with you around 4 pm today central time. Im at work at the moment.
Thanks,
Josh "ALLCONTROL"
I'll call it "myMod"
2 - Create myMod/Data and myMod/Audio folders
3 - Create myMod/Audio/SB folder and put your .xwm sound file inside it
Stay with me, now:
4 - Copy the "SoundBlock.sbc" and "Audio.sbc" from the Space Enginners "content" folder and put then into myMod/Data
Delete all the Audio.sbc text and put it like this:
Now, at SoundBlock.sbc put it like this:
Test and see if it works
<?xml version="1.0"?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Sounds>
<Sound>
<Id>
<TypeId>AudioDefinition</TypeId>
<SubtypeId> borgstuff </SubtypeId>
</Id>
<Category>Sb</Category>
<MaxDistance>100</MaxDistance>
<Volume>1</Volume>
<Loopable> false </Loopable>
<Waves>
<Wave Type="D2">
<Start>SB\Borg_panic_1.xwm</Start>
</Wave>
</Waves>
</Sound>
</Sounds>
soundblock.sbc:
<?xml version="1.0"?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SoundCategories>
<SoundCategory>
<Id>
<TypeId>SoundCategoryDefinition</TypeId>
<SubtypeId>DefaultCategory</SubtypeId>
</Id>
<Sounds>
<SoundDesc Id="borgstuff"
SoundName="Borg_panic_1"/>
/>
</Sounds>
</SoundCategory>
</SoundCategories>
</Definitions>
Why doesnt this work?
http://steamcommunity.com/sharedfiles/filedetails/?id=397491535