remove saveinfo.dat

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
Strook
Posts: 70
Joined: Fri Nov 08, 2019 10:51 am

remove saveinfo.dat

Post by Strook »

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!
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<-
User avatar
Tony Li
Posts: 21633
Joined: Thu Jul 18, 2013 1:27 pm

Re: remove saveinfo.dat

Post by Tony Li »

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.
User avatar
Strook
Posts: 70
Joined: Fri Nov 08, 2019 10:51 am

Re: remove saveinfo.dat

Post by Strook »

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 :mrgreen: , 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<-
User avatar
Tony Li
Posts: 21633
Joined: Thu Jul 18, 2013 1:27 pm

Re: remove saveinfo.dat

Post by Tony Li »

Sounds good!
Post Reply