You are viewing a potentially older version of this package. View all versions.
Sparroh-ShowBossHealth-1.0.0 icon

ShowBossHealth

Shows current / max health numbers under enemy HUD health bars.

Date uploaded 2 days ago
Version 1.0.0
Download link Sparroh-ShowBossHealth-1.0.0.zip
Downloads 22
Dependency string Sparroh-ShowBossHealth-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_Mycopunk-5.4.2403 icon
BepInEx-BepInExPack_Mycopunk

BepInEx pack for Mycopunk. Preconfigured and ready to use.

Preferred version: 5.4.2403
Sparroh-SparrohUILib-1.1.1 icon
Sparroh-SparrohUILib

Shared UI library for Sparroh Mycopunk mods. Provides themed widgets, HUD builders, windows, and resolution-aware layout.

Preferred version: 1.1.1

README

ShowBossHealth

Shows numerical health 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
  • Built with SparrohUILib for consistent themed text
  • Configurable color, font size, and vertical offset

Dependencies

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:

Setting Default Description
EnableEnemyHealthValues true Toggle the health numbers
FontSize 14 Text size (1080p reference pixels)
YOffset -4 Vertical offset under the bar
ValueColor soft white Hex color RRGGBB or #RRGGBB

Building

dotnet build --configuration Release

Authors

  • Sparroh

License

MIT — see LICENSE

CHANGELOG

Changelog

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