Page 1 of 1

[Solved]Disable Peacefulmode

Posted: Tue Aug 11, 2015 11:05 am
by aul1999
I,m need to disable the Peaceful-Mode in my Savegame!

How to make this?

Re: Disable Peacefulmode

Posted: Tue Aug 11, 2015 11:12 am
by ratchetfreak
type "/c game.peaceful_mode = false" in the console (no quotes)

Re: Disable Peacefulmode

Posted: Tue Aug 11, 2015 11:23 am
by FishSandwich
ratchetfreak wrote:type "/c game.peaceful_mode = false" in the console (no quotes)
As well as this, you'll also need to put /c game.forces['enemy'].kill_all_units() to kill off any biters/spitters that are still in peaceful mode.

Re: Disable Peacefulmode

Posted: Tue Aug 11, 2015 2:56 pm
by jamestomas2
On a slight tangent, I'm guessing that /c game.forces['enemy'].kill_all_units() kills all the biters and spitters but leaves the spawners intact?

Re: Disable Peacefulmode

Posted: Tue Aug 11, 2015 3:13 pm
by ratchetfreak
jamestomas2 wrote:On a slight tangent, I'm guessing that /c game.forces['enemy'].kill_all_units() kills all the biters and spitters but leaves the spawners intact?
yes, yes it does.

It's also used to turn on peaceful mode. To ensure no hostile biters remain.

Re: Disable Peacefulmode

Posted: Tue Aug 11, 2015 3:48 pm
by aul1999
Ok

thanks for the fast and nice help!

:D