Ingos Advanced Start


Start with a special starter armor, which offers no protection, but includes exosceletons, robo ports, a fusion reactor and batteries. You also get 100 special (fast) starter construction bots and a few other basic starter items.

Content
6 days ago
0.17 - 1.1
5.08K
Cheats

i Update to allow to function with Krastorio mod

4 years ago

I added the following to the end of the on_player_created event to allow the mod to be usable in Krastorio. Tested both with and without the Krastorio mod. Just supplies the fuel needed for the armor power source.

if game.active_mods["Krastorio"] then
give_player_items(player, {{"k-dt-fuel", 150}})
end

New response