Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: JpSoft on Fri 05/06/2009 12:38:46

Title: Save games with screen shots
Post by: JpSoft on Fri 05/06/2009 12:38:46
Just adding new features, im trying to include a system to preview the screenshot of the save game. All work perfect, but now when i try to load a saved game AGS crash (and generates a crash file) I guess is something relative to the Dynamic Sprite used to get the screenshot from the saved game, but i take care to delete it before save the game (so, i suppose the saved game file do not contains the dynamic sprite) I can restart the game, but not restore a saved game

I do not find a working module with custom save-loads including screenshots, so i dont know if anyone else had this trouble too. Any help is more than apreciated.

Jp
Title: Re: Save games with screen shots
Post by: GarageGothic on Fri 05/06/2009 14:39:01
Please post your code if you want us to localize the problem.
Title: Re: Save games with screen shots
Post by: jfarwyke on Sat 06/06/2009 16:31:58
I'm not contributing to any solution, but I just wanted to add on this subject that I've noticed an option in the general settings panel that mentions saving games with screenshots and have wondered about it. I thought AGS handled it automatically and I had clicked it to true with no results. I guess there's more to it eh?
Title: Re: Save games with screen shots
Post by: Khris on Sat 06/06/2009 22:12:26
Setting it to true just causes the screenshot to be included in the savegame file.
You have to display it yourself.