lagarbure-BossHpText icon

BossHpText

Writes the boss's current/total HP inside the boss health bar, in the game's own font. Client-side, configurable.

Last updated 4 days ago
Total downloads 1962
Total rating 1 
Categories Mods Misc AI Generated
Dependency string lagarbure-BossHpText-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305

README

Boss HP Text

The boss health bar is a normalised fill — it shows you a proportion, never a number. This puts the numbers back: current/total, centred in the bar, in the game's own font.

The boss bar without and with the mod

The text sits underneath the bar's shake-and-spring animation, so the numbers jolt with every hit exactly like the bar does.

Multiplayer

Client-side only. Nothing is sent, nothing is patched on the server, and players without the mod are unaffected — so it works in any lobby, hosted or joined.

One thing the numbers make visible: boss HP scales with lobby size. A boss with 562 HP solo has 1405 in a four-player game.

Configuration

Generated at BepInEx/config/alexandre.howtofish.bosshptext.cfg on first run, and editable in-game through the config editor of any mod manager.

Key Default Meaning
Enabled true Show the numbers at all
Format {0}/{1} {0} is current HP, {1} is maximum
FontSize 0 Points; 0 copies the boss name label's size
TextColor #FFFFFF Hex colour of the numbers
OutlineWidth 0.2 01; the bar changes colour by boss type, so some outline keeps the text readable on both
OutlineColor #000000 Hex colour of the outline

A malformed Format string falls back to cur/max rather than blanking the label.

Manual installation

Mod managers handle this for you. By hand: install BepInExPack, then drop HowToFish.BossHpText.dll into BepInEx/plugins/.

Note that Steam's install directory contains a second How to Fish folder — the game lives at steamapps/common/How to Fish/How to Fish/.

Links

MIT licensed.