modmode - chaosforgeorg/jh-mods GitHub Wiki
- run the game at least once to create configuration.lua
- edit configuration.lua and set modmode = true;
Now you have access to the following special keys:
- `(backquote, topleft key on QWERTY) pulls up the tool menu (you'll need a Visible mouse to use it) including an active in-game Lua console
- Q toggles god mode
- F2 go to first person view
- F3 return to normal view
- F4 goes to next level
- F5 reveals level
- F6 gives a BFG and some cells
- F7 force creates a save file
- F8 toggle UI display
If a debug.local.lua exists in the launch folder, it will be loaded on first console use (so you can add debugging helper functions in it).
When modmode is active, returning to menu (via death or abandon game) will reload all lua files.
Modmode is a subset of testmode, so scoretable, player data and achievements will be unaffected while using it.