This is a setting hack that can be enabled on the "Settings" page of the Mods List.
This hack adds key binds that are useful for mod developers.
Settings
Keybinds
Toggle Map Debug View
Toggles debug rendering of various types of map data.
Defaults to F2.
Reload Map Regions
Reloads all currently loaded map regions.
Defaults to F3.
Toggle HUD Visibility
Toggles the visibility of the HUD.
Defaults to F8.
Complete Stage
Completes the current mission stage.
Defaults to F10.
Fail Stage
Fails the current mission stage.
Defaults to Shift+F10.
Toggle Text Names
Toggles showing internal names of frontend text strings instead of the actual strings.
Defaults to Shift+F8.
Map Debug Views
What exactly the Toggle Map Debug View key does depends on if the Debug Test hack is also enabled.
Without Debug Test, the key simply toggles the game's Show Tree cheat.
With Debug Test, it cycles through various modes:
- Drawing the current Intersect (0x3F00003) chunk
- Drawing the current Intersect (0x3F00003) chunk and current the Tree (0x3F00004) chunk
- Drawing all currently loaded Trigger Volume (0x3000006) chunks
- Drawing all currently loaded Intersection (0x3000004) chunks and Road (0x3000003) chunks (without directional arrows)
- Drawing all currently loaded Intersection (0x3000004) chunks and Road (0x3000003) chunks (with directional arrows)
- Drawing all currently loaded Path (0x300000B) chunks
- Drawing all currently loaded Fence (0x3F00007) chunks
This limitation exists because of how the code of these two hacks is currently structured, but we hope to remove this limitation in a future update.