StixsworldHDZone Ops // Field Terminal
DOSE 0.00 µSv
MOD 08/9Inventory

Ungodly Item Stacking

Bigger backpacks, everything-stacks, configurable mega-stacks, smart auto-consolidation and a reworked split button — all from one config file.

DLL  UngodlyItemStacking.dll VERSION  v1.0.0 SIZE  34 KB CONFIG  yes

An ungodly, madly, vastly enhanced item-stacking overhaul: raise how many distinct stacks you can carry, make almost anything stackable, set unlimited or capped stack sizes, auto-merge loose stacks on pickup, merge durability fairly, and rework the split button.

Everything is fully implemented — no placeholders or stubs — and driven entirely from a single config file. No in-game menus, no console, no on-screen UI. The master switch returns 100% vanilla behaviour instantly.

FETWhat it does

Feature rundown

Everything listed here is fully implemented and wired to a confirmed game field — no stubs, no placeholders.

  • Massive backpack slots. Separate counts for no-backpack vs backpack-equipped so progression still matters, plus configurable NPC/corpse capacity.
  • Make (almost) anything stackable. Vanilla, AllItems, or a precise ByItemType mode with per-category toggles, plus force-stack / never-stack name lists.
  • Configurable stack size. 0 for truly unlimited mega-stacks, or any cap with automatic overflow into extra stacks.
  • Auto-consolidation. Every pickup instantly merges loose stacks of that item; optional full tidy-up on inventory open.
  • Fair condition merging. Weighted-average (default), keep-first, highest or lowest durability when stacks combine.
  • Reworked split button. Split in half, peel off one, or a custom amount; optionally split even when the bag is full.
INSInstall

Add this mod

BepInEx must already be installed and run once (see Foundation). Then it's a single DLL into plugins\.

  1. Download & extract

    Grab UngodlyItemStacking_v1_0_0_NoMansHome_BepInEx6.rar and extract it. Inside is the plugin file UngodlyItemStacking.dll (and a README — reference only).

  2. Open BepInEx\plugins\

    Inside your No Man's Home folder, go to BepInExplugins.

  3. Drop in UngodlyItemStacking.dll

    Copy that one DLL into plugins\, flat alongside any other mods. That's the whole install.

    BepInEx\plugins\ — after copy
     BepInEx\plugins\
       UngodlyItemStacking.dll   # 34 KB · Ungodly Item Stacking
  4. Launch once

    Start the game. The plugin loads and writes its config file com.stixsworldhd.nomanshome.ungodlyitemstacking.cfg into BepInEx\config\. Quit, then edit that file to tune the mod — full guidance on the Tuning page.

CFGTuning

Config & save files

Generated automatically on first launch. Edit with any plain-text editor while the game is closed (unless live-reload is supported).

config file location
 BepInEx\config\com.stixsworldhd.nomanshome.ungodlyitemstacking.cfg
Master switch

Like every mod in this pack, the master toggle at the top of the config returns this plugin to 100% vanilla behaviour instantly. Tune freely — you can always flip it back.

CHKVerify

Confirm it loaded

Proof the plugin is live after your next launch.

Load check
  • The config com.stixsworldhd.nomanshome.ungodlyitemstacking.cfg appears in BepInEx/config/.
NTEGood to know

Notes & technical detail

  • 8 sections, each setting with type, default and min/max. HarmonyX patches the game's Backpack and Inventory classes; every patch is individually guarded so a hiccup in one feature can't take down the game.
REMRemoval

Uninstall this mod

Mods are independent — removing one never affects the others or BepInEx itself.

  1. Delete the DLL

    Remove UngodlyItemStacking.dll from BepInEx\plugins\. On the next launch the mod is simply gone.

  2. Optional cleanup

    You may also delete com.stixsworldhd.nomanshome.ungodlyitemstacking.cfg from BepInEx\config\. It's harmless to leave; a fresh one regenerates if you reinstall.