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-save-editor.vercel.app
This project is built using modern web technologies:
- Next.js 15 - React framework with App Router
- React 19 - UI library
- TypeScript - Type-safe JavaScript
- TailwindCSS 4 - Utility-first CSS framework
- next-intl - Internationalization support
- shadcn/ui - Accessible UI components built with Radix UI
- Lucide React - Beautiful & consistent icon set
# Clone the repository
git clone https://github.com/luccasfr/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 Ferreira |
Versão em Português