Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Helli78 on Sun 19/03/2006 19:26:33

Title: about the size of the (or of a) savegame-file
Post by: Helli78 on Sun 19/03/2006 19:26:33
i have one question about the size of the (or of a) savegame-file?

why is it soooo big?

when i play a short/small game, a savegame will being approx 0.5 to 1 mb sized. so, why it is , like it is??

can it be solved like

player is in room X
iventory items 1 2 4 7 8 11 are with him
globalints ..... 34  7 8 are of the value 1 the rest are 0
and so on...
all data are encrypted (avoid cheating for thinking ! ;) )....
Title: Re: about the size of the (or of a) savegame-file
Post by: Gilbert on Mon 20/03/2006 02:19:32
Because it saves all the states of all the visited (not exactly, if you use rooms with number >300) rooms, including local variables, object status and locations, etc.

As far as I know the data are probably not encrypted.