Repo Stats UI v2.9.2
A quality-of-life mod for R.E.P.O. that improves the readability of player stats while perfectly blending with the game's original, gritty aesthetic.
Features
β‘ HUD β Native Stamina Seconds
Replaces raw stamina points with human-readable seconds.
- Accurate Calculation: Uses the points-to-seconds multiplier to show exactly how long you can sprint.
- Native Aesthetic: Uses a scaled
S unit and original colors to look like a default game feature.
π Upgrade Tooltips (Store)
Look at any upgrade in the shop to see exactly what you gain. The mod fixes missing tooltips and adds precise data for all upgrades (small green text under the name):
| Upgrade |
Tooltip |
| Stamina |
+ 1.0S SPRINT DURATION (Dynamic calculation) |
| Strength |
+ 0.2 GRAB STRENGTH |
| Health |
+ 20 MAX HEALTH |
| Climb |
+ 2.0S CLIMB DURATION |
| Range |
+ 1.0M GRAB RANGE |
π TAB Panel β Character Overview
Hold TAB to see your current build. Focuses purely on your current real-time stats for a clean look.
- Clean Format:
[NAME] [CURRENT VALUE]
- Strength Multiplier: Strength is shown as a multiplier (e.g., 1.2X), helping you estimate the weight of objects.
- Climb Seconds: Shows exactly how many seconds you can climb.
- Smart View: Only shows stats you've actually upgraded (configurable via
ShowAll).
- Draggable UI: Hold ALT + TAB and drag with your mouse to reposition the panel.
πΊοΈ TAB Panel β Live Map Progress
A dedicated section in the Tab-menu with Live Tracking:
- TOTAL VALUE: The actual, current sum of all valuable items existing on the map.
- HAUL: Value already delivered to the extraction point.
- IN CARTS: Value of items currently placed in carts (Orange).
- ON GROUND: Value of everything still waiting to be found.
- GOAL (HUD): The target value required by the game to complete the round.
Note: Total Value and On Ground stats update in real-time. If an item is destroyed, sold, or its value changes, the UI reflects it immediately.
Configuration
Edit BepInEx/config/com.repo.statsui.cfg or use a Configuration Manager.
| Section |
Key |
Default |
Description |
| 1. Logic |
StaminaMultiplier |
0.1 |
Points-to-seconds multiplier for HUD and TAB. |
| 1. Logic |
ClimbSecondsPerLevel |
2.0 |
How many seconds of climbing each level grants. |
| 2. TAB Panel |
ShowAll |
false |
Shows stats even at level 0. |
| 2. TAB Panel |
OffsetX / Y |
40 / 260 |
Screen position offsets. |
| 3. Visuals |
AccentColor |
#8DFF8D |
Color of the stat values (HEX). |
Requirements
- BepInEx 5.x
- R.E.P.O. (PC)
Installation
- Install BepInEx 5.
- Drop
RepoStatsUI.dll into BepInEx/plugins/.
- Launch the game β config is created automatically.
Changelog
2.9.2
- Fix: Map Progress now uses Live Tracking. Total Value and On Ground stats now correctly update when items are destroyed, sold, or removed from the world.
- Logic: Switched from static round snapshots to real-time object scanning for 100% accuracy.
2.9.1
- Fix: Fixed cash tracking synchronization. Values in the TAB menu now perfectly match the HUD's Haul and Goal numbers.
- Improvement: Added logic to prevent double-counting items that are in carts but already inside the extraction zone.
2.9.0
- Rework: Simplified TAB menu to show only current values.
- New Logic: Strength displayed as a multiplier (e.g., 1.4X).
- Climb Stats: Added climbing duration in seconds.
- Shop Fix: Fixed missing Stamina Upgrade tooltip and added precise gain values for all store items.
2.7.0
- Initial Release: Added HUD seconds, TAB menu, and Map Progress tracking.