
You are viewing a potentially older version of this package. View Latest Version
HywolfWeightDisplay
Displays inventory weight in the HUD, even when not in the inventory.Hywolf Weight Display
A lightweight Valheim mod that permanently displays your inventory weight on the HUD, even when your inventory is closed.
Features
- Permanent Display: Always keep an eye on your current carry weight.
- Customizable Format: Choose exactly what you want to see (current weight, max weight, percentage, remaining weight).
- Dynamic Colors: Text color changes automatically based on your load state (Normal, Warning, Overloaded).

Configuration
You can customize options directly in-game using BepInEx ConfigurationManager (F1) or by editing the com.hywolf.hywolfweightdisplay.cfg file.
| Section | Option | Description | Default Value |
|---|---|---|---|
| Position | PositionX |
Horizontal position (offset from TOP-LEFT corner) | 20 |
| Position | PositionY |
Vertical position (offset from TOP-LEFT corner) | -60 |
| Appearance | FontSize |
Font size | 20 |
| Appearance | TextFormat |
Custom text format template | {0}/{1} ({2}%) |
| Colors | WarningThreshold |
Percentage threshold to trigger warning color | 80 |
Text Format Variables (TextFormat)
{0}= Current Weight{1}= Maximum Carry Weight{2}= Weight Percentage{3}= Remaining Available Weight
Installation
Via Mod Manager (Recommended)
- Click Install with Mod Manager on Thunderstore (r2modman / Thunderstore Mod Manager).
Manual Installation
- Ensure you have BepInEx Pack for Valheim installed.
- Extract the contents of the
.ziparchive. - Place the
HywolfWeightDisplay.dllfile into yourValheim/BepInEx/plugins/folder.