Page 1 of 1

MP. Console. Peaceful mode

Posted: Sat Oct 15, 2016 6:23 pm
by DRBLN
Please,advise how to enabe it in MP.
This command didn't work:
/c game.player.surface.peaceful_mode = true

Re: MP. Console. Peaceful mode

Posted: Sun Oct 16, 2016 9:02 am
by Daid
untested, but no reason why it wouldn't work.

/c game.surfaces[1].peaceful_mode = true

Re: MP. Console. Peaceful mode

Posted: Sun Oct 16, 2016 10:38 am
by Mooncat
You have to kill all existing aliens to refresh their states, because peaceful mode is applied to the units, not the game or map.
/c game.forces["enemy"].kill_all_units()