You are viewing a potentially older version of this package. View all versions.
H4Mods-MoreInventorySlots-1.0.1 icon

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-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

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.PawnInventory so the backend actually stores the extra items.

Installation

  1. Install BepInEx 5 (x64) for YAPYAP (or install via r2modman / Gale).
  2. Drop YapYapMoreStaffSlots.dll into BepInEx/plugins.
  3. 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.