Skip to content

Instantly share code, notes, and snippets.

@csmith
Last active December 4, 2015 09:20
Show Gist options
  • Save csmith/99af8052d5d27ccc6f3e to your computer and use it in GitHub Desktop.
Save csmith/99af8052d5d27ccc6f3e to your computer and use it in GitHub Desktop.
Skeleton sounds definitions file for Space Engineers
<?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>MyModId</SubtypeId>
</Id>
<Sounds>
</Sounds>
</SoundCategory>
</SoundCategories>
<Sounds>
</Sounds>
</Definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment