Warp Drive Machine


You are in relative control of a spacecraft equipped with a warp drive that distorts the shape of the space-time continuum and may travel at speeds greater than that of light by many orders of magnitude. Jump from planet to planet and extract most resources you can to rebuild you ship. Each planet is unique with its own challenges, and you can stay limited time on it, until spaceship warps toward another world.

Overhaul
6 days ago
1.1 - 2.0
13.5K

b changing character kills you

10 months ago

using minime to change character to mechanicus kills you when ship warps from planet, if you are on space platform/ground floor
doesnt kill you if you are on any other floors or space station or if you change back to engineer

21 days ago

I believe this is because of a coding error.

On line 1601 of warp-control.lua (mod version 1.0.14 at time of writing) you'll find this code:

if source.name=='character' and source.player then 

This check is incorrect and should read:

if source.type=='character' and source.player then 

This will correctly warp any characters owned by a player with the ship that is leaving, even if they are modded. Changing this in your local copy should ensure that this bug no longer occurs.

NOTE: I do not encourage changing your mod locally. You run the following risks by doing so

  1. You will not be able to play multiplayer with anyone lacking the identical changes to you.
  2. Any crashes resulting in lost playtime/data are your own issue and support from the mod author is at their discretion.
6 days ago

addin this fix. thanks

18 hours ago

Thanks for the fix! Cheers!

New response