Fix Enemy Expansion Save


Repairs the enemy expansion map settings that a removed mod left behind in a save. game.map_settings is engine state stored inside the save, so values a mod wrote there survive its uninstall - and so does this repair. Everything is done through the normal runtime API, so unlike a /c console command it never sets the permanent flag that disables achievements for the save. Install it, load the save, check the reported values, save, then remove the mod again.

Tweaks
8 days ago
2.1
8
Combat Enemies Environment

Changelog

Version: 1.0.0
Date: 2026-09-04
  Features:
    - Restores enemy expansion map settings that a removed mod left behind in a save, without console commands.
    - All values are runtime-global mod settings and can be changed in-game; changes apply immediately.
    - Reports every change as "field: old -> new" in chat and in the log, and verifies the values the engine actually kept.
    - Adds /expansion-status (read-only) and /expansion-fix (admin) console commands.
    - Optional one-shot cleanup of leftover enemy units, scoped to Nauvis or all surfaces. Nests and worms are never touched.