Factorio – How to Quickly Check If Peaceful Mode is Enabled or Disabled

factorio

I created a game with the largest starting base parameter. I forgot if I checked or not the peaceful mode case before seeding the map.

Is there a way to access this information?

Best Answer

You cannot check if it was enabled or not. However, what you can do is enable/disable it with the console.

Go to options and look at the keybinding to open the lua console. You can find the binding in the game tab.

Once you open the console, type the following command

/c game.player.surface.peaceful_mode=BOOL

Replace BOOL with TRUE if you want to enable it or FALSE if you want to disable it.

You can have a look at all the other commands here.

Keep in mind that using console commands will disable achievements.