Hi
I have a question about loading saved games.
At the start (splash screen), when I open the RestoreGame GUI it does not show any saves yet in-game it does.
Can you think of any reasons as to why this should be?
cheers
EDIT
gRestoreGame.Visible=true;
show_restore_game_dialog(); // HAD TO ADD THIS BIT
gRestoreGame.TweenPosition(0.5,70, 86, eEaseOutTween, eBlockTween);
Are you using any template? If the GUI keeps a list of savegames this list must be filled somewhere, and it is possible that you are opening it BEFORE it ever got filled.
[edit]
Oh, right ;)
Hi Ghost,
Using normal Default.
Quoteand it is possible that you are opening it BEFORE it ever got filled.
No. I saved the game at some point, quit, opened game again and save was not there.
It appears ok now as above post.
cheers
slasher