Hi guys,
Just another RPG Maker MV save editor.
Enjoy!
v1.1:
- Highlight changes.
v1.2:
- Current values filter.
v1.3:
- Variable profiles
Screenshot:
Requirement:
- .NET 4.7
- Windows only
How to use:
- Download, unzip and execute .EXE
- File -> open: open save files
- File -> save: save it
- Inventory tab: modify gold, items, weapons, armors and variables in games. You can modify, insert new or delete IDs, current values of items, weapons and armors. Only current values of variables can be changed.
+ ID: IDs of items, weapons, armors and variables
+ Current: Values in current save file open
+ Prior: Values in last save file open
+ Highlight rows: values in current save file are different to last save files
+ Filter: filter current values
- Members tab: modify HP, MP and attributes of members in party
- Profile -> Variables: load variable profile
- Profile format: json
+ [ { "id": "1", "name": "Variable 1" }, { "id": "4", "name": "Job done" } ]
Q & A:
- Q: What the heck are those IDs? Can you display the names (of items, weapons, armors,...) instead?
A: I don't know the names. Just make the changes and see what affect to your games.
- Q: What are variables? I don't see them in games.
A: Same answer. Try to modify them. They store the states of your games.
- Q: What are the attributes of members? Why don't you list them by
names?
A: I don't know them as well. Try to change them and look for the differences in games.
Just another RPG Maker MV save editor.
Enjoy!
v1.1:
- Highlight changes.
v1.2:
- Current values filter.
v1.3:
- Variable profiles
Screenshot:
Requirement:
- .NET 4.7
- Windows only
How to use:
- Download, unzip and execute .EXE
- File -> open: open save files
- File -> save: save it
- Inventory tab: modify gold, items, weapons, armors and variables in games. You can modify, insert new or delete IDs, current values of items, weapons and armors. Only current values of variables can be changed.
+ ID: IDs of items, weapons, armors and variables
+ Current: Values in current save file open
+ Prior: Values in last save file open
+ Highlight rows: values in current save file are different to last save files
+ Filter: filter current values
- Members tab: modify HP, MP and attributes of members in party
- Profile -> Variables: load variable profile
- Profile format: json
+ [ { "id": "1", "name": "Variable 1" }, { "id": "4", "name": "Job done" } ]
Q & A:
- Q: What the heck are those IDs? Can you display the names (of items, weapons, armors,...) instead?
A: I don't know the names. Just make the changes and see what affect to your games.
- Q: What are variables? I don't see them in games.
A: Same answer. Try to modify them. They store the states of your games.
- Q: What are the attributes of members? Why don't you list them by
names?
A: I don't know them as well. Try to change them and look for the differences in games.