You are viewing a potentially older version of this package. View all versions.
HywolfTeam-HywolfWeightDisplay-1.0.0 icon

HywolfWeightDisplay

Displays inventory weight in the HUD, even when not in the inventory.

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-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

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

image

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)

  1. Click Install with Mod Manager on Thunderstore (r2modman / Thunderstore Mod Manager).

Manual Installation

  1. Ensure you have BepInEx Pack for Valheim installed.
  2. Extract the contents of the .zip archive.
  3. Place the HywolfWeightDisplay.dll file into your Valheim/BepInEx/plugins/ folder.