ManyMods-InventorySlotUpgrade icon

InventorySlotUpgrade

Adds an upgrade that grants additional inventory slots.

Last updated an hour ago
Total downloads 47
Total rating 0 
Categories Mods Items Upgrades AI Generated Quality Of Life
Dependency string ManyMods-InventorySlotUpgrade-0.1.8
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

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

Preferred version: 5.4.2305
Zehs-REPOLib-4.2.0 icon
Zehs-REPOLib

Library for adding content to R.E.P.O.

Preferred version: 4.2.0
nickklmao-REPOConfig-1.2.6 icon
nickklmao-REPOConfig

Edit mod configs in-game!

Preferred version: 1.2.6

README

Inventory Slot Upgrade

Adds an upgrade to R.E.P.O that grants additional inventory slots.

Current behavior

  • Configurable price from 100,000 to 1,000,000 in configs, either in-game or file.
  • Each boxes adds one slot, up to 10 total slots.
  • Optional Allow Team Upgrades config makes each activation grant slots to every player.
  • Extra slots use keys 4, 5, 6, 7, 8, 9, and 0.
  • Upgrade levels are saved and synchronized through REPOLib.
  • Every player must install the mod and REPOLib for multiplayer.

Development

  1. Copy Directory.Repo.props.example to Directory.Repo.props and fill in the local paths.
  2. Run dotnet build -c Release.
  3. The local package is written to dist/InventorySlotUpgrade/.

Do not run this together with MoreInventorySlots or BagExpander; those mods patch the same inventory UI and slot limits.