Hello!
I was wondering if it was possible to tell the save system to not generate the "saveinfo.dat" file. In my current game I don't need at all, and and its useless to me as I will only ever use the first slot
Thanks!
remove saveinfo.dat
remove saveinfo.dat
Currently working on ->Squeakross: Home Squeak Home<- Using Dialogue System Save System and other features.
Previous game made with Dialogue system ->The Spirit and The mouse<-
Previous game made with Dialogue system ->The Spirit and The mouse<-
Re: remove saveinfo.dat
Hi,
I recommend making your own saved game data storer class. Copy DiskSavedGameDataStorer.cs and just remove all of the stuff about saveinfo.dat.
Using your own saved game data storer class will also be good if you bring Squeakross to consoles, since you'll be able to add your console-specific code to it, too.
I recommend making your own saved game data storer class. Copy DiskSavedGameDataStorer.cs and just remove all of the stuff about saveinfo.dat.
Using your own saved game data storer class will also be good if you bring Squeakross to consoles, since you'll be able to add your console-specific code to it, too.
Re: remove saveinfo.dat
Hey, thanks for the answer that makes sense! I'll do those changes
I'm using all the custom saver from the spirit and the mouse for PC and Consoles you helped me write back then , so we're pretty much set for consoles!
I'm using all the custom saver from the spirit and the mouse for PC and Consoles you helped me write back then , so we're pretty much set for consoles!
Currently working on ->Squeakross: Home Squeak Home<- Using Dialogue System Save System and other features.
Previous game made with Dialogue system ->The Spirit and The mouse<-
Previous game made with Dialogue system ->The Spirit and The mouse<-