Ungodly Item Stacking
Bigger backpacks, everything-stacks, configurable mega-stacks, smart auto-consolidation and a reworked split button — all from one config file.
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.
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 preciseByItemTypemode with per-category toggles, plus force-stack / never-stack name lists. - Configurable stack size.
0for 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.
Add this mod
BepInEx must already be installed and run once (see Foundation). Then it's a single DLL into plugins\.
-
Download & extract
Grab
UngodlyItemStacking_v1_0_0_NoMansHome_BepInEx6.rarand extract it. Inside is the plugin fileUngodlyItemStacking.dll(and a README — reference only). -
Open
BepInEx\plugins\Inside your No Man's Home folder, go to
BepInEx→plugins. -
Drop in
UngodlyItemStacking.dllCopy that one DLL into
plugins\, flat alongside any other mods. That's the whole install.▸ BepInEx\plugins\ UngodlyItemStacking.dll # 34 KB · Ungodly Item Stacking
-
Launch once
Start the game. The plugin loads and writes its config file
com.stixsworldhd.nomanshome.ungodlyitemstacking.cfgintoBepInEx\config\. Quit, then edit that file to tune the mod — full guidance on the Tuning page.
Config & save files
Generated automatically on first launch. Edit with any plain-text editor while the game is closed (unless live-reload is supported).
▸ BepInEx\config\com.stixsworldhd.nomanshome.ungodlyitemstacking.cfg
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.
Confirm it loaded
Proof the plugin is live after your next launch.
- The config
com.stixsworldhd.nomanshome.ungodlyitemstacking.cfgappears inBepInEx/config/.
Notes & technical detail
- 8 sections, each setting with type, default and min/max. HarmonyX patches the game's
BackpackandInventoryclasses; every patch is individually guarded so a hiccup in one feature can't take down the game.
Uninstall this mod
Mods are independent — removing one never affects the others or BepInEx itself.
-
Delete the DLL
Remove
UngodlyItemStacking.dllfromBepInEx\plugins\. On the next launch the mod is simply gone. -
Optional cleanup
You may also delete
com.stixsworldhd.nomanshome.ungodlyitemstacking.cfgfromBepInEx\config\. It's harmless to leave; a fresh one regenerates if you reinstall.