
You are viewing a potentially older version of this package. View Latest Version
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.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 the raw stamina points on the HUD with a human-readable seconds value.
- Current stamina and max stamina are both shown in seconds.
- The slash
/position adjusts dynamically to the text width.
Upgrade Tooltip
When you look at an upgrade item in the shop, a green tooltip appears at the bottom of the screen showing exactly what you gain:
- 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
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 (configurable).
| Stat | Base | Current |
|---|---|---|
| Sprint | 4.0s | 5.5s |
| Speed | 0.0 | 1.5 |
| Climb | 8.0s | 9.5s |
| HP | 100 | 120 |
| Wings | 0.0s | 2.0s |
| … | … | … |
Configuration
All settings are in BepInEx/config/com.repo.statsui.cfg.
If you have BepInEx.ConfigurationManager installed, press F1 in-game to open the GUI.
| Setting | Default | Description |
|---|---|---|
MnoznikStaminy |
0.1 |
Points-to-seconds multiplier |
Jezyk |
PL |
Language: PL or EN (dropdown) |
PozycjaX |
50 |
TAB panel X position |
PozycjaY |
0.5 |
TAB panel Y position (0 = bottom, 1 = top) |
WielkoscCzcionki |
22 |
TAB panel font size |
PokazWszystkie |
false |
Show all stats or only upgraded ones |
Installation
- Install BepInEx 5.
- Drop
RepoStatsUI.dllintoBepInEx/plugins/. - Launch the game — settings file is created automatically.
Changelog
2.2.7
- Language setting is now a proper dropdown (PL / EN) in config managers.
- TAB panel: each stat row is shown only when the upgrade is purchased.
- Added Sprint Speed row to TAB panel.
- Fixed "ghost" tooltip bug (removed PhysGrabber fallback).
- Fixed base sprint value — always shows true game default (40 pts / drain).
- Fixed field names for Wings, Climb, Health (verified against Assembly-CSharp.dll).
2.2.0–2.2.6
- Initial TAB panel with base → current stats.
- Sprint drain tradeoff in tooltip.
- Wings and HP rows added dynamically.
- Various bugfixes and refactors.