You are viewing a potentially older version of this package. View all versions.
Toxo-StackIncrease-0.4.0 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
Date uploaded 5 days ago
Version 0.4.0
Download link Toxo-StackIncrease-0.4.0.zip
Downloads 7554
Dependency string Toxo-StackIncrease-0.4.0

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).