cjayride-BuildingHealthDisplay icon

BuildingHealthDisplay

Building health bar. Also optionally lets you show integrity and use custom integrity colours.

Last updated 3 weeks ago
Total downloads 3229
Total rating 2 
Categories Mods Tweaks Misc Tools Crafting Client-side Utility Mistlands Update Building
Dependency string cjayride-BuildingHealthDisplay-0.6.2
Dependants 14 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

Uploading this open source mod from Nexus Mods because it's not on Thunderstore yet.

Developer: aedenthorn

Original mod link: https://www.nexusmods.com/valheim/mods/793

Github: https://github.com/aedenthorn/ValheimMods/tree/master/BuildingHealthDisplay

Building health display

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.

Config

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

Changelog

0.6.2

  • Fixed potential issue with missing assembly file

0.6.1

  • Changed config file name to cjayride.BuildingHealthDisplay.cfg

0.6.0

  • 2 changes (commits) by "Aedenthorn" on Aug 24, 2023 and Oct 6, 2023

0.4.1

  • Verified works on Mistlands update
  • Changed config file name to cjayride.BuildingHealthDisplay.cfg
  • Changed default value of ShowIntegrityText = false