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-decode
will automatically output to a.json
file 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.git
Build the project:
go build
rpgsave-decode
depends on @daku10/go-lz-string for decompression.
rpgsave-decode
is licensed under the MIT
license. See LICENSE
for more information.