Page 1 of 1

peaceful mode not working?

Posted: Sun Oct 23, 2016 12:10 pm
by nuhll
Hi, i need to enable peavefull mode because my base is down and i cant get new coal bc they attack everytime i weant to build something new with like 89123121312 large biters...

I open console and put /c game.player.surface.peaceful_mode = true

there is no error, still tehy engage...?

Re: peaceful mode not working?

Posted: Sun Oct 23, 2016 12:13 pm
by daniel34
You also need to run

Code: Select all

/c game.forces["enemy"].kill_all_units()
to kill all the remaining biters/spitters on the map, peaceful mode only affects newly spawned enemies.

Re: peaceful mode not working?

Posted: Sun Oct 23, 2016 5:55 pm
by nuhll
ah, okay thanks.