Page 1 of 1

God mode options in New game

Posted: Fri Mar 28, 2014 7:46 pm
by y.petremann
"New Game" is interessant because it let us configure our world, but we can't activate Sandbox/GodMode with the interface, it could be really cool.

Re: Gos mode options in New game

Posted: Fri Mar 28, 2014 8:38 pm
by ssilk
You can turn it off via console. I sure you'll find it in the wiki or here.

Re: Gos mode options in New game

Posted: Fri Mar 28, 2014 8:45 pm
by kovarex
You can start normal game and print this:

Code: Select all

game.player.character = nil
And your game becomes god mode.

Re: Gos mode options in New game

Posted: Fri Mar 28, 2014 11:48 pm
by y.petremann
I already does that, But the point here was to implement an options directly in the new game screen.

More precisely, I've already talk about gain god controls and returning to character https://forums.factorio.com/forum/vie ... =33&t=2972 and I does that :

Code: Select all

game.player.setcontroller{type=defines.controllers.god}

Re: Gos mode options in New game

Posted: Sat Mar 29, 2014 12:08 am
by Dysoch
y.petremann wrote:I already does that, But the point here was to implement an options directly in the new game screen.
thats already present!
under scenarios, check sandbox!

Re: Gos mode options in New game

Posted: Sat Mar 29, 2014 5:07 pm
by y.petremann
Dysoch wrote:
y.petremann wrote:I already does that, But the point here was to implement an options directly in the new game screen.
thats already present!
under scenarios, check sandbox!
But it can't let us change options like in New Game ...

Re: Gos mode options in New game

Posted: Sat Mar 29, 2014 7:15 pm
by ficolas
I see your point, and maybe it would be nice to have a option to turn on/off sandbox in the new game menu.