Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 2.2.1
Added allow list for items
Synced features with Sub 1 mod
Version 2.1.1
Added Mixed Input Mode and label Color options
Version 2.0
Updated to use Nautilus. No longer using SmlHelper or Qmodmanager.
Support for controller!
Version 1.3.3
Fix bug when picking up item
Removed some extra fixes that weren't needed anymore
Clean up debug logs
Version 1.3.2
Fix bug with deselecting held item
Version 1.3.1
Initial port to Below Zero
QuickSlots+ (Below Zero)
A very hastily ported mod for Subnautica Below Zero to add more slots. With working controllers!
Nautilus Update! Make sure to update to use Nautilus. v2.0 no longer uses QMods or SMLHelper.
Features
* Up to 20 slots with hotkeys * Disable adding new items to the quick slots * Custom hotkey labels * Supports controller icons
1. Install latest Nautilus and BepInEx from Nexus. 2. Copy `QuickSlotsPlus_BZ\` to `SubnauticaZero\BepInEx\plugins\QuickSlotsPlus_BZ\`.
Reserve Item Slots: Sometimes you may want to allow auto-add, or reserve items for specific slots. Create a file in your Subnautica folder named "BepInEx\plugins\QuickSlotsPlus_BZ\allowItems.json" with the TechNames and slot numbers you want. Set to -1 to use the first empty slot.
For example to reserve slot 3 for Knife, and add Flare to the first empty, non-reserved slot:
You can find the TechNames in the Nautilus debug log after picking up an item.
Add custom labels
1. Set hotkey in game, look at name. 2. Create a file at `QuickSlotsPlus\customLabels.json`. Limited support for unicode. { "LeftArrow": "⬅️", "RightArrow": "Right" } 3. I've already added some default custom labels You can override them with the KeyCode name.
Known issues * Can't use CTRL or ALT modifiers for hotkeys