Skip to content

Gteditor99/rpgsave-decode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpgsave-decode

A tool to decode RPG Maker MV save files.

.rpgsave files are json files compressed with lz-string to base64.

Usage

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.

Building

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

Misc

rpgsave-decode depends on @daku10/go-lz-string for decompression.

License

rpgsave-decode is licensed under the MIT license. See LICENSE for more information.