Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Mon 27/10/2003 19:05:22

Title: Save File
Post by: on Mon 27/10/2003 19:05:22
What exactly is saved in the save file, is it a snapshot of the current game processes, so that when loaded all variables are loaded back into their exact state? Mostly concerned about the present state of any and all variables, espeically global variables. Any help would be appreciated.

First post here too BTW... Like the editor bunches, already reported a bug... I'm so helpful...
Title: Re:Save File
Post by: on Mon 27/10/2003 19:11:23
All variables, character rooms and cordinates, object states... everything, that can be set in game. The current music position even, as far as I know...