cjayride-BuildingHealthDisplay icon

BuildingHealthDisplay

Fork of aedenthorn/BuildingHealthDisplay for v0.217.46+ Building health bar. Also optionally lets you show integrity and use custom integrity colours.

Last updated 2 months ago
Total downloads 4556
Total rating 3 
Categories Mods Tweaks Misc Tools Crafting Client-side Utility Mistlands Update Building Hildir's Request Update Ashlands Update
Dependency string cjayride-BuildingHealthDisplay-0.7.1
Dependants 18 other packages depend on this package

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

BuildingHealthDisplay

Patched for Valheim v0.217.46+

A fork of aedenthorn/BuildingHealthDisplay

ThunderStore | GitHub

Display HP of buildings

This is a small quality-of-life mod that lets you tweak the little bar that shows how much health a building piece has.

  • Lets you optionally set colours for low, mid, and high remaining health, with smooth blending from one colour to another (default red, yellow, and green)
  • Lets you optionally hide the health bar.
  • Lets you optionally show custom health text with the health bar (default shows current / max (percent))
  • Lets you optionally show piece structural integrity (default shows current / max (percent))
  • Lets you optionally set colours for low, mid, and high piece integrity, with smooth blending from one colour to another (default red, yellow, and green)

The health and integrity texts are in the format {0}/{1} ({2}) just as an example to show all three showable values. You can customize this as you like. {0} is replaced by current value. {1} is replaced by max value. {2} is replaced by percentage value.

Configuration

A config file BepInEx/config/cjayride.BuildingHealthDisplay.cfg is created after running the game once with this mod.