Thread: Save Tool
View Single Post
Old
Dj Tech42
Senior Member
 
Dj Tech42's Avatar
 
Status: Offline
Posts: 203
Join Date: Feb 2011
Default 02-11-2012, 01:10 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.
Can you use the author string to make profiles? (separate variables for every user playing the game)


Flight Simulator with Dogfight Modes:
http://www.alice.org/community/showthread.php?t=6840
   
Reply With Quote