RPG Save Editor is a desktop application built using Tauri and React, designed for editing save files of RPG games.
If you find this tool useful, please consider supporting us:
Main interface of RPG Save Editor
Main interface of RPG Save Editor with dark mode enabled.
- Open and edit
.rpgsave
files. - Modify game data such as party, items, switches, and variables.
- Supports light and dark modes.
- Easy-to-use interface with file selection and reload options.
- Sidebar navigation with sections for Party, Items, Switches, and Variables.
- About section with information and donation options.
- Tauri: For building the desktop application.
- React: For creating the user interface.
- Styled-components: For styling the application.
- Lodash: For utility functions and data manipulation.
- Launch the application.
- Click on the file icon to open a
.rpgsave
file. - Edit the desired data using the available sections in the sidebar.
- Save your changes or reload the file if needed.
You can download the latest release of RPG Save Editor from the Releases page. The release includes:
- A standalone executable file (
.exe
) for users who already have the necessary dependencies installed. - A setup installer (
setup.exe
) for users who may need to install additional dependencies.
If the standalone .exe
file does not run on your system, please use the setup.exe
to install the required software and try again.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.