
QuickSlotsPlus
Increases max quick slot count to 20. Custom hotkey labels. Fix quick slot snapping and save tool positions.Details
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
- Save quick slot positions when you exit the game
- Works with Nitrox
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.
Nitrox
Manually edit SMLHelper's QMods\Modding Helper\mod.json
file and add "NitroxCompat": true
.
Manual Installation
- Install QModManager and SMLHelper.
- Extract
QMods\QuickSlotsPlus\
toSubnautica\QMods\QuickSlotsPlus
.
Known issues
- Controllers won't work until SMLHelper updates.
- Sometimes while testing Nitrox my tool icon disappeared, but I could still use it.