The first EAC-compatible Rocket League overlay — Real MMR tracking, Win/Loss/Streak, auto-show when RL is focused.
![]()
![]()
![]()
![]()
- ✅ Real MMR tracking (fetched from rlstats.net after each match)
- ✅ Auto-detected playlist (1v1, 2v2, 3v3)
- ✅ Win / Loss counter with session stats
- ✅ Win and loss streak indicator
- ✅ Auto-show overlay when Rocket League is focused
- ✅ Auto-hide when you switch to another window
- ✅ Draggable overlay
- ✅ Toggle with Ctrl+Shift+H
- ✅ MMR displayed in-game on the scoreboard for every player
- ✅ Alpha boost sound replacement
Before launching RLVision, you need to enable the Stats API in Rocket League.
💡 RLVision uses the official Rocket League Stats API provided by Epic Games/Psyonix. You can read the official documentation here: https://www.rocketleague.com/en/developer/stats-api
-
Open this file with Notepad as Administrator :
C:\Program Files\Epic Games\rocketleague\TAGame\Config\DefaultStatsAPI.ini -
Make sure it contains :
[TAGame.MatchStatsExporter_TA]
Port=49123
PacketSendRate=60.0-
Save the file and restart Rocket League
-
In Rocket League, go to Settings → Video and set Display Mode to Borderless Windowed
⚠️ This file must be edited before launching Rocket League. Changes won't apply while the game is running.⚠️ Overlays will not display correctly in fullscreen mode — Borderless Windowed is required.⚠️ The game may experience lag during the first 5 minutes after launch — this is normal while RLVision initializes in the background.
👉 Download the installer directly here : https://github.com/Endrix300/RLVision/releases/tag/RLVision-installer
- Download
RLVision Setup 2.0.0.exe - Run the installer
- Launch RLVision from your desktop shortcut
- Launch Rocket League — the overlay appears automatically
Prerequisites
Option 1 — With Git
cd "C:\Users\%USERNAME%\Documents" (optional but recommended)
git clone https://github.com/Endrix300/RLVision.git
cd RLVision
npm install
npm startOption 2 — Without Git
- Click the green "Code" button on the GitHub repo
- Click "Download ZIP"
- Extract the ZIP anywhere
- Open a terminal in the folder and run :
npm install
npm startBuild (only if you want to generate a .exe)
npm install -g electron-builder
npm run build📁 After building, the installer will be generated in the
dist/folder. Run it and RLVision will be installed and added to your desktop automatically.
💡 RLVision only reads data from Rocket League's official local WebSocket (localhost:49123). It does not inject code into the game, does not modify game files, and is fully EAC compatible.
✅ VirusTotal — RLVision.exe (0/70): https://virustotal.com/gui/file/fb18c27700eded64f7a1003b5bf9e3462c345227f716aaaa9efbbb2c67c7c3fc21/detection ✅ VirusTotal — Installer (0/70): https://www.virustotal.com/gui/file/caa68aacb140b9bccbd75e8b4a2a24894b358a9401c4d461dfd78034a4f8d13c
Windows may show a SmartScreen warning — click More info → Run anyway. This is normal for unsigned independent software.
| 🎮 In-game Overlay | 📊 Main App |
![]() |
![]() |

