- Have the mod enabled.
- Enter the command shown below.
- Save the game directly, without opening any additional menus.
- Disable the mod.
/c for _, surface in pairs(game.surfaces) do if surface.name == "vulcanus" then local msg = surface.map_gen_settings msg.territory_settings.territory_variation_expression = "demolisher_variation_expression" surface.map_gen_settings = msg end end