You are viewing a potentially older version of this package.
View all versions.
ShowBossHealth
Shows current / max health numbers under enemy HUD health bars.
| Date uploaded | 3 weeks ago |
| Version | 1.0.2 |
| Download link | Sparroh-ShowBossHealth-1.0.2.zip |
| Downloads | 118 |
| Dependency string | Sparroh-ShowBossHealth-1.0.2 |
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
CHANGELOG
Changelog
1.0.2
- Refactor
1.0.1
- Re-attach health labels when enemy HUD bars return after exiting to the menu
1.0.0
- Initial release
- Shows current / max health under enemy HUD health bars
- Shell-pool totals by default; core-only when the game flag requires it
- SparrohUILib text styling with configurable color, font size, and offset