You are viewing a potentially older version of this package. View all versions.
ManyMods-InventorySlotUpgrade-0.1.7 icon

InventorySlotUpgrade

Adds a purchasable upgrade that grants one additional inventory slot.

Date uploaded 2 days ago
Version 0.1.7
Download link ManyMods-InventorySlotUpgrade-0.1.7.zip
Downloads 67
Dependency string ManyMods-InventorySlotUpgrade-0.1.7

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 a normal shop upgrade box to R.E.P.O. Buying and activating it in the truck grants that player one additional inventory slot.

Current behavior

  • Displayed shop price: 100,000 by default, configurable from 100,000 to 1,000,000 in exact 10,000 increments through the Inventory Slot Upgrade entry in REPOConfig or the BepInEx config file.
  • One box can appear in a shop by default.
  • Each activation adds one slot, up to 10 total slots.
  • Purchases stop after enough boxes have been bought to reach the configured slot maximum.
  • Extra slots use keys 4, 5, 6, 7, 8, 9, and 0.
  • Upgrade levels are saved and synchronized through REPOLib.
  • Items in extra slots are restored across level changes like the three vanilla slots.
  • The upgrade box uses its own embedded 4+ inventory-slot decal.
  • 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.

CHANGELOG

Changelog

0.1.9

  • Fixed severe glitch of not being able to take out any item from 4+ slots.

0.1.8

  • Added an Allow Team Upgrades config toggle, matching MoreUpgrades-style team sharing.
  • Shared grants respect the configured maximum slot count for every player.
  • Added compatibility with SharedUpgradesPlus to prevent duplicate grants when both mods are installed.

0.1.7

  • Initial public release.
  • Adds a purchasable and configurable inventory-slot upgrade.
  • Supports up to 10 centered inventory slots with multiplayer synchronization and save persistence.
  • Includes the custom embedded 4+ upgrade-box decal.