Page 1 of 1

the console command

Posted: Tue Aug 20, 2024 1:22 pm
by nosylovskyeq
/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? :idea:

Re: the console command

Posted: Tue Aug 20, 2024 2:19 pm
by Loewchen
Replace "none" with "1".