Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Fekix on Sun 07/03/2004 11:52:40

Title: Problem with "save screenshot in savegames"
Post by: Fekix on Sun 07/03/2004 11:52:40
I want to use the new function which allows to save the screenshot in savegames. It works fine but the screenshot shows my custom SaveGUI always on but my script turns off the SaveGUI while saving. If I load the savegame the SaveGUI is also OFF so i guess there's no problem with turning off the SaveGUI. To which time exactly is the screenshot taken when saving a game?
Title: Re:Problem with "save screenshot in savegames"
Post by: Rui 'Trovatore' Pires on Sun 07/03/2004 14:28:29
Try adding Wait(1); after you tell the game to switch the GUI off - that way, the screen gets refreshed. I had the same problem, and this worked for me.
Title: Re:Problem with "save screenshot in savegames"
Post by: Fekix on Sun 07/03/2004 15:37:50
Thank you very much.

That was the sulution for my problem :)