Tool RPGM RPG Maker Save Editors

5.00 star(s) 2 Votes

AclGrafix

Member
Feb 19, 2018
295
160
You can use Cheat Engine for it (Value*2+1) i know it's a bit late my response.....
thanks, i did try that not long after i made that post, but i couldn't get it to work, i'm not good with the cheat engine type programs (having to search multiple different types of value's, figuring out what sort of search you need to do for certain games etc.), but thanks anyways
 

Dreadder

Active Member
Nov 9, 2017
632
901
Hmm, I can't seem to start the editor, since I get "not a valid win32 application" error. Probably due to me running Windows XP. Anyone knows of an editor capable of editing rvdata2 save files which runs on Windows XP?
 

locomotor79

Well-Known Member
Oct 2, 2016
1,803
761
the editors that posted here works on any windows not just windows10 trust me when i say it works and why do you still have WindowsXP still that windows waas the most easy to hack so i have heard there whill be no more updates for that windows program go to windows7 or higher then it whill deffenitly work
 

Dreadder

Active Member
Nov 9, 2017
632
901
the editors that posted here works on any windows not just windows10 trust me when i say it works and why do you still have WindowsXP still that windows waas the most easy to hack so i have heard there whill be no more updates for that windows program go to windows7 or higher then it whill deffenitly work
Actually quite a few installers and programs have trouble running on Windows XP, since it's been couple of years since Microsoft stopped supporting it and there's no updates for it for quite a while now. The reason I'm running it, is that it's still the optimal OS for older rigs performance wise, it does take some fiddling with and caution when it comes to security risks though. Anyhow, are you certain that the editor works on XP as well, since "on any Windows version" usually only includes the ones still being supported by Microsoft?
 

AclGrafix

Member
Feb 19, 2018
295
160
Actually quite a few installers and programs have trouble running on Windows XP, since it's been couple of years since Microsoft stopped supporting it and there's no updates for it for quite a while now. The reason I'm running it, is that it's still the optimal OS for older rigs performance wise, it does take some fiddling with and caution when it comes to security risks though. Anyhow, are you certain that the editor works on XP as well, since "on any Windows version" usually only includes the ones still being supported by Microsoft?
try drag the save file over the program, that's how i normally work it instead of opening the program, then loading the save, if that doesn't work then i'd say winXP is a no go for the editor and to use saveeditonline.com instead
 

locomotor79

Well-Known Member
Oct 2, 2016
1,803
761
lol you also got compatibility mode and the oldest trainers in there the xp and vx ace works on old os's its the mv that maybe doesnt whant 2 work
 

Dreadder

Active Member
Nov 9, 2017
632
901
try drag the save file over the program, that's how i normally work it instead of opening the program, then loading the save, if that doesn't work then i'd say winXP is a no go for the editor and to use saveeditonline.com instead
It seems that either the save editor wasn't made to run on Windows XP or there's another problem on my end, though I'm more inclined to believe it's the former. Anyhow, online editor seems to be the only way for now. Thank you for the help all the same.
 

Dreadder

Active Member
Nov 9, 2017
632
901
just go buy windows 7 becausse Windows-xp aint stable. it never was
Windows was and still is a better platform for old rigs and I don't plan to change OS on this particular rig anyhow. Anyway, I'm rather certain this discussion is getting a bit off topic, so I thank you for your suggestion and let's leave it at that.
 

RedRoajs1

Red Rose
Donor
Jun 15, 2017
61
116
I have found that one of the main issues with RPG Maker games, especially older ones, is that they always tend to cap save slots to a measly amount. This can be highly frustrating at times and can even make it so that scenes are completely unreplayable for some games. To solve this issue once and for all I have created this guide to extend save slots to 80 (you can change the number to as high as you want, but making it too insanely high like 1000 might make the save and load screens very laggy).

A .txt (text document) version is attached as well in case formatting on this post gets messed up on your device.

Extending max save slots to 80 for RPG Maker games

Two options for two scenarios (a and b):

a) If has rpg_managers.js file (search game folder and other folders inside game folder) then:
Open rpg_managers.js with a text editor and around line 328 change from max save from whichever number it is (usually 16 or 20) to 80.

b) If no rpg_managers.js then:
need to get rvpacker ( )

to install rvpacker:

1. get latest ruby with devkit from

