MoreInventorySlots
This mod lets you carry more wands in YAPYAP by expanding your inventory from 3 up to 8 slots.
By H4Mods
| Last updated | 3 weeks ago |
| Total downloads | 1613 |
| Total rating | 0 |
| Categories | Mods Client Side All Clients Wands |
| Dependency string | H4Mods-MoreInventorySlots-1.0.3 |
| Dependants | 0 other packages depend on this package |
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
This mod lets you carry more wands in YAPYAP by expanding your inventory from 3 up to 8 slots.
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 via Thunderstore Mod Manager, Gale, or r2modman — one click and you're done.
Config
Config file: BepInEx/config/h4rv.yapyap.moreinventoryslots.cfg (generated on first launch).
| 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.