/c local surface = game.player.surface
local mgs = surface.map_gen_settings
mgs.autoplace_controls["enemy-base"].size = "none"
surface.map_gen_settings = mgs
good afternoon. This command allows you to disable enemy bases.what needs to be changed to enable them?
the console command
-
- Manual Inserter
- Posts: 1
- Joined: Tue Aug 20, 2024 1:19 pm
- Contact:
Re: the console command
Replace "none" with "1".