Skip to content

Instantly share code, notes, and snippets.

@pjobson
Last active September 11, 2026 02:08
Show Gist options
  • Select an option

  • Save pjobson/1d1559d390110c76ca0f5e8d47d57961 to your computer and use it in GitHub Desktop.

Select an option

Save pjobson/1d1559d390110c76ca0f5e8d47d57961 to your computer and use it in GitHub Desktop.
Oxygen Not Included Developer Mode - Linux

Enable Developer Mode for Oxygen Not Included in Linux

  • Install the game.
  • Start the game.
  • Exit
  • ssh into your Steam machine or open a terminal.
  • Find your OxygenNotIncluded_Data path and cd to it.
  • Simply: cd $(find ~/ -type d -name "OxygenNotIncluded_Data" |head -n1)
  • touch debug_enable.txt
  • Start the game.

Debug Commands

Command Key Combination
Focus CTRL + T
Ultra Test Mode CTRL + U
Toggle UI ALT + F1
Collect Garbage ALT + F3
Invincible ALT + F7
Force Light Everywhere ALT + F10
Element Test SHIFT + F10
River Test SHIFT + F11
Tile Test SHIFT + F12
Refresh Nav Cell ALT + N
Goto Target CTRL + Q
Select Material CTRL + S
Toggle Music CTRL + M
Toggle Backspace
Teleport ALT + Q
Spawn Minion CTRL + F2
Place CTRL + F3
Instant Build Mode CTRL + F4
Slow Test Mode CTRL + F5
Dig CTRL + F6
Explosion CTRL + F8
Discover All Elements CTRL + F9
Toggle SelectIn Editor ALT + T
Path Finding ALT + P
Super Speed ALT + Z
Game Step ALT + =
Sim Step ALT + -
Notification ALT + X
Notification Message ALT + C
Toggle Profiler `/~
Toggle Chrome Profiler ALT + `
Dump Scene Paritioner Leak Data CTRL + F1
Trigger Exception CTRL + F12
Trigger Error CTRL + SHIFT + F12
Dump GC Roots CTRL + 10
Visual Test SHIFT + F1
Dump Garbage References ALT + CTRL + F10
Dump Event Data CTRL + F11
Crash Sim ALT + CTRL + F7
Next Call ALT + 9
ScreenShot1x ALT + 1
ScreenShot2x ALT + 2
ScreenShot8x ALT + 3
ScreenShot32x ALT + 4
Lock Cursor ALT + 5
Toggle Personal Priority Comparison ALT + 0

Abstracted from this post: https://www.reddit.com/r/Oxygennotincluded/comments/g2c3w0/how_do_you_activate_debug_mode/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment