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
| Date uploaded | 4 months ago |
| Version | 2.5.2 |
| Download link | DSH-RepoStatsUI-2.5.2.zip |
| Downloads | 62 |
| Dependency string | DSH-RepoStatsUI-2.5.2 |
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.2
- Fixed Climb time calculation (no longer scaled by stamina multiplier).
- Removed unused variables and dead code.
- Cleaned up all remaining Polish strings from source.
2.5.0
- Removed Polish language — mod is now English-only.
- TAB panel header changed to YOUR STATS.
- Config sections and keys renamed to English (
Logic,TAB Panel,Anchor, etc.). - Anchor system: position panel relative to a chosen screen corner.
2.4.0
- New Anchor config: choose
TopLeft,TopRight,BottomLeft,BottomRight, orCenter. OffsetX/OffsetYnow offset from the chosen anchor point instead of raw coordinates.
2.3.0 – 2.2.x
- Sprint Speed tooltip shows accurate sprint time tradeoff.
- TAB panel: conditional rows — only upgraded stats are visible.
- Fixed "ghost" tooltip bug.
- Wings, HP, Climb rows added with dynamic level display.