Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
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
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305README
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, and0. - 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
- Copy
Directory.Repo.props.exampletoDirectory.Repo.propsand fill in the local paths. - Run
dotnet build -c Release. - 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 Upgradesconfig 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.