![]() |
![]() ![]() ![]() ![]() ![]()
|
Author | Topic: Is Quest 2.X compatible with Quest 3.X |
DarkAng3l |
![]() I have a few projects in Quest 2.X. If I use Quest 3.X, will I be able to use them? |
Computer Whizz |
![]() Yes. Quest 3.x is backwardly compatible with Quest 2.x! I would advise going into ASL 300 though because of some very nice additions to the language! Computer Whizz |
DarkAng3l |
![]() Thanx! |
Alex |
![]() Quest 3.x will run your Quest 2.x games correctly, but "upgrading" your Quest 2 games to Quest 3 games will be tedious if they're big - the Quest documentation has information on the differences between ASL2xx games and ASL300 games. |
Computer Whizz |
![]() Well, yes it would - but if you kept the code "as-is" and just coded in 300 from then on, it should work, shouldn't it? Computer Whizz |
Alex |
![]() If you didn't change the asl-version tag of course you could carry on developing the game as though you were still using Quest 2.x, although you won't be able to use any Quest 3.x features. |
Computer Whizz |
![]() Reading my response it comes to me that I have made an ass out of myself! # coughs # Right, here's how it SHOULD have been: Yes, that's true Alex. I mean, you don't literally STOP the setvar, ect.. from working, do you? Computer Whizz |
Alex |
![]() If you change ASL2xx to ASL300 then... SOME THINGS WILL STOP WORKING! e.g. Quest will entirely ignore all your items and collectables. This is the whole point of having an asl-version tag. |