

R.E.P.O Save Editor is a web application that allows you to modify R.E.P.O game save files. This tool helps players adjust various game parameters, including:
- Player stats and attributes
- Run stats and currencies
- Purchased items and upgrades
- Team settings and configurations
Try it now: https://repo.mythical.systems
This project is built using modern web technologies:
- Next.js 16 - React framework with App Router
- React 19 - UI library
- TypeScript 5 - Type-safe JavaScript
- TailwindCSS 4 - Utility-first CSS framework
- next-intl - Internationalization support
- Radix UI - Accessible UI component primitives
- Lucide React - Beautiful & consistent icon set
- next-themes - Theme management
- Sonner - Toast notifications
- Motion - Animation library
- pako - Compression library for save file handling
# Clone the repository
git clone https://github.com/MythicalLTD/repo-save-editor.git
# Navigate to the project directory
cd repo-save-editor
# Install dependencies
pnpm install
# Start the development server
pnpm run devOpen http://localhost:3000 in your browser to access the application.
- Locate your R.E.P.O save file (typically in
%USERPROFILE%\AppData\LocalLow\semiwork\Repo\saves) - Upload the save file to the editor
- Make your desired changes
- Download the modified save file
- Replace your original save file with the modified one
# Create an optimized production build
pnpm run build
# Start the production server
node .next/standalone/server.jsSpecial thanks to N0edL's R.E.P.O Save Editor for providing the encryption functions with the key in Python, which were extracted and implemented in Node.js for this project.
Lucas |
nayskutzu |