0 of 0

File information

Last updated

Original upload

Created by

celvro

Uploaded by

celvro

Virus scan

Safe to use

Tags for this mod

About this mod

Add support for up to 20 quick slots!

Requirements
Permissions and credits
Changelogs
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

Requirements
* BepInEx
* Nautilus BZ


Installation


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:
// BepInEx\plugins\QuickSlotsPlus_BZ\allowItems.json
{
"Knife": 3,
"Flare": -1
}
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

Noticed a bug?
https://github.com/celvro/QuickSlotsPlus/issues