You are viewing a potentially older version of this package. View all versions.
DarkSpider-ExtraInventorySlots-1.0.0 icon

ExtraInventorySlots

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

Date uploaded 3 weeks ago
Version 1.0.0
Download link DarkSpider-ExtraInventorySlots-1.0.0.zip
Downloads 16489
Dependency string DarkSpider-ExtraInventorySlots-1.0.0

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.

CHANGELOG

1.0.0

  • Initial stable release for R.E.P.O. v0.4.0.
  • Added configurable inventory slot count from 3 to 10.
  • Added full extra-slot UI with item icons, slot labels, and battery charge indicators.
  • Added hotkeys for slots 4-10.
  • Added optional numpad hotkeys.
  • Added optional item auto swap for occupied slots.
  • Added host protection for multiplayer slot limits.
  • Added extra-slot item tracking and restoration between rounds.