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.
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
Use ListBoxSaveGameList
That shows the names given by the player instead of the file names..
That worked. Thanks