marcrobledo / savegame-editors

A compilation of console savegame editors made with HTML5 technologies.
https://www.marcrobledo.com/savegame-editors/
Other
1.09k stars 227 forks source link

TotK Request: Change version #377

Open Heliomance opened 1 year ago

Heliomance commented 1 year ago

Given that patch 1.2 has removed a wide swath of incredibly useful glitches, it would be really useful to be able to use this to "downgrade" the version of the save game. Would that be at all possible? And if not, would it be possible to blanket copy all variables from one save to another, so you can effectively reproduce your progress by duping it to a save from an earlier version?

marcrobledo commented 1 year ago

Though it's not impossible, sounds like a demanding task.

Yes, the idea should be just copy every value to their offset, which shouldn't be hard. Problem is some variables (arrays, vectors...) are pointers to metadata offsets. Those are placed below all the hashes data. It's easy to read from and write to them, but I can see the difficulties of trying to rearrange them :-/

Not happening from me, sorry :-(

marcrobledo commented 1 year ago

Anyway, I've checked and the savegame has not changed in v1.2.0, so you should be able to copy over a progress.sav from v1.2.0 to v1.1.x!