Page 1 of 1

Peace regime and the military regime

Posted: Wed Feb 25, 2015 1:13 pm
by Airat9000
what code is used to enable a peaceful game modes where monsters do not attack and and what it includes?

thanks!

Re: Peace regime and the military regime

Posted: Wed Feb 25, 2015 7:51 pm
by ssilk

Code: Select all

/c game.peacefulmode = true
/c game.killallenemies()
See also https://forums.factorio.com/wiki/inde ... a_commands (Switching on peacfulmode)

The game can also be started in peacefulmode, if you click the box in the map generator. :)

Re: Peace regime and the military regime

Posted: Thu Feb 26, 2015 11:28 am
by Airat9000
ssilk wrote:

Code: Select all

/c game.peacefulmode = true
/c game.killallenemies()
See also https://forums.factorio.com/wiki/inde ... a_commands (Switching on peacfulmode)

The game can also be started in peacefulmode, if you click the box in the map generator. :)
thanks!