Modathon

Custom Hotkeys Remake Mod

Link copied to clipboard
Custom Hotkeys Remake mod for Subnautica
Latest13 Feb 2026
Uploaded24 Jan 2026
Version1.4.0
8.63 KB
Total Files Sizes
0
Unique DLs
0
Total DLs
1
Total Files

Custom Hotkeys Remake

File Size8.63 KB
Game Image for Subnautica
1
Utilities

Usage

  1. Install the mod and run the game once to generate its config file.
  2. Open Subnautica\BepInEx\config\Custom_Hotkeys_Remake\config.json.
  3. 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

  1. Updating the list of hotkeys requires pressing F9 or using the refreshhotkeys command for the mod to re-read the file.
  2. Do not forget to properly format any change, commas are easy to miss.
  3. You can reset the config and bring back the included examples by deleting the file then re-running the game.
  4. Refer to the Unity documentation for a list of KeyCodes .
  5. Setting the execution delay to 0 runs all commands immediately.

Settings

  1. Enable feature. (A general toggle so that you don't have to uninstall the mod completely.)
  2. Command execution delay (seconds).

Mod Input

  1. Refresh hotkeys.

Requirements and Installation

  1. Tobey's BepInEx Pack
  2. Nautilus

Install with a mod manager or by dragging the extracted folder to the game's root folder.

Credits

  1. zorgesho for the original Custom Hotkeys.
  2. MrOshaw for the Subnautica Modding Guide.
  3. The Subnautica Modding Discord server for their help and resources, especially EldritchCarMaker and Essence.

Source Code


 

Instructions

Merge with the BepInEx folder in your game's folder.

Permissions and credits

No permissions have been set

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