Adventure Game Studio

Community => General Discussion => Topic started by: Icey on Fri 26/08/2011 07:51:00

Title: Is this possible?
Post by: Icey on Fri 26/08/2011 07:51:00
Today I was working on my game. I was working on some menu stuff ad thought I should test it. When I went to go Debug the game everything I worked on was working just fine. I tried pressing the save button and the the load button. That also worked however there was one thing I noticed this time around that I never seen during my time of using AGS. After doing a lot of other work on the game I went to start it up. I tried clicking the load button just for the hell of it and it actually worked! however it loads the state from the previous edit. Therefore the new changes are not seen in this state.

Sorry is I didn't explain this well enough. I can try to explain it better if you want.
Title: Re: I this possible?
Post by: Nikolas on Fri 26/08/2011 08:15:59
Quote from: Studio3 on Fri 26/08/2011 07:51:00
Sorry is I didn't explain this well enough. I can try to explain it better if you want.
Well... If you CAN try and explain it better, why didn't you in the first place? You wanted to test the patience of those reading the thread?

And while you're at it (and while I'm no better) why not try and fix your spelling errors and tpyos?!

Finally perhaps, since this is a semi-technical issue, this thread could be in the tech forum?
Title: Re: I this possible?
Post by: Khris on Fri 26/08/2011 16:54:07
Yeah, what load button? Do you mean File - Open?
Title: Re: I this possible?
Post by: Matti on Fri 26/08/2011 17:04:23
Quote from: Studio3 on Fri 26/08/2011 07:51:00
I tried clicking the load button just for the hell of it and it actually worked! however it loads the state from the previous edit. Therefore the new changes are not seen in this state.

Do you mean changes within the opened game in the editor or the game itself? If by "load button" you mean the "run" button then try build -> rebuild all files.
Title: Re: I this possible?
Post by: Icey on Fri 26/08/2011 19:42:04
I made 2 buttons on a GUI (Save, Load) I played the game within the editor. When I clicked Save and then load it worked just how I wanted it to work. 20 min of more script/GUI editing  I went to test the Buttons. However I hit load first instead of save. What happened was that the game was able to load a previous save with out the new changes. usually when you make a least one change to anything in the game it's not able to load any thing that doesn't have the exact edits as the next.
Title: Re: I this possible?
Post by: monkey0506 on Sat 27/08/2011 08:07:04
I believe that the format of AGS's save files mean that it generally can't work properly if the EXE has been modified from the version which created the save file. However, it's possible (presumably) that the particular changes you made aren't actually verified, hence the situation you've found yourself in.

But unless you're planning on distributing inconsistent versioned save files with your game, then why would it matter anyway?

Also, why would you assume that this technical question about AGS wasn't related to technical questions about AGS?
Title: Re: I this possible?
Post by: Icey on Sat 27/08/2011 08:14:21
I see. I was just curious that's all. I didn't really think this was a problem so that's why I posted it here.
Title: Re: I this possible?
Post by: Dualnames on Sat 27/08/2011 08:21:58
Quote from: Studio3 on Sat 27/08/2011 08:14:21
I see. I was just curious that's all. I didn't really think this was a problem so that's why I posted it here.

But it's a technical issue.
Title: Re: I this possible?
Post by: Icey on Sat 27/08/2011 09:36:29
If you guys think it's a problem then that's cool with me. If you want it over there then maybe you can ask for this  to be moved. I just sorta think it's cool however if it harms my game then yeah it's a problem.
Title: Re: I this possible?
Post by: Calin Leafshade on Sat 27/08/2011 09:39:20
Actually theres no version check on save games. Only changes which affect the save game will fuck it up. Specifically things like room state changes (objects etc) and global variables.
Title: Re: I this possible?
Post by: Phemar on Sat 27/08/2011 10:29:52
I don't see what the problem is...
Title: Re: Is this possible?
Post by: Icey on Sat 27/08/2011 10:35:31
Currently there is no problem. Only a conversation about something I noticed in AGS that I never seen before.

@calin: But wouldn't the scripts effect the save too?