Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Goot on Sat 14/08/2004 18:28:33

Title: Displaying save game names instead of filenames
Post by: Goot on Sat 14/08/2004 18:28:33
I'm making a custom save/load screen and I want the player to be able to type in the name of a game, and then be able to make a list of those names rather than the actual filenames (agssave.xxx). Originally I did a ListBoxDirList but that just displays the filenames. Is there a way to save the name with the save game so it can be accessed without loading that game? Has anyone else here made a custom save/load screen? How can this problem be solved?

Thanks for any help you can give me.
Title: Re: Displaying save game names instead of filenames
Post by: TheJBurger on Sat 14/08/2004 21:32:16
I'm not sure if I completely understand your question, but here's a tutorial that I thought might help. It's by the Greek AGS Community.

http://atticwindow.adventuredevelopers.com/tutorials.php?id=1
Title: Re: Displaying save game names instead of filenames
Post by: Ben on Sun 15/08/2004 04:58:13
Use ListBoxSaveGameList

That shows the names given by the player instead of the file names..
Title: Re: Displaying save game names instead of filenames
Post by: Goot on Thu 26/08/2004 05:42:58
That worked. Thanks