Ok so since the last time I was here begging for guidance. I learned how to use structs since I couldnt use ds maps to hold my save information for ssave. I have a basic understanding of structs as in a know how to set up the save file with it, how to load the data out. how to create one, add data to it and check references to it.
So i finally started looking at SSave and I have no idea what does what. Both youtube videos fly by it super fast and don't explain what you actually need from it to do anything or assume that you are using that save system as a whole. I already have a system for save slots (i just spent 2 hours figuring it out and making it work properly) I just want to add encryption to my save files and possibly that feature about syncing old saves with new data.
All the comments are one liners that dont really explain what the function does and the code isnt commented so i can understand the gist of what its doing. The demo is basically uncommented I cant even find where in the demo it even calls the save or load functions its supposed to be showing you how to use. If anyone could shed some light on this and make it more understandable, it would be greatly appreciated.