- Jan 13, 2018
- 168
- 158
are there any editors that lets me edit the save count # on an rpgmaker? like if i save 100 times, the count is 100, but i would like to lower that to 25. is there a way to edit it?
Engine version?are there any editors that lets me edit the save count # on an rpgmaker? like if i save 100 times, the count is 100, but i would like to lower that to 25. is there a way to edit it?
i was looking for VX Ace rather than MV, like for example, the game The Last Sovereign uses a save count. games that uses .rvdata2 save files. also, i don't know what this CheatEngine that you speak of.Engine version?
With RPG Maker MV the variable you are looking for is state._steps. In the screenshot I used RPG Maker MV Save Editor but you can use any other editor or the JS console. Or you can upload your save onYou must be registered to see the links:
Other variables, like the total amount of time you have spent on the game, are stored in global.rpgsave.
With previous version of RPG Maker I guess it's still possible, but I don't know where that stat is stored.
I suppose CheatEngine is another option (probably with the value*2+1 trick).
Then try RpgMakerSaveEdit, it's linked in the OP, it works with XP/VX/VXAce.i was looking for VX Ace rather than MV, like for example, the game The Last Sovereign uses a save count. games that uses .rvdata2 save files. also, i don't know what this CheatEngine that you speak of.
i've tried RpgMakerSaveEdit from the op, andThen try RpgMakerSaveEdit, it's linked in the OP, it works with XP/VX/VXAce.You must be registered to see the linkscan read your save too.
Cheat Engine is a tool to edit variables on-the-fly, that is while you are playing the game. Just google "Cheat Engine tutorial".
For me the issue is that I can't press the "advanced" or "file" buttons anymore.Anyone else getting the issue where you cant edit variables anymore? Option is grayed out.
Anyone else getting the issue where you cant edit variables anymore? Option is grayed out.
For me the issue is that I can't press the "advanced" or "file" buttons anymore.
If I do, the program just closes.
EDIT: On my laptop I have the same problem as you, but at least it doesn't crash.
Maybe related to windows updates?
could it be that the vx ace games updated their save encryption somehow to the point where the save editors here got rendered useless? I know there'sYou must be registered to see the links, but I'd rather not have to use that all the time if there's another offline method of doing save editing
You should move the saves/files in the same directory with the game.exe before modifying them (for RpgMaker XP, VX, VX Ace).I currently am also not able to do anything about the Switches and Variables. It's probably an update within the VX Ace engine or something of that sort. I asked the creator on the other forum but it's been a year since it was posted there so... Maybe we'll get an answer maybe we wont
Thanks pk2000!. I didn't know I had to move the save out of the folder and into the folder where the .exe is located. That toally fixed the issue. Big ups to you my man!You should move the saves/files in the same directory with the game.exe before modifying them (for RpgMaker XP, VX, VX Ace).
For RpgMaker MV you should move the saves/files inside the "www" folder before modifying them.