How do I check if developer mode is on or not?

Started by iconeo, June 02, 2017, 01:34:25 PM

Previous topic - Next topic

iconeo

How do I check if developer mode is on or not?

I looked through the save game xml but didn't see it. Is it elsewhere?

Thanks.

BlackSmokeDMax

Quote from: iconeo on June 02, 2017, 01:34:25 PM
How do I check if developer mode is on or not?

I looked through the save game xml but didn't see it. Is it elsewhere?

Thanks.

You'll know because right along the top of your screen, above and partially overlapping the colonist bar you will see a series of small button icons for using dev mode. You'd also see some other things here and there in menus and windows. But the biggest and easiest clue to spot is the buttons along the top.

iconeo

I was referring to a code check.

I see the devModeOnly but is this for the keybinding only or does it refer to whether or not dev mode is activated?

Thanks.


BlackSmokeDMax

Quote from: iconeo on June 02, 2017, 01:49:03 PM
I was referring to a code check.

I see the devModeOnly but is this for the keybinding only or does it refer to whether or not dev mode is activated?

Thanks.

Sorry, my bad! Kind of forgot I was looking in /mods/help rather than /Support. Would have realized you were looking for something a bit more technical. Which sadly, I can not help you with. At least it's a bump. :)

Haplo

Personally I use mostly the check for Godmode:
if ( DebugSettings.godMode )
But this is the Dev-Mode:
if ( Prefs.DevMode )