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 so long as you credit me as the original creator
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
RandyKnapp for the original MoreQuickSlots mod. Lavrushin for the example code.
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 2.2.1
Added error message when allowItems.json fails to parse
Version 2.2.0
Added ability to allow or reserve slots for items on pickup
Ability to go lower than 5 slots
Increase max label size
Version 2.1.1
Fixed issue where controller could not assign items to a full hotbar after reducing quick slot count
Version 2.1.0
Added "Mixed Input Mode"
Added option to set Label color
Reduced amount of times slots are redrawn
Version 2.0.1
Fixed upload to not be BZ version (oops!)
Version 2.0.0
Updated to use Nautilus
Fixed controller icons in the labels
Version 1.3.1
Fixed labels in prawn
Version 1.3.0
Added VersionChecker
Added option to show hotkey labels in vehicles
Version 1.2.5
Fixed exception when entering vehicles
No longer shows hotkeys while piloting vehicles
Version 1.2.4
Fix vortex file structure
Version 1.2.3
Fix issue where fire extinguisher would not equip during the intro sequence
Version 1.2.2
Hotfix for 1.2.1 so you can still drop items from PDA to the left and right after opening PDA a lot of times.
Version 1.2.1
Fixed vanilla issue with saving quick slot order.
Fixed vanilla issue where PDA covers the top half of your slot icons so you can't click on them ((╯°□°)╯︵ ┻━┻).
Version 1.2.0
Added ability to change font size and add custom hotkey labels
QuickSlots+
Special thanks to RandyKnapp for the original MoreQuickSlots mod!
Nautilus Update! Make sure to update to use Nautilus. v2 no longer uses QMods or SMLHelper.
Living Large update
QModManager is no longer required or used. Make sure to Install the plugin as a BepInEx plugin from now on, thanks!
Features: * Up to 20 slots with hotkeys * Disable adding new items to the quick slots * Custom hotkey labels (with color!) * Works with Nitrox
Manual Install: 1. Make sure to install BepInEx and Nautilus. 2. Extract `BepInEx\plugins\QuickSlotsPlus\` to `Subnautica\BepInEx\plugins\QuickSlotsPlus\`. 3. (Nitrox only) Edit Nautilus's mod.json file and add "NitroxCompat": true
If you have issues installing, try asking in the Discord for the fastest help! https://discord.gg/UpWuWwq
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\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 named "Subnautica\BepInEx\plugins\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.
Controller Info: If you are playing with controller and keyboard using the Mixed Input mod, make sure to enable Mixed Input mode in the options. This will prevent items from un-equipping when the main input changes between keyboard and controller.
Known issues: * Sometimes while testing Nitrox my tool icon disappeared, let me know if you can reproduce it