A tool to decode RPG Maker MV save files.
.rpgsave files are json files compressed with lz-string to base64.
Drag and drop a .rpgsave file onto rpgsave-decode.exe or run the following command:
rpgsave-decode <input>
rpgsave-decodewill automatically output to a.jsonfile of the same name. (indented for readability)
Releases can be found here.
rpgsave-decode is a golang project. To build it, you will need to have golang installed.
Clone the repository:
git clone https://github.com/gteditor99/rpgsave-decode.gitBuild the project:
go buildrpgsave-decode depends on @daku10/go-lz-string for decompression.
rpgsave-decode is licensed under the MIT license. See LICENSE for more information.