QuickSlots+
A C# mod for Subnautica to add more slots.
Features
- Up to 20 slots with hotkeys
- Disable adding new items to the quick slots
- Custom hotkey labels
- Icons snap to quick slots during drag/drop
- Fix a bug with saving empty slot positions
- Works with Nitrox (need to enable "nitroxcompat" in SMLHelper)
Add custom labels
- Set hotkey in game, look at name.
- Create a file named
Subnautica\Qmods\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.
Requirements
Note: The github releases of QModManager and SMLHelper are behind Thunderstore.
Manual Installation
- Make sure to install QModManager and SMLHelper.
- Extract
Qmods\QuickSlotsPlus\ to Subnautica\QMods\QuickSlotsPlus.
- (Nitrox only) Edit SMLHelper's
mod.json file and add "nitroxcompat": true.
- The file path is
QMods\Modding Helper\mod.json
Known issues
- Controllers won't work until SMLHelper updates.
- Sometimes while testing Nitrox my tool icon disappeared, but I could still use it.
Noticed a bug?