Thread: Save Tool
View Single Post
Old
KcajBR
Junior Member
 
Status: Offline
Posts: 2
Join Date: Feb 2012
Default 04-29-2012, 07:12 PM

Quote:
Originally Posted by arty-fishL View Post
Two answers.

The save data is stored in one file; location "Alice 2.2\Required\saveToolData" (it has no extension). That file is basically a stringified python structure and therefore loads and saves nicely with python.

The author string and game title string are both in place just to ensure each save variable gets a unique name and people who use the same game title don't overwrite each others saves. I may also give it other uses in the future, but for now its just an easy way to create unique save variable names.
How can I change the place where the save data is? instead of having it in Alice 2.2\Required\saveToolData have it in myWorldFolder\saveToolData

By the way nice job.
   
Reply With Quote