Difference between revisions of "HPL3/SOMA/Modding/Developer Debug Menu"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Modding
Jump to navigation Jump to search
(Created page with "== Keyboard Shortcuts == '''F1 - Debug Menu''' <br />If the settings file has ''DebugMenu'' set to true, then the debug menu can be accessed. Here lots of nice stuff can be f...")
 
m
Line 1: Line 1:
== Keyboard Shortcuts ==
+
==Keyboard Shortcuts==
  
'''F1 - Debug Menu''' <br />If the settings file has ''DebugMenu'' set to true, then the debug menu can be accessed. Here lots of nice stuff can be found. In order for most of the other shortcuts here to work, ''DebugMenu'' must be set to true.
+
The following keyboard shortcuts are enabled during game debug mode:
 
+
{| class="wikitable"
'''F2- Pause''' <br />This pauses and unpauses the game.
+
|+
 
+
!Shortcut Key
'''F3- Fast forward''' <br />This makes the game run 4 times faster. Good for skipping sections.
+
!Action
 
+
|-
'''F4- Slow Down''' <br />Slows down the game to 1/4 of the normal speed.
+
|F1
 
+
|Brings up the developer debug menu. This needs to be done in order to have full access to the developer features when running a game in debug mode.
'''F5 - Reload''' <br />This reloads the current map.
+
|-
 
+
|F2
'''F7 - Spectator Mode''' <br />Changes to spectator mode, which allows you to fly freely. Controls are: WASD, Shift, Space and Ctrl.
+
|Pauses / Resumes the game world processes, basically makes the game freeze. Note that you can still noclip in this state.
 
+
|-
'''F8 - ScreenShot''' <br />This takes a screen shot and puts it in the same folder as the exe file. You can change ScreenShotExt in the settings file to change the format.
+
|F3
 
+
|This makes the game run 4 times faster. It is good if you want to skip specific sections in the map.
'''F9 - Quick Save''' <br />Saves a save-game.
+
|-
 
+
|F4
'''F10 - Quick Load''' <br />Loads a save game.
+
|This makes the game run 4 times slower. It is goof if you want to want to focus on something that happens very fast in the map.
 
+
|-
'''Insert - Quick Record''' <br />Starts an input recording with the name QuickRecord.sav/input. Press again to stop recording.
+
|F5
 
+
|Reloads the current map.
'''Home - Quick Playback''' <br />Starts playing back the last opened or recorded input file. Will open QuickRecord.sav/input as default.
+
|-
 +
|F7
 +
|Enables / Disables spectator camera mode (noclip).
 +
|-
 +
|F8
 +
|Takes a screenshot of the game and saves it inside the main game folder.
 +
|-
 +
|F9
 +
|Quick-saves the game.
 +
|-
 +
|F10
 +
|Quick-loads the last save.
 +
|-
 +
|Insert
 +
|Starts / Stops quick input recording and saves to the file QuickRecord.sav.
 +
|-
 +
|Home
 +
|Starts playing back the last quick input recorded file.
 +
|}
 +
<br />

Revision as of 20:57, 17 August 2020

Keyboard Shortcuts

The following keyboard shortcuts are enabled during game debug mode:

Shortcut Key Action
F1 Brings up the developer debug menu. This needs to be done in order to have full access to the developer features when running a game in debug mode.
F2 Pauses / Resumes the game world processes, basically makes the game freeze. Note that you can still noclip in this state.
F3 This makes the game run 4 times faster. It is good if you want to skip specific sections in the map.
F4 This makes the game run 4 times slower. It is goof if you want to want to focus on something that happens very fast in the map.
F5 Reloads the current map.
F7 Enables / Disables spectator camera mode (noclip).
F8 Takes a screenshot of the game and saves it inside the main game folder.
F9 Quick-saves the game.
F10 Quick-loads the last save.
Insert Starts / Stops quick input recording and saves to the file QuickRecord.sav.
Home Starts playing back the last quick input recorded file.