Creative Mod

by jodli

Based on the old Creative Mode mod created by Y.Petremann, then patched by Pac0master, and also the Test Mode mod created by rk84. By enabling Creative Mode in the game, you can access objects that can generate unlimited items, fluid or energy, or nullify them. Perfect for testing purpose or making initial setup for games. Quick patch for 0.16 until an official release - everything should work now. Quick patch for 0.17 until an official release - if ever...

Content
3 months ago
0.17 - 1.1
79.9K
Cheats

b Crash with Invulnerable Bots

3 months ago

Setting all construction/logistic bots health to 0 (making them invulnerable) crashes your mod. Unfortunately there's no dependency option to force a mod to load before a "dependency".

for i, robot in pairs(data.raw["construction-robot"]) do
robot.max_health = 0
end

for i, robot in pairs(data.raw["logistic-robot"]) do
robot.max_health = 0
end

New response