Space Engineers

Space Engineers

View Stats:
Ritsuka Jun 8, 2017 @ 7:02am
Need help removing respawn options
I've been trying to find a way to remove some of the default ships from the respawn screen on my server.

I have tried editing the file RespawnShips.SBC and changing each entry of the ships I don't want to include:

<Ship Enabled="false"> from <ship> as many tutorials have said to do.

However,

When respawning on the server, it still gives the option to spawn in these ships, despite them being disabled, but when people do, it causes the server to crash.

What am I doing wrong here?
< >
Showing 1-4 of 4 comments
MaDJaMeS Jun 8, 2017 @ 11:40am 
Search the workshop for a no respawn ship mod, Tried what you did and get the same thing. Couldnt figure it out so went the mod path. I actually use a single starter ship that spawns around the earthlike.
http://steamcommunity.com/sharedfiles/filedetails/?id=749587043&searchtext=galileo
VanGoghComplex Jun 8, 2017 @ 11:49am 
Have you tried just removing or commenting out the lines with the offending ships?
Ritsuka Jun 8, 2017 @ 1:14pm 
I've also tried deleting the entries to the ships I dont want. They still come up in game and cause a crash. This leads me to believe the respawnship.sbc isnt the only file that needs to be edited, but I have no clue which other one I need to work on.

I don't want a mod, or new ships, I just want some of the default ships gone.
Stollie Jun 8, 2017 @ 5:30pm 
I havent made a respawnship mod for a while but thats essentially what you're doing, creating a 'Mod' since you are modifying the vanilla conditions.

I took a look at a recent respawnship disable mod (http://steamcommunity.com/sharedfiles/filedetails/?id=926307298&searchtext=respawn) which I just tested in a quick SP game and works as expected.

All you need to do is make your entries like the below adding the <Ship Enabled="false"> to the top of any entry you dont want, however yes you will need to make this a MOD with the correct structure etc for it to work :-

<Ship Enabled="false">
<Id>
<TypeId>RespawnShipDefinition</TypeId>
<SubtypeId>PlanetaryLander</SubtypeId>
</Id>
<DisplayName>DisplayName_PlanetaryLander</DisplayName>
<Icon>Textures\GUI\Icons\Fake.dds</Icon>
<CooldownSeconds>900</CooldownSeconds>
<Prefab>AtmosphericLander</Prefab>
</Ship>

You could essentially just download that mod and take the tag off what you want to enable since he's disabled everything :D
Last edited by Stollie; Jun 8, 2017 @ 5:31pm
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Jun 8, 2017 @ 7:02am
Posts: 4