-
💾 Save Management
- Create backups of any R.E.P.O game save with an intuitive interface
- Restore previously backed-up saves with a single click
- Organize backups with custom descriptions
- View player information and save stats directly in the app
-
🔍 Advanced Visualization
- See Steam profile pictures of all players in each save
- View save day/level at a glance
- Add notes to remember important details about your backups
-
🛠️ Edit Capabilities
- Built-in save editor with user-friendly interface
- Modify game values (Currency, Lives, Health, etc.)
- Adjust player upgrades and team properties
- Advanced mode for experienced users
- Download the latest
RepoSaveManager.exefrom the Releases page - Run the executable - no installation required!
-
Clone this repository
git clone https://github.com/armand0e/Repo-Save-Manager.git cd Repo-Save-Manager -
Set up a virtual environment (recommended)
python -m venv venv # Windows venv\Scripts\activate # macOS/Linux source venv/bin/activate
-
Install dependencies
pip install -r requirements.txt
-
Run the application
python repo_save_manager.py
- Launch the application
- Click the "⬇️ Backup Save" button
- Select the save you want to back up from the dropdown
- Click "Backup" to confirm
- Select a save from your backup list
- Click "⬆️ Restore Selected Save"
- Confirm the action when prompted
- Select a save from your backup list
- Click "✏️ Edit Save"
- Use the intuitive editor interface to modify:
- World stats (Day, Currency, Lives)
- Player stats (Health, Upgrades)
- Advanced settings (for experienced users)
- Click "💾 Save Changes" when finished
- Add descriptions to your saves for easy identification
- Delete old backups you no longer need
- Duplicate important backups as needed
- Open the backup folder directly from the app
The Repo Save Manager now officially supports Linux!
-
Game Save Path (Proton/Steam): When running R.E.P.O. through Proton on Linux, the game saves are typically located at:
~/.steam/debian-installation/steamapps/compatdata/3241660/pfx/drive_c/users/steamuser/AppData/LocalLow/semiwork/Repo/saves -
Application Data: Your backups, custom descriptions, and temporary editor files are stored in:
~/.local/share/RepoSaveManager -
Cache: Steam profile pictures and other cached data are stored in:
~/.cache/RepoSaveManager
Please ensure these paths are accessible and that the application has the necessary permissions.
- Windows: Backups are stored in:
%LOCALAPPDATA%\RepoSaveManager\backups - Linux: Backups are stored in:
~/.local/share/RepoSaveManager/backups(as part of the application data)
- PyQt6: Modern UI framework
- Requests: For fetching Steam profile pictures
- Pycryptodome: For secure save file encryption/decryption
- Save encryption/decryption methods based on N0edL's R.E.P.O-Save-Editor
- UI design improvements and additional features by armand0e
- Logo artwork by Aceman3k
Contributions are welcome! Feel free to:
- Report bugs
- Suggest new features
- Submit pull requests
Please check the issues page first.
This project is licensed under the MIT License - see the LICENSE file for details.


