

Shows nearby players' stamina, extra stamina, and afflictions above their nameplates when they are close enough.
Overhead Stamina reuses the game's stamina bar and affliction bar UI, so it stays visually consistent with the HUD and can pick up compatible modded affliction bars.
Launch once, then edit BepInEx/config/patchnote.overheadstamina.cfg.
| Setting | Default | Description |
|---|---|---|
General.MaxDistance |
18 |
Maximum world-space distance for showing another player's stamina bar. |
General.BarScale |
1.5 |
Scale multiplier for the stamina bar shown above player names. |
General.DistanceOverlayKeyboardKey |
BackQuote |
Keyboard key used to toggle the distance overlay. Set to None to disable. |
Press the configured distance overlay key in-game to toggle a distance overlay. While enabled, stamina bar/nameplate visibility range is raised to 2000 world units and each player name shows distance in meters.
If Hunter is installed, the distance overlay is automatically limited to General.MaxDistance so it cannot reveal far-away players. Other mods can request the same behavior through the public API documented in API.md.