FujiAPI / Fuji

Celeste 64 Mod Loader
30 stars 10 forks source link

Adding Save Selection Screen, Splitting Up Save and Settings Files, and Refactoring Save system to support versioning #69

Closed echoslabs closed 5 months ago

echoslabs commented 5 months ago

Save management system. Save, load, copy, delete, create.

jasminegamedev commented 5 months ago

Sorry I kinda ended up taking over this pr with my own changes. 😅 I ended up implementing some additional changes to split the settings file out to be separate from the save file, so settings would be shared between saves. I also broke the mod settings out to be shared as well. And to support this I also needed to implement a basic versioning system. I think the versioning system maybe could use a bit more work, but it works well enough, so I think we're going to go forward with this for now to unblock the release. I've review all of the changes and done some testing and I think that everything on this seems good to go now.

echoslabs commented 5 months ago

Well I am glad it's working the way you wanted!