BuildingHealthDisplay
Fork of aedenthorn/BuildingHealthDisplay for v0.217.46+ Building health bar. Also optionally lets you show integrity and use custom integrity colours.
Date uploaded | 2 months ago |
Version | 0.7.1 |
Download link | cjayride-BuildingHealthDisplay-0.7.1.zip |
Downloads | 453 |
Dependency string | cjayride-BuildingHealthDisplay-0.7.1 |
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
BuildingHealthDisplay
Patched for Valheim v0.217.46+
A fork of aedenthorn/BuildingHealthDisplay
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.
CHANGELOG
v0.7.1
- The highlight of pieces in game was breaking. Commented out the code for highlighting until a fix can be provided. The mod will work as-is without highlighting pieces in game.
v0.7.0
- Removed terminal reload
- Added compatibility for v0.217.46
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