
R.E.P.O.
You are viewing a potentially older version of this package. View Latest Version

A quality-of-life mod for R.E.P.O. that improves the readability of player stats.
Replaces raw stamina points on the HUD with human-readable seconds.
/ separator repositions dynamically based on text width.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.
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 |
| … | … | … |
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 |
RepoStatsUI.dll into BepInEx/plugins/./ separator.