celvro-QuickSlotsPlus icon

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 7921
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-4.4.3 icon
Subnautica_Modding-QModManager

QModManager is an intermidiate loader for mods made for the QMM system.

Preferred version: 4.4.3
Subnautica_Modding-SMLHelper-2.13.4 icon
Subnautica_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.4

README

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

  1. Set hotkey in game, look at name.
  2. Create a file named Subnautica\Qmods\QuickSlotsPlus\customLabels.json. Limited support for unicode.
{
    "LeftArrow": "⬅️",
    "RightArrow": "Right"
}
  1. 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

  1. Install QModManager and SMLHelper.
  2. Extract QMods\QuickSlotsPlus\ to Subnautica\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.

Noticed a bug?