DarkSpider-ExtraInventorySlots icon

ExtraInventorySlots

Configurable extra inventory slots for R.E.P.O. v0.4.0 with full slot UI, battery indicators, and optional item swapping.

Last updated 17 hours ago
Total downloads 1284
Total rating 1 
Categories Misc Items Weapons Drones AI Generated
Dependency string DarkSpider-ExtraInventorySlots-1.0.0
Dependants 0 other packages depend on this package

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

Extra Inventory Slots

Configurable extra inventory slots for R.E.P.O. v0.4.0.

Features

  • Total inventory slot count configurable from 3 to 10.
  • Full extra-slot UI: item icons, slot numbers, and battery charge indicators.
  • Hotkeys for slots 4-10 using number keys 4-9 and 0.
  • Optional numpad hotkeys.
  • Optional auto swap: storing a held item into an occupied slot swaps it with the item already in that slot.
  • Host protection to prevent clients from equipping into slots above the host's configured limit.
  • Extra-slot item ownership tracking and restoration when the game rebuilds item ownership between rounds.

Config

The config file is generated by BepInEx after the first launch:

BepInEx/config/DarkSpider90.ExtraInventorySlots.cfg

Defaults:

  • Number Of Slots = 5
  • Host Protection = true
  • Keep Items In Truck = false
  • Auto Swap Items = true
  • Extra Slot Hotkeys = true
  • Numpad Hotkeys = true

Install

Install with a mod manager, or copy ExtraInventorySlots.dll into your R.E.P.O. BepInEx plugins folder.

Credits / Inspiration

This mod was written from scratch for R.E.P.O. v0.4.0.

The original idea was inspired by two older mods:

  • nickklmao-MoreInventorySlots, which added more inventory slots before the v0.4.0 update broke that workflow.
  • rin_jugatla-Item_Swapper, which introduced the useful idea of swapping a held item into an occupied quick slot instead of simply refusing the action.

No external DLL from those mods is required.