Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Wed 13/09/2006 04:54:18

Title: Save
Post by: on Wed 13/09/2006 04:54:18
I would like to implement a save option into my game.
Ã,  Ã, Can i do it using the default GUI?
Title: Re: Save
Post by: Khris on Wed 13/09/2006 10:07:29
Try pressing F5 or clicking the save game icon in the toolbar. Both will work in a game created using the default template, and F5 will still work in the empty template...
Title: Re: Save
Post by: Ashen on Wed 13/09/2006 11:48:46
SaveGameDialog (http://www.adventuregamestudio.co.uk/manual/SaveGameDialog.htm) (launches hard-coded Save GUI, used by F5 and the default Iconbar GUI)
SaveGameSlot (http://www.adventuregamestudio.co.uk/manual/SaveGameSlot.htm) (for use in your own Save GUIs - try a forum search for how to use it, or look up CMK2901's Tutorial (http://americangirlscouts.org/agswiki/index.php/Creating_Custom_Save_and_Load_Dialogs) on the Wiki.)

wilikas, is this just a case of you not having read the manual, or are you having some problem with the in-built save function? If so, please post what.