2. start command prompt with ruby (click the windows logo on your keyboard and search for the term 'start command prompt with ruby' without the '' in the windows taskbar, it should come up as an option if you've installed ruby correctly)

3. type 'gem install rvpacker' without '' and press enter
if the installation doesn't work or shows errors, check the rvpacker link for more info

4. if you have any saves, move (not copy) all savefiles (save01.rvdata2, save02.rvdata2, etc.) from game folder (or whichever folder they are in) to a completely separate folder (Desktop or Downloads or Documents or whatever)

5. type 'rvpacker --action unpack --project C:\Documents\Games\OrWhicheverDirectoryYourGameIsIn --project-type ace' without '' and press enter
if this doesn't work or gives errors replace 'ace' with 'vx' or 'xp' and see which one works
NOTE: If you have savefiles it might give you errors, so move all savefiles to a different folder if you get any errors and try again with ace before trying the other options

6. go to the newly created Scripts folder inside the game folder

7. open DataManager.rb with a text editor

8. search for 'max' without ''

9. change max saves from whichever number it is (usually 16 or 20) to 80

10. save and close the file

11. open Layout.rb with a text editor

12. search for 'max' without ''

13. if it exists (it might not in this case) change max saves from whichever number it is (usually 16 or 20) to 80

14. save and close the file

15. move (not copy) all files from the Data folder inside the game folder to a completely different folder (Desktop or Downloads or Documents or whatever)

16. go back to the command prompt with ruby

17. type 'rvpacker --action pack --project C:\Documents\Games\OrWhicheverDirectoryYourGameIsIn --project-type ace' without '' and press enter
IMPORTANT NOTE BEFORE PRESSING ENTER: If 'ace' didn't work and you used 'vx' or 'xp', use whichever worked at that step for this step as well instead of 'ace'. If the unpacking didn't give any errors, this step (packing) should produce no errors either.

18. open the game to see if it works

19. start a new game

20. go into the save menu whenever you can in-game and check if there are 80 save slots (no need to actually save if you don't want to)

21. if you had save files, move them back to the game folder (or whichever folder they were in)

22. if the game runs fine, you can safely delete the old files that you had moved that were in the Data folder before, because new files should have automatically generated inside the Data folder (or keep the old files as backup if you want)

23. if the game doesn't work, move back the original files that you moved that were in the Data folder, back into the Data folder, replacing the new files that have generated inside the folder and start over from step 5 and try using 'vx' or 'xp' instead when packing and unpacking and pray to whichever God you worship that it works, and if you don't worship any Gods, pray to the Flying Spaghetti Monster that it works.
 

Xcaliba

Newbie
Jun 4, 2018
20
7
(Updated 10-2017)

I'm happy to share this little handy tool made by a nice guy Froggus from ULMF(most of you probably know about this forum already).
Here is the link to original thread where it all started

Basically all these annoying to cheat in RPG Maker MV, VX, VX ACE games are now piece of cake with this Editor.
It's very easy to use, once you try it, you will see.
Don't overdo it, tho. As Developer stated, there are things you should not touch, so make back ups to avoid ruined saves and bad mood.

I've included a Readme file with some more info.

Posted by
Edit.. by muttdoggy - I uploaded "Rpg Maker Editors.zip" - This includes Rpg Maker Save Editor .65, SGEdit with Legend of Queen Opala series ini files, and MV Save File Editor (Recommend Notepad++ with JSON add-on). Included is an edited readme.
Included RpgMakerSaveEdit 0.6.3 in case you need to edit variables due to issues reported with 0.6.5.
RpgMakerSaveEdit (both of them) crashes when attempting to edit variables or switches of the game.
 

AwooHarpy

Newbie
Jan 27, 2018
42
72
Hmmm, good stuff, I used this a lot, but it doesn't want to open certain RPGM save files, namely .lsd. Also, I can't find a save editor for Wolf RPG Editor's .sav. Are there editors for these?
 

Pom12388

New Member
Jun 10, 2018
2
0
Guys, im a total noob in this editing stuff, but recenty got bugged questline in "my new life" and the guide said that i had to add missing variables and switches to my save file with RpgSave editor in order to bypass that bug. The problem is after i save changes to the save file, all the added lines vanish.
Is it me doing something wrong or it is editor that cant hande this files?
Please advise
 

Keyen

Newbie
Nov 7, 2017
57
97

I formated my computer recently, and went from W10 to win7.
And since that day, I can't make this soft works again. I get this message at launch.
Can someone help me on that? Did I forgot to install something?
 

4Finger

Engaged Member
Nov 24, 2016
2,019
1,370
With this Save Editor's you don't get up items you have in the game....
 

Lassa

Newbie
Dec 5, 2017
35
60
ok guys, here is the deal. I use the editor, it works fine, then I press *exit and save file*, start the game and no needed values changed. I recheck, open the program and that save file, and it shows that I changed them and changes saved, but as soon as I start the program again, save file remains the way it was before.

*edit*
everything works fine, save game before the game starts showed like nothing changed, but after skipping one day in the game the values appeared as needed.
 

Yeet

Newbie
Apr 19, 2017
34
27
Where can I find the RPGM files to edit? Like on a game like My Summer with Mom and Sis I can’t find the save folder for the life of me.

On a mac btw.
 

bigguy_foryou

Well-Known Member
Jun 8, 2018
1,007
857
So I'm having a small problem. Using 0.65 it seems I've lost the ability to edit variables, the option is simply greyed out. What's weird is I was able to do it just fine not too long ago. I thought it was just the game I was trying to do it for at first (My New Life) but upon trying to edit a save from the game I had previously actually done it for (Roundscape) I was met with the same problem. Not only that, but I used an old save from back when I was doing it successfully (May), so it's not even as if the save format has changed. Anyone else experienced this?

I tried 0.63 just in case but found that it doesn't even open properly and seems to just disappear after selecting the .rpgsave.

I tried MvSaveFile and got this when opening one of the saves:
Unhandled Exception: System.ComponentModel.Win32Exception: No application is associated with the specified file for this operation
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at MvSaveFile.Program.Main()
P.S. I've noticed that even just closing the program (RpgMakerSaveEdit) will cause the file to be resaved, so there's no way to actually abandon changes. Small problem, since you can just backup the file.
 

a-lex

Newbie
Nov 12, 2017
76
32
how am i going the use this brothers ? i open the save on this app and change the abilities but nothing change
 
5.00 star(s) 2 Votes