Repo Stats UI v2.9.0
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 now fixes the missing Stamina tooltip 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. Version 2.9.0 removes the "Base > Next" clutter, focusing purely on your current real-time stats.
- Clean Format:
[NAME] [CURRENT VALUE]
- Strength Multiplier: Strength is now shown as a multiplier (e.g., 1.2X), perfectly complementing mods that show object weight in
int.
- Climb Seconds: Shows exactly how many seconds you can climb/tumble-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 anywhere on your screen.
πΊοΈ TAB Panel β Map Progress
A dedicated section in the Tab-menu showing live data from the level:
- TOTAL VALUE: Total potential dollar value of all items on the map.
- HAUL: Value already delivered.
- IN CARTS: Value currently sitting in carts (Orange).
- ON GROUND: Value still waiting to be found (White).
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 |
40.0 |
X-axis UI offset. |
| 2. TAB Panel |
OffsetY |
260.0 |
Y-axis UI offset. |
| 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.0
- Rework: Removed "Base > Upgraded" logic in TAB menu. It now shows current values for a cleaner look.
- New Logic: Strength is now displayed as a multiplier (e.g., 1.4X), perfectly complementing mods that show object weight.
- Climb Stats: Added climbing duration in seconds (defaults to 0s if not upgraded).
- Shop Fix: Fixed the missing Stamina Upgrade tooltip by patching the unique
ItemUpgradePlayerEnergy class.
- Precision: Tooltips in the shop now show the exact values you gain (e.g.,
+ 1.0S, + 0.2X).
2.7.4
- Fix: Fixed a bug where the Stamina Upgrade in the shop wouldn't display a tooltip.
2.7.3
- QoL: Draggable UI position now automatically saves to the config file on mouse release.
- Fix: Added missing upgrade tooltips for Extra Jump, Tumble Launch, and Crouch Rest.
2.7.0
- New Feature: Added Map Progress tracking (Total Value, Haul, Carts, Ground).
- UI: Added Draggable UI (ALT + TAB + Drag).
- Visuals: Implemented True Shadow fix for cleaner text rendering.