Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
RepoStatsUI
Displays stamina as seconds on the HUD, shows upgrade tooltips when looking at items, and adds a TAB stats panel (base -> current) for all player upgrades.
By DSH
| Last updated | 4 hours ago |
| Total downloads | 120 |
| Total rating | 0 |
| Categories | Mods Upgrades Client-side AI Generated |
| Dependency string | DSH-RepoStatsUI-2.5.4 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Repo Stats UI
A quality-of-life mod for R.E.P.O. that improves the readability of player stats.
Features
HUD — Stamina as Seconds
Replaces raw stamina points on the HUD with human-readable seconds.
- Current and max stamina are both shown in seconds.
- The
/separator repositions dynamically based on text width.
Upgrade Tooltip
Look at any upgrade item in the shop to see a green tooltip showing exactly what you gain:
| Upgrade | Tooltip |
|---|---|
| Stamina | +X.Xs sprint |
| Sprint Speed | +1.5 speed (-X.Xs sprint) |
| Climb | +X.Xs climb |
| Strength | +0.2 strength |
| Range | +1m range |
| Throw | +0.3 throw |
| Health | +20 HP |
| Wings | +1s flight time (level X) |
| Jump | +1 jump |
| Crouch / Rest | +50% stamina regen |
Sprint Speed shows the exact time tradeoff — how many seconds of sprint you lose for the speed gain.
TAB Panel — Stats Overview
Hold TAB to open a semi-transparent panel showing your stats in base → current format.
Only rows with purchased upgrades are shown by default.
| Stat | Base | Current |
|---|---|---|
| Sprint | 4.0s | 5.5s |
| Speed | 0.0 | 1.5 |
| Climb | 8.0s | 9.2s |
| Strength | 1.0 | 1.2 |
| HP | 100 | 120 |
| Wings | 0.0s | 2.0s |
| … | … | … |
Configuration
Edit BepInEx/config/com.repo.statsui.cfg directly, or use any BepInEx config manager.
| Key | Default | Description |
|---|---|---|
StaminaMultiplier |
0.1 |
Points-to-seconds multiplier |
Anchor |
BottomLeft |
Panel anchor: TopLeft, TopRight, BottomLeft, BottomRight, Center |
OffsetX |
20 |
Horizontal offset from anchor (pixels) |
OffsetY |
20 |
Vertical offset from anchor (pixels) |
FontSize |
22 |
Text size in the TAB panel |
ShowAll |
false |
true = show all stats; false = only upgraded ones |
Installation
- Install BepInEx 5.
- Drop
RepoStatsUI.dllintoBepInEx/plugins/. - Launch the game — config file is created automatically on first run.
Changelog
2.5.4 — Initial Release
- HUD: stamina displayed as seconds with dynamic
/separator. - Upgrade tooltip: look at any upgrade to see exact stat gain.
- TAB panel: hold TAB to see all your stats (base → current).
- Conditional rows: only shows stats you've actually upgraded.
- Anchor system: position the panel from any screen corner.