Game Development Community

Is v12 script same as Tribes2 script?

by Carl Hickman · in Torque Game Engine · 11/09/2001 (4:45 pm) · 3 replies

Newbie here. Subject says it all.

About the author

Recent Threads


#1
11/09/2001 (4:47 pm)
Mostly. The syntax is identical, but some functions were changed/removed to get rid of any Tribes-related IP in the code (GG had to remove that to sell TGE to us). Also, I believe some function names were changed to non-Tribes related names.
#2
11/09/2001 (4:48 pm)
Yup. Pretty much. The files are different and the directory structure is changed, but the script code itself is the same.
#3
11/09/2001 (7:44 pm)
There has been one small but significant syntax change, and that's inheritance. In Tribes 2 script, it would be "DataBlock(MyName) : ParentBlock", but now it's "DataBlock(MyName : ParentBlock)".