A C# mod for Subnautica to add more slots.
- Up to 20 slots with hotkeys
- Disable adding new items to the quick slots
- Custom hotkey labels
- Works with Nitrox
Warning
Switched from SMLHelper to Nautilus, make sure to update.
- Install BepInEx and the Nautilus plugin.
- Extract
BepInEx\
folder from downloaded QuickSlotsPlus.zip into your Subnautica folder.
- Install Visual Studio or use msbuild.
- Create the publicized assemblies using https://github.com/elliotttate/Bepinex-Tools/releases
- Change the $(GameDir) property in the .csproj file if needed, it defaults to Steam directory on C: drive.
- In VS select Build -> Build Solution, it will copy the files into your BepInEx folder.
- Launch Subnautica.
Now supports Controller icons on hotbar!
Manually edit Nautilus's BepInEx\plugins\Modding Helper\mod.json
file and add "NitroxCompat": true
.
Warning: Did not test this after the switch from SMLHelper to Nautilus.
- Set hotkey in game, look at name.
- Create a file named
BepInEx\plugins\QuickSlotsPlus\customLabels.json
. Limited support for unicode.
{
"LeftArrow": "⬅️",
"RightArrow": "Right"
}
- I've already added some default custom labels. You can override them with the KeyCode name.
- Can't use CTRL or ALT modifiers for hotkeys
- Sometimes while testing Nitrox my equipped tool icon disappeared
- Updated from SMLHelper to Nautilus
- Fixed display of controller icons for slot labels