Game Development Community

TGB and TGE differences ?

by Eugene Karnot · in General Discussion · 12/14/2008 (4:07 pm) · 1 replies

Please clear something up for me, will you ?

I have this TGB i'm trying to learn, what if i decide to get TGE ? Except the whole 2D-3D obvious differences, could i use my TGB knowledge in TGE ? I mean scripting, behaviour, workflow principles, etc, are those the same in both ? Or for TGE i will have to learn full-blown C++ and the like ? I dont think that i'll ever get that much time...

#1
12/14/2008 (4:21 pm)
TGB and TGE are built on the same foundation, so basically, except for the obvious 2D-3D differences you mentioned, most of what applies to TGB at the foundational level applies to TGE as well. However, certain developments like behaviors are only found in TGB. Plus, due to the fact that at one point the codebase was forked and each took its own individual development path, there's a number of more or less minor differences here and there.