Game Development Community

Port" from TGE to TGEA

by Dan Keller · in Torque Game Engine · 07/30/2007 (8:44 am) · 1 replies

I was wondering, how different are TGE and TGEA? I own TGE and would not like to buy TGEA yet because of the price. However, if the game I'm working on turns out well, I would spend the extra money to get the improved graphics. So how much work would it take to copy the game over to TGEA? I have made a few c++ changes, but nothing to do with the graphics system.

#1
07/30/2007 (9:03 am)
Then it shouldn't be too difficult. Anything done in script carries over without change. If you haven't made any changes that make custom graphics calls (any function starting with "gl") then you should transition across fairly cleanly.

There are a few "bells and whistles" that aren't fully up to speed in TGEA yet. Most of them have to do with particles. So you'll have to do some work to get some of that stuff up to speed.