Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: manored on Thu 24/05/2007 22:32:30

Title: How can I edit the save window and others?
Post by: manored on Thu 24/05/2007 22:32:30
Didnt found how to do that.
Title: Re: How can I edit the save window and others?
Post by: Andail on Thu 24/05/2007 22:40:57
Just make your own GUI, and have the f5 button or any other key/button make it appear.
Make one button on the GUI call the SaveGameSlot function.
Title: Re: How can I edit the save window and others?
Post by: red runner on Sat 02/06/2007 15:36:11
How do I make a GUI, and upload it?
Title: Re: How can I edit the save window and others?
Post by: Ashen on Sat 02/06/2007 16:13:22
What do you mean by 'upload'? Are you talking about importing a GUI from another game, uploading it to a server somewhere for others to use...?

If you're making a GUI from scratch, all you need to import into AGS is the graphics you want to use. Then go to the GUI editor window, and select 'New GUI' from the GUI menu.
Title: Re: How can I edit the save window and others?
Post by: red runner on Sun 03/06/2007 19:35:37
Thanks, I think. I'll try it out.