Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Pantxito on Thu 16/05/2013 18:09:22

Title: Savegame problems (lstSaveGamesList)[Solved]
Post by: Pantxito on Thu 16/05/2013 18:09:22
Hi people, i have a problem with my saved games.

First of all im using the default template for my game so all the savegame script is just the default and i had never touch it.
My problem is the next: lstSaveGamesList dont show my saved games, i check out mydocuments folder and everytime i save the game another agssave.xxx apears
so i think the savegame script is just ok. However, every time i open gSaveGame or gRestoreGame the listbox shows nothing.

*edit: i tried to put my agssave.xxx in a new game with default template and i can see the name of my savedgames on the new list so the problem must be with my game.

Any help will be apreciated, thanks.

*edited* i was missing lstSaveGamesList.FillSaveGameList(); problem solved. ;)