Please,advise how to enabe it in MP.
This command didn't work:
/c game.player.surface.peaceful_mode = true
MP. Console. Peaceful mode
Re: MP. Console. Peaceful mode
untested, but no reason why it wouldn't work.
/c game.surfaces[1].peaceful_mode = true
/c game.surfaces[1].peaceful_mode = true
Re: MP. Console. Peaceful mode
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()
/c game.forces["enemy"].kill_all_units()