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
15 hours ago
1.1 - 2.0
11.8K

b empty-space tiles

19 days ago
(updated 19 days ago)

Mods that add empty-space for compatibility reason make some weird map generation:

I fix it doing:

local empty_space = data.raw.tile["empty-space"]

empty_space.trigger_effect = nil
empty_space.effect = nil
empty_space.autoplace = {
  probability_expression = "min(-1000,-2000)",
  default_enabled = false,
}

That so hacky I more or less copy what you did for your "space" tile.

New response