WSEK: Warptorio + Space Exploration + Krastorio

by AivanF

Merges W2 with SE + K2: sometimes you will get teleported onto planets from Space Exploration universe! And many balance fixes to make it playable :) See optional dependencies for a list of recommended mods. By the way, Factorissimo buildings are cheaper here! WARNING: it's really early draft version, balance is not fully corrected yet, errors can be met – in case of problems or suggestions, reach me on Discord.

Overhaul
2 months ago
1.1
315
Transportation Logistics Combat Armor Enemies Environment Mining Fluids Manufacturing

FAQ

In case you got stuck with broken invisible objects from some mods, this console command can help to remove them:

/c game.print("Found the following objects:")
for key, obj in pairs(game.player.surface.find_entities_filtered{position=game.player.position, radius=2}) do
    game.print("  - "..obj.type..": "..obj.name)
    if obj.type ~= "character" then obj.destroy{raise_destroy=true} end
end

It finds all the objects nearby player character and deletes them, so, use carefully!