Game Development Community

Changing engine from 1.7.1 to 1.8.1 help?

by Marcus L · in Torque Game Engine Advanced · 04/20/2009 (7:48 am) · 2 replies

Hello GG Community, can anyone tell me the easiest/quickest way to chage engine (1.7.1 to 1.8.1) and except from remaking the whole game?

#1
04/20/2009 (8:33 am)
Read up on the porting gotchas: Porting Gotchas. And then keep all of that in mind when you go through and find all of your changes you've made when building your game. Hopefully you've marked all of your code changes/modifications so that you'll know where these changes are. The biggest change you'll probably see between 1.7 and 1.8 lies in the use of stateblocks, so if you don't have a lot of rendering changes then it should be a rather painless port -- so long as you pay attention to the differences and those porting gotchas.
#2
04/21/2009 (10:41 am)
Thanks, i don't think i would ever search for "Gotcha" ;).