Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
HywolfWeightDisplay
Displays inventory weight in the HUD, even when not in the inventory.
By HywolfTeam
| Date uploaded | 18 hours ago |
| Version | 1.0.0 |
| Download link | HywolfTeam-HywolfWeightDisplay-1.0.0.zip |
| Downloads | 34 |
| Dependency string | HywolfTeam-HywolfWeightDisplay-1.0.0 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
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.