Confirm with your password

ItemStacksItemWeights

Control item stack sizes and weights. Dynamic server-to-client synchronization. Works globally or per item.

ยท ๐Ÿ’— Donate

Stars
0
Downloads
8
Version
1.0.7
Updated
Author
shudnal
Virus scan
โœ“ Scan successful
Runs on
Client & Server
Required by
1 mods

Compatibility

Required 1

Install these too โ€” Gale pulls them in for you.

Description

ItemStacksItemWeights

Control item stack sizes and weights. Dynamic server-to-client synchronization. Works globally or per item.

The mod creates a shudnal.ItemStacksItemWeights.yml file in the BepInEx/config/shudnal.ItemStacksItemWeights folder and populates it with default values on first launch.

You can edit this file to change item stack sizes and weights.

If you're using a dedicated server and want all clients to have synchronized stack sizes and weights, install the mod on the server and edit the file there.

After each file update, all settings are synchronized automatically and item properties are updated accordingly.

File structure

The configuration file is a simple YAML structure consisting of four main sections:

WeightMultiplier:
  Global: 1
WeightAmount:
  ItemName1: 2
StackMultiplier:
  Global: 1
StackSize:
  ItemName1: 50
  ItemName2: 100

Sections

  • WeightMultiplier -- Defines a multiplier applied to the base weight of items.
  • WeightAmount -- Defines an absolute weight value for items. This value will override weight multiplier value for the item.
  • StackMultiplier -- Defines a multiplier applied to base stack sizes.
  • StackSize -- Defines an absolute stack size for items. This value will override stack multiplier value for the item.

Keys

  • Global -- applies to all items unless overridden.
  • <PrefabName> -- applies only to a specific item.

Automatically generated documentation

When you start a world, an Items stacks and weights.txt file will be generated in the BepInEx/config/shudnal.ItemStacksItemWeights directory.

This file contains all items available in your current game session. Use it to find the exact item names.

You can regenerate this file manually at any time using the iwisdocs console command.

Installation (manual)

extract ItemStacksItemWeights.dll to your BepInEx\plugins\ folder.

Configurating

The best way to handle configs is Configuration Manager.

Or Official BepInEx Configuration Manager.

Donation

Buy Me a Coffee

Discord

Join server

Changelog

1.0.7 Latest
  • fields in configuration file can now be safely omitted
1.0.6
  • fixed actual mod assebly version
1.0.5
  • support of HTML tags inside stack text (ZenUI compatibility and possibly other similar mods)
1.0.4
  • keyboard shortcut to bypass stack size no longer server synced
1.0.3
  • added new configs: compact stack size, compact amount size, shortcut to bypass changes
1.0.2
  • fixed side incompatibility with mods using inhouse localization implementation (like PlantEverything and QSSSRT)
1.0.1
  • fixed nasty issue with consecutive applying of multipliers on consecutive log off and log on
1.0.0
  • Initial release

Full version history & older downloads โ†’

Manual download
Just this mod One .zip โ€” ItemStacksItemWeights 1.0.7
Files you'll get 2
  • ItemStacksItemWeights 1.0.7 shudnal this mod Get
  • YamlDotNet 16.3.1 ValheimModding Get

Your browser may ask permission to download several files at once. How to install these manually

Manual installation instructions
1

Install BepInExPack Valheim

BepInExPack Valheim is required to run mods in Valheim.

Download BepInExPack Valheim 5.4.2333 ยท View mod page

Check out the mod page for detailed installation instructions.

2

Install ItemStacksItemWeights

This mod must be installed on both the client and the server.

Download ItemStacksItemWeights 1.0.7

Extract the ZIP and place the file(s) into the BepInEx/plugins/ folder inside your Valheim game folder.