Usage
- Install the mod and run the game once to generate its config file.
- Open Subnautica\BepInEx\config\Custom_Hotkeys_Remake\config.json.
- The format is as follows:
{
"Name": "Example - Simple",
"Keys": [
"K"
],
"Commands": [
"warpforward 10",
"spawn seamoth"
],
"ExecutionDelay": "2",
"RunOnLoad": false
},
{
"Name": "Example - Multi-Key",
"Keys": [
"LeftControl",
"H"
],
"Commands": [
"survival"
],
"ExecutionDelay": "0",
"RunOnLoad": false
}
This example has 2 hotkeys. The first one requires the K key to be pressed, doing so will warp you forward by 10 units and spawn a Seamoth. The 2nd hotkey requires the left CTRL key and H pressed at the same time and it will set the game mode to survival.
The plugin will generate the configuration file with these examples preset, simply follow the formatting.
Tips
- Updating the list of hotkeys requires pressing F9 or using the refreshhotkeys command for the mod to re-read the file.
- Do not forget to properly format any change, commas are easy to miss.
- You can reset the config and bring back the included examples by deleting the file then re-running the game.
- Refer to the Unity documentation for a list of KeyCodes .
- Setting the execution delay to 0 runs all commands immediately.
Settings
- Enable feature. (A general toggle so that you don't have to uninstall the mod completely.)
- Command execution delay (seconds).
Mod Input
- Refresh hotkeys.
Requirements and Installation
Install with a mod manager or by dragging the extracted folder to the game's root folder.
Credits
- zorgesho for the original Custom Hotkeys.
- MrOshaw for the Subnautica Modding Guide.
- The Subnautica Modding Discord server for their help and resources, especially EldritchCarMaker and Essence.
Instructions
Merge with the BepInEx folder in your game's folder.
Custom Hotkeys Remake
Type: Main
Date uploaded24 Jan 2026
File Size8.63 KB
Unique DLs0
Total DLs0
Version1.4.0
Custom Hotkeys Remake 1.4.0
