
In-game overlay DPS and more infor in TaskBarHero
Hey all,
I've been playing Task Bar Hero and wanted to actually see my DPS, so I started writing a little overlay for myself. It slowly grew more panels, a couple of people found it handy, so I figured I'd put it out here in case anyone else wants it.
It's just me working on it — a personal side project, nothing commercial, no team. Free and open source (MIT).
What it does (each panel toggles with a hotkey, or from one F1 hub):
- DPS — live / peak / average, damage-type and crit breakdown
- Damage taken — same idea, for incoming hits
- Stage compare — line a run up against your best clear: per-wave times, gear/skill diff
- Gear score — a rough power rating for your party, read from your save
- Item stats — counts everything across bag / warehouse / trade, filterable
- Farming planner — ranks stages by gold/sec & exp/sec, calibrated to your own runs
- Box log / opened-box stats / loot heatmap — track pickups and what you actually pull
- Price peek — hover an item to see its Steam Market price
A few honest notes:
- It's a third-party BepInEx plugin. It only reads damage/save data — it doesn't change any game values, and TBH is single-player anyway.
- That said, any mod/injection can run against Steam's or the game's ToS, so there's some inherent risk (ban, save issues, etc.). Use it at your own risk — I can't be responsible for that, and if that's not your thing, totally fair to skip it.
- Mainly Windows + Steam; there's a CrossOver/macOS path too.
Repo + downloads: https://github.com/WarmBed/TBH-DPS-dashboard/releases
Screenshots / overview: https://tbh-dps-meter.zeabur.app
Not trying to sell anything — just sharing a tool I built and still use daily. If you try it, I'd genuinely like to hear what breaks or what's missing. Bug reports and feedback welcome.