A clean, lightweight real-time accuracy overlay for Rocksmith 2014.
Created by MarshalLaw, RS Accuracy Overlay gives Rocksmith players a minimal, transparent display of their current accuracy in real time — perfect for streamers, practice sessions, or anyone who wants live feedback without opening extra windows.
- 🎯 Displays live accuracy percentage from RockSniffer
- �� Fully transparent, always-on-top overlay (click-through when not editing)
- 🔁 Ctrl + Right-Click to open Settings
- 🎨 Change font, size, color, and update speed on the fly
- 📂 Customizable RockSniffer file path (for different setups)
- 🔗 Quick links for:
- Download RockSniffer (required)
- Join the Discord
- Donate on PayPal
- 💾 Auto-save settings to
settings.ini - 🧱 Includes compile-to-EXE option (no Python required after building)
Before running this overlay, you need:
- Rocksmith 2014 (Remastered)
- RockSniffer by kokolihapihvi
RockSniffer reads your Rocksmith data (accuracy, streaks, etc.) and writes them to text files.
RS Accuracy Overlay reads from accuracy.txt to display your accuracy.
-
Download or clone this repository
-
Install Python 3.11+ (if you plan to run from source)
-
Install dependencies:
pip install pillow pystray
-
Run RockSniffer
Make sure RockSniffer is running in the background while Rocksmith is open.
Confirm thataccuracy.txtis being generated. -
Launch RS Accuracy Overlay
python rs.py
Or double-click your compiled
RS Accuracy Overlay.exeif you built one.
Open the overlay’s settings by holding Ctrl + Right-Click on it.
You can:
- Change font, size, and color
- Adjust update interval (refresh rate)
- Change the RockSniffer output file path
- Access quick links:
Your settings are automatically saved to settings.ini.
| Action | Description |
|---|---|
| Ctrl + Drag | Move overlay |
| Ctrl + Right-Click | Open settings menu |
| Esc | Close overlay |
If this overlay helps you shred better or stream cleaner, consider showing some love:
🎁 Donate via PayPal
💬 Join the Discord Community
© 2025 MarshalLaw — Licensed under the MIT License

