I edit, click save, and it doesn't save.
Opened this issue · 7 comments
As the Title states...
The save is for an RPG Maker MV save, but that shouldn't be an issue.
Not sure what I'm doing wrong.
Can you upload the save somewhere so I can test it? Not enough information for me to do much else.
Does the save open fine?
I have the same problem, and yeah, the save works just fine no matter what I try to do with it. It's more like it's just remaking the old copy and sending that back than actually saving any changes.
I can upload a .txt, if you just open and save as a .rpgsave, it should convert back fine. Did for me at least.
file5.txt
Alright, so figured out I was doing it wrong. Was just using the window provided, went to the console instead. Now it's a different issue, it won't let me edit that value at all.
EDIT: Should probably put specifics, huh?
The main value I'm trying to edit is under variables_data, lines 10 & 11, though any of those present the same issue.
Okay, this was totally my fault, changes in the editor were being saved to save[i].jave_data instead of save[i].save_data. So they wouldn't get exported when you click save.
That should be fixed now, so the editor should actually work. I tested with your save and after reloading an edited save the changes where still there. So download the latest commit for the fix. (stupid typo)
Also to edit variables with the console you sometimes have to enter it as a new line in the console like:
saves[0].save_data.variables._data[10] = 10
Ahhh. Knew it was partly me being retarded on the console side. This is what happens when I play with something new. :P I'll download it and take a look again, see if I can get the good results.
EDIT: Works fine! Thanks!