
You are viewing a potentially older version of this package. View Latest Version
SimpleHUD
Custom health & stamina numbers shown below the infection text, with configurable vanilla HUD hiding and full-value fade-out. The tool slot sidebar is always kept visible.SimpleHUD
Custom health/stamina numbers for Lethal Company (BepInEx 5), displayed below the infection percentage text. Layout and style inspired by InfectionHUD.
Features
- Shows health (
XX HP, color interpolates from green to red as health drops) and stamina (XX% SP, color changes with remaining stamina; bright yellow when full, black when depleted) as numeric text directly below the infection value. - The HUD text is attached to the same parent node as the weight counter. When InfectionHUD's
MyCustomHUDTextis detected, the numbers align below it automatically; otherwise the same default position is used. HideVanillaHUDhides the vanilla HUD elements (top-left player info panel, health bar, stamina bar, battery icons, damage red flash) and shows the SimpleHUD numbers instead.- The tool slot sidebar is always kept visible, regardless of
HideVanillaHUD. AlwaysShowNumberschooses between always-visible numbers and a fade-out effect once a value is full.HideSimpleHUDcan hide the SimpleHUD numbers entirely without touching the vanilla HUD.
Configuration
Config file: BepInEx/config/MCMac.SimpleHUD.cfg. Runtime changes take effect immediately (position/color options live; visibility options on the next frame).
| Setting | Default | Description |
|---|---|---|
HideVanillaHUD |
true |
Hide the vanilla HUD (the tool slot sidebar is always kept). Set to false to restore the vanilla HUD. |
AlwaysShowNumbers |
false |
true: numbers are always visible no matter the value. false: when a number reaches 100 it fades out over 5 seconds and becomes invisible until the value drops below 100. Health and stamina fade independently. |
HideSimpleHUD |
false |
Completely hide the SimpleHUD numbers. Independent from HideVanillaHUD. |
PosOffsetX |
50 |
Horizontal offset (px) of the numbers from the base position. Positive = right. |
PosOffsetY |
120 |
Vertical offset (px) of the numbers from the base position. Positive = up. |
StaminaColorR/G/B |
1/0.9/0.15 |
Stamina text color RGB channels (0-1). |
Installation
Drop SimpleHUD.dll into BepInEx/plugins/SimpleHUD/. Requires BepInExPack 5.4.2305 or later.
Works best alongside InfectionHUD (FreedomClub-InfectionHUD): the health/stamina numbers appear right below the infection percentage.