So are there spawned bitters right from the start?
¨
If I want easier early game, can I at the start of the game turn peaceful mode on and then make them attack just by turning ot off?
I mean i dont want to go into peaceful mode and then having to go around and kill tons of passive bitters for agressive to even spawn.
is there a way to turn off monsters attacking you
Re: is there a way to turn off monsters attacking you
You can start the game with peaceful mode and disable it later on with these commands:elkar wrote:So are there spawned bitters right from the start?
¨
If I want easier early game, can I at the start of the game turn peaceful mode on and then make them attack just by turning ot off?
I mean i dont want to go into peaceful mode and then having to go around and kill tons of passive bitters for agressive to even spawn.
/c game.peaceful_mode = false
/c game.forces["enemy"].kill_all_units()
Re: is there a way to turn off monsters attacking you
hello,
somehow this does not seem to work in experimental version 13.6. i get the error "luaGameScript does not contain key peaceful_mode" anyone know why?
somehow this does not seem to work in experimental version 13.6. i get the error "luaGameScript does not contain key peaceful_mode" anyone know why?
Re: is there a way to turn off monsters attacking you
For 0.13:michalus wrote:hello,
somehow this does not seem to work in experimental version 13.6. i get the error "luaGameScript does not contain key peaceful_mode" anyone know why?
Code: Select all
/c game.player.surface.peaceful_mode = true
/c game.forces["enemy"].kill_all_units()