ShowBossHealth
Shows current / max health numbers under enemy HUD health bars.
| Last updated | a month ago |
| Total downloads | 388 |
| Total rating | 0 |
| Categories | Mods Misc Client-Side |
| Dependency string | Sparroh-ShowBossHealth-1.0.2 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_Mycopunk
BepInEx pack for Mycopunk. Preconfigured and ready to use.
Preferred version: 5.4.2403Sparroh-SparrohUILib
Shared UI library for Sparroh Mycopunk mods. Provides themed widgets, HUD builders, windows, and resolution-aware layout.
Preferred version: 1.1.1README
ShowBossHealth
Shows current / max health numbers under enemy HUD health bars in Mycopunk.
Features
- Displays current / max health under each top-of-screen enemy health bar (bosses, abominations, and other enemies that use a HUD bar)
- Values match the bar’s data model:
- Shell pool total by default (
shell current / shell max) - Core only when the enemy class uses
onlyUseCoreHealthForHealthbar
- Shell pool total by default (
- Built with SparrohUILib for consistent themed text
- Configurable color, font size, and vertical offset
- Config file is watched and reloaded on change
Dependencies
- Mycopunk
- BepInEx 5.4.2403+
- SparrohUILib
Install
Thunderstore / r2modman (recommended): install Sparroh-ShowBossHealth (pulls SparrohUILib automatically).
Manual: place ShowBossHealth.dll in BepInEx/plugins/ and ensure SparrohUILib is installed.
Configuration
BepInEx/config/sparroh.showbosshealth.cfg:
| Section | Setting | Default | Description |
|---|---|---|---|
| General | Show Boss Health | true | Toggle the health numbers |
| Display | Font Size | 14 | Text size (1080p reference pixels) |
| Display | Y Offset | -4 | Vertical offset under the bar (negative is further down) |
| Colors | Text Color | theme primary | Hex color RRGGBB or #RRGGBB |
Building
dotnet build --configuration Release
Authors
- Sparroh
License
MIT — see LICENSE