QuickSlotsPlus
Increases max quick slot count to 20. Custom hotkey labels. Fix quick slot snapping and save tool positions.
Last updated | 2 years ago |
Total downloads | 11131 |
Total rating | 0 |
Categories | |
Dependency string | celvro-QuickSlotsPlus-1.3.1 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
Subnautica_Modding-QModManager
QModManager is an intermidiate loader for mods made for the QMM system.
Preferred version: 4.4.3Subnautica_Modding-SMLHelper
SMLHelper is a modding library that helps making mods easier by helping with adding new items, changing items, adding models, sprites, etc.
Preferred version: 2.13.4README
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.