Skip to content

Instantly share code, notes, and snippets.

@codyopel
Last active August 29, 2015 14:16
Show Gist options
  • Save codyopel/1eb34a6f9cda0e61fd53 to your computer and use it in GitHub Desktop.
Save codyopel/1eb34a6f9cda0e61fd53 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<RespawnShips>
<Ship>
<Id>
<TypeId>RespawnShipDefinition</TypeId>
<SubtypeId>RespawnShip</SubtypeId>
</Id>
<DisplayName>OFSV II</DisplayName>
<Icon>Textures\GUI\Icons\Fake.dds</Icon>
<CooldownSeconds>900</CooldownSeconds>
<Prefab>RespawnShip</Prefab> // this line is your ship file name
</Ship>
</RespawnShips>
</Definitions>
@codyopel
Copy link
Author

codyopel commented Mar 9, 2015

steamapps\common\SpaceEngineers\Content\Data\Prefabs\RespawnShip.sbc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment