Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

RPG Maker MV Save Editor

Dreamsavior

Villager
Xy$
0.00
I don't know whether save editor can be classified as development tools, sure save editor can be useful for debugging process. Either way I can't find any forum suitable for this tools. So I decided to post it here as a Helpful Resource.

RPG Maker MV Save Editor


Currently there are many choice for editing save data of RPG Maker MV.
They're good, but most of the save editors out there just focused on parameters and numbers. For example, we can add the number of armor with ID 3 in the inventory, without knowing what exactly the armor with ID 3 is.
So I created a save editor for RPG Maker MV that integrated with the game database, so that we can know that the armor with ID 3 is (ie) "Leather Vest".



Variables and Switches also properly labeled. This will make it easier for us to manipulate the data we want. It also minimizes the chance of us messing up our games due to incorrectly assigning value of variables.



As an alternative, RMMV Save editor also utilizing JSON editors. This will give you more freedom in editing your save data.



You can select one of several view modes: Code, Form, Text, Tree or View only mode.



Where to download RPG Maker MV Save Editor?
RMMV Save Editor is part of RMMV Toybox.

Download link is available on Dreamsavior's patreon page :
https://www.patreon.com/posts/releases-15663989

Or directly from GDrive :
https://drive.google.com/file/d/1EZWdFXQ8xMclIUR76dziaCGX4lt7oulM/view?usp=sharing
 
Top