You are viewing a potentially older version of this package.
View all versions.
MoreInventorySlots
More Inventory Slots - carry up to 8 wands/staves. Configurable (3-8, default 6).
By H4Mods
| Date uploaded | 2 months ago |
| Version | 1.0.1 |
| Download link | H4Mods-MoreInventorySlots-1.0.1.zip |
| Downloads | 21 |
| Dependency string | H4Mods-MoreInventorySlots-1.0.1 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
More Inventory Slots
A BepInEx plugin for YAPYAP that increases the number of inventory slots you can use to carry magic staves / wands.
Features
- Configurable maximum number of inventory slots (default 6, vanilla is 3).
- Best-effort UI expansion: clones the existing inventory slot UI so the extra slots are visible, draggable and selectable.
- Fully server-authoritative: patches
YAPYAP.PawnInventoryso the backend actually stores the extra items.
Installation
- Install BepInEx 5 (x64) for YAPYAP (or install via r2modman / Gale).
- Drop
YapYapMoreStaffSlots.dllintoBepInEx/plugins. - Launch the game once to generate the config file:
BepInEx/config/h4rv.yapyap.morestaffslots.cfg
Config
| Key | Default | Description |
|---|---|---|
MaxInventorySlots |
6 |
Number of inventory slots (3–8). |
ExpandInventoryUI |
true |
Clone the vanilla slot UI so new slots are visible. Turn off if UI looks broken. |
HorizontalOffsetPx |
0 |
Horizontal offset (pixels) applied to all slots + prompts. Negative = left, positive = right. Use to align slots with the decorative frame at unusual resolutions. |
Notes
- Host only matters for backend storage – the host/server runs the slot logic, so ideally everyone in the lobby uses the same value.
- Save persistence is honored: saved SLOT_COUNT is clamped to the configured maximum.