Skip to content

Instantly share code, notes, and snippets.

@thakyZ
Created March 27, 2020 00:56
Show Gist options
  • Select an option

  • Save thakyZ/3dbff729c8a339417300d2ae325277dc to your computer and use it in GitHub Desktop.

Select an option

Save thakyZ/3dbff729c8a339417300d2ae325277dc to your computer and use it in GitHub Desktop.
Disable EEM and Vanilla Respawn Ships
<!-- EEM Ships - Disabled -->
<Ship Enabled="false">
<Id>
<TypeId>RespawnShipDefinition</TypeId>
<SubtypeId>Range_Runner_Respawncar</SubtypeId>
</Id>
<DisplayName>Range Runner</DisplayName>
<Icon>Textures\GUI\Respawnships\RangeRunner.png</Icon>
<CooldownSeconds>0</CooldownSeconds>
<Prefab>Range_Runner_Respawncar</Prefab>
<MinimalAirDensity>0.8</MinimalAirDensity>
<PlanetDeployAltitude>2000</PlanetDeployAltitude>
<UseForPlanetsWithAtmosphere>true</UseForPlanetsWithAtmosphere>
<HelpTextLocalizationId>Basic rover to explore planets.</HelpTextLocalizationId>
</Ship>
<Ship Enabled="false">
<Id>
<TypeId>RespawnShipDefinition</TypeId>
<SubtypeId>Little_Bird_Respawnship</SubtypeId>
</Id>
<DisplayName>Little Bird</DisplayName>
<Icon>Textures\GUI\Respawnships\LittleBird.png</Icon>
<CooldownSeconds>0</CooldownSeconds>
<Prefab>Little_Bird_Respawnship</Prefab>
<UseForSpace>true</UseForSpace>
<HelpTextLocalizationId>Fast, agile and small space ship.</HelpTextLocalizationId>
</Ship>
<Ship Enabled="false">
<Id>
<TypeId>RespawnShipDefinition</TypeId>
<SubtypeId>Ibis_Respawnship</SubtypeId>
</Id>
<DisplayName>Ibis</DisplayName>
<Icon>Textures\GUI\Respawnships\TraderIbis.png</Icon>
<CooldownSeconds>900</CooldownSeconds>
<Prefab>Ibis_Respawnship</Prefab>
<UseForSpace>true</UseForSpace>
<HelpTextLocalizationId>Compact space ship for trading.</HelpTextLocalizationId>
</Ship>
<Ship Enabled="false">
<Id>
<TypeId>RespawnShipDefinition</TypeId>
<SubtypeId>M3_Miner_Respawnship</SubtypeId>
</Id>
<DisplayName>M3 Miner</DisplayName>
<Icon>Textures\GUI\Respawnships\MinerM3.png</Icon>
<CooldownSeconds>900</CooldownSeconds>
<Prefab>M3_Miner_Respawnship</Prefab>
<UseForSpace>true</UseForSpace>
<HelpTextLocalizationId>Basic mining space ship.</HelpTextLocalizationId>
</Ship>
<!-- Vanilla Ships - Disabled -->
<Ship Enabled="false">
<Id>
<TypeId>RespawnShipDefinition</TypeId>
<SubtypeId>RespawnMoonPod</SubtypeId>
</Id>
<DisplayName>DisplayName_PlanetaryLander</DisplayName>
<Icon>Textures\GUI\Icons\RespawnShips\RespawnMoonPod.png</Icon>
<CooldownSeconds>0</CooldownSeconds>
<Prefab>RespawnMoonPod</Prefab>
<PlanetDeployAltitude>8</PlanetDeployAltitude>
<UseForPlanetsWithoutAtmosphere>true</UseForPlanetsWithoutAtmosphere>
<HelpTextLocalizationId>RespawnScreeenHelpTextSpawn</HelpTextLocalizationId>
</Ship>
<Ship Enabled="false">
<Id>
<TypeId>RespawnShipDefinition</TypeId>
<SubtypeId>RespawnSpacePod</SubtypeId>
</Id>
<DisplayName>DisplayName_RespawnPodSpace</DisplayName>
<Icon>Textures\GUI\Icons\RespawnShips\RespawnSpacePod.png</Icon>
<CooldownSeconds>900</CooldownSeconds>
<Prefab>RespawnSpacePod</Prefab>
<UseForSpace>true</UseForSpace>
<HelpTextLocalizationId>RespawnScreeenHelpTextSpaceSpawn</HelpTextLocalizationId>
</Ship>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment