Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Akatosh on Sun 24/12/2006 13:56:01

Title: Save Game Directory Overflow [SOLVED]
Post by: Akatosh on Sun 24/12/2006 13:56:01
Problem: When a player tries to save his game, the game crashes and says 'Save Game Directory Overflow'

Analysis: The game sometimes Autosaves, Quicksaves or Continue-Save the game. If they are in slots 100+, it works. If none of these saves exist, the game saves just fine, too. But I need them in slots 99-!

Question: Any way to prevent the 'Overflow' other than completly removing these (somewhat vital) SaveGameSlot - Commands?
Title: Re: Save Game Directory Overflow
Post by: Akatosh on Sun 31/12/2006 12:48:47
*dump*

Do you just not feel like answering or do you just have no idea how to solve this problem?
Title: Re: Save Game Directory Overflow
Post by: Joe on Sun 31/12/2006 12:54:54
Maybe in your codes there's something which makes the game saves twice at the same time, and *maybe* that is wahy causes the overflow, but really have no idea of what overflow is...
Title: Re: Save Game Directory Overflow
Post by: SSH on Sun 31/12/2006 13:37:59
I expect that if you use a custom save/load gui rather than the default then you'd find that it works.
Title: Re: Save Game Directory Overflow
Post by: Akatosh on Sun 31/12/2006 15:25:21
I could try that, yes, but I'd rather see that as a last resort... any idea how to solve this problem still using the default gui?

And no, the game doesn't save twice at the same time.
Title: Re: Save Game Directory Overflow
Post by: SSH on Sun 31/12/2006 15:30:05
You can't solve it with the default GUI.
Title: Re: Save Game Directory Overflow
Post by: CMK2901 on Sun 31/12/2006 19:11:39
There's a GUI/Module listed in the technical forum at the moment that allows you to have a custom GUI, I'm sure, with little time on your part.  And I'm sure the added customization it allows can only help.

I also wrote a tutorial in the AGS Wiki a few months ago on how to do a custom save/load GUI.  I can garauntee that implementing it is, well, dead easy.
Title: Re: Save Game Directory Overflow
Post by: Akatosh on Tue 02/01/2007 10:05:04
Right, that was really helpful. The bug is fixed now  :)