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

MoreInventorySlots

This mod lets you carry more wands in YAPYAP by expanding your inventory from 3 up to 8 slots.

By H4Mods
Date uploaded 2 months ago
Version 1.0.2
Download link H4Mods-MoreInventorySlots-1.0.2.zip
Downloads 19
Dependency string H4Mods-MoreInventorySlots-1.0.2

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

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

Installation

Install via Gale or r2modman — one click and you're done. BepInEx is pulled in automatically as a dependency.

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.