Toxo-StackIncrease icon

StackIncrease

Increases the max stack size (x10) and reduces the weight to 20% of stackable items (wood, stone, ore, arrows, food, etc.), both configurable. Equipment is untouched.

By Toxo
Last updated 7 hours ago
Total downloads 3095
Total rating 0 
Categories Mods Tweaks Gear Misc Tools Crafting Client-side Utility Building AI Generated Deep North Update
Dependency string Toxo-StackIncrease-0.4.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2350 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2350

README

Stack Increase

Carry more of everything, and carry it lighter. Increases the max stack size of stackable items (wood, stone, ore, arrows, food, etc.) and reduces their weight, both by a configurable amount. Weapons, armor and other one-at-a-time items are untouched.

Configuration

After the first run, edit BepInEx/config/toxo.stackincrease.cfg (or use a config manager mod in-game):

  • StackMultiplier (integer, 1–1000, default 10) - multiplies every stackable item's original max stack size. E.g. wood (normally 50) becomes 500 with the default setting.
  • WeightMultiplier (decimal, 0.01–2, default 0.2) - multiplies the same items' original weight. 0.2 means 20% of the original weight (80% lighter).

Requires a game restart to take effect, since the scaling happens once when the game builds its item database.

Installation

  1. Install BepInEx if you haven't already.
  2. Drop StackIncrease.dll into BepInEx/plugins/.
  3. Start the game.

Compatibility

Client-side only mod that patches the item database at startup. Works in single player and multiplayer (each player needs it installed to get bigger stacks in their own inventory).