Skip to content

Instantly share code, notes, and snippets.

@csmith
Created December 4, 2015 09:11
Show Gist options
  • Save csmith/7daa2a275e159b0aac31 to your computer and use it in GitHub Desktop.
Save csmith/7daa2a275e159b0aac31 to your computer and use it in GitHub Desktop.
Example definition of a sound in SpaceEngineers
<Sound>
<Id>
<TypeId>AudioDefinition</TypeId>
<SubtypeId>SoundId</SubtypeId>
</Id>
<Category>Sb</Category>
<MaxDistance>100</MaxDistance>
<Volume>1.00</Volume>
<Loopable>false</Loopable>
<Waves>
<Wave Type="D3">
<Start>Audio\file-name.xwm</Start>
</Wave>
</Waves>
</Sound>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment