1. This forum is obsolete and read-only. Feel free to contact us at support.keenswh.com

Looking for help with Respawn Ship Mod

Discussion in 'Modding Guides and Tools' started by Kithmar, Apr 4, 2020.

Thread Status:
This last post in this thread was made more than 31 days old.
  1. Kithmar

    Kithmar Trainee Engineer

    Messages:
    1
    Hey all, I'm making my first attempt at a mod; a custom atmospheric respawn ship. I've been able to get it to work to spawn in space, but when i added the lines to spawn it on a planet it no longer shows up in the spawn menu. I want it to add to the list of default respawn ships so I've left those enabled. I'll post my file below, can anyone point out what's gone wrong? Thanks in advance!



    <Ship>
    <Id>
    <TypeId>RespawnShipDefinition</TypeId>
    <SubtypeId>RespawnAtmoPod</SubtypeId>
    </Id>
    <DisplayName>Atmo Respawn Pod</DisplayName>
    <Icon>Textures\GUI\Icons\thumb.png</Icon>
    <CooldownSeconds>900</CooldownSeconds>
    <Prefab>RespawnAtmoPod</Prefab>

    <MinimalAirDensity>0.8</MinimalAirDensity>
    <PlanetDeployAltitude>2000</PlanetDeployAltitude>
    <UseForPlanetsWithAtmosphere>true</UseForPlanetsWithAtmosphere>

    <InitialLinearVelocity x="0" y="-95" z="0" />
    <InitialAngularVelocity x="0" y="0.5" z="0" />
    <HelpTextLocalizationId>RespawnScreeenHelpTextSpawn</HelpTextLocalizationId>
     
Thread Status:
This last post in this thread was made more than 31 days old.