Need help downgrading back to 0.9.4!
alkex
Member Posts: 38
Hi,
Please could anyone point me to the 0.9.4 installer?
I hate to sound ungrateful but the problems introduced in 0.9.5 have put my project to a halt.
Thanks
Please could anyone point me to the 0.9.4 installer?
I hate to sound ungrateful but the problems introduced in 0.9.5 have put my project to a halt.
Thanks
Comments
Its beta software we all know the risks when we use it
I've read your post in the "0.9.5 buggy" thread and I have encountered exactly the same problems.
But even if you use an older creator/viewer, the current serverside generator will still produce apps with these issues - so that won't solve the problem, as you would only build things of which you won't be able to tell if or how they work when published.
So downgrading your creator is no solution. We'll just have to wait till they fixed the serverside generator.
Right now I'm simply taking a break, because published Gamesalad apps simply don't work correctly any more at the moment.
My new app actually entirely stopped working - bad luck, I wanted to submit it on wednesday, but published too late. Now I have to wait till they fixed it. They told me it shouldn't take too long. Ah well.
Best,
Thomas
I'm sure the GS team will address this quickly
Let's just be patient!
Thanks
Alkex
It doesn't make sense to me that you wouldn't be able to compile with an older version of the creator or everybody would simply be forced to upgrade (which doesn't seem to be the case).
Could anybody PLEASE send me a url to the installer for creator 9.4?
Thanks!!!!!
here you go
_____________________________
http://www.thatgameforum.com/
http://gshelper.com/
http://www.youtube.com/user/GameSaladCookbook#p/
http://gamesalad.com/wiki/
And yes they want to force you to upgrade so they don't have to maintain 2 versions of the server.
Is there a bugs list for the current build in a sticky somewhere?
Many Thanks
Thats why you need to have backups of all your stuff so you have a copy that has not been opened with 0.9.5
And no I do not know of a bugs list.
However the only one I can think of right off the top of my head is other wises don't always work. people have been having to separate the rules out get their games working
i have actually found a workaround for the issue that I was having with 9.5!
Just to recap:
I have a toggle button that changes state (from on to off) :
When receives event : touch is :pressed = true:
if State is off: change to on / else turn to off
This was working fine with 9.4 but since 9.5 it will cycle through while the mouse button is held: as if you were clicking hundreds of times.
Solution:
-Assign Boolean to actor called PRESSED which I make "true" on Touch pressed event and false on touch released event.
Then simply add PRESSED = False to the toggle condition.
Sorry if it sounds vague and messy - hope this helps people stuck in the same situation I was.
i can now happily use 9.5 which is overall a lot more stable!!!!!
Thanks
Alex