Game Development Community

Tge Tgea Scriptin

by SETTIMO EUGEN CRISTIAN · in Torque Game Engine Advanced · 06/21/2008 (11:21 am) · 2 replies

Noob question:

All the TGE script work on TGEA?

For example "if i want to use ctf tge script to tgea that work?


Thank you , and sry about noob question..

#1
06/21/2008 (12:51 pm)
TorqueScript doesn't change between engines or update, it simply gets additional functionality.
Also, a TGE specific script will not always work in TGEA without some path modifications.

Basically, if you know how to script for TGE then when you move up to TGEA, you'll have the basics learned and in TGEA you'll get additional fuctionality.

TorqueScript is not a seperate and distinct langage, rather it is an extension of the C++ code in the engine, and it is your means to communicate with the engines code.

The more familiar you become with TGEA source code, ( or TGE for that matter ), the better formulated your scripts will become for that engine.
#2
06/21/2008 (11:28 pm)
Thank you.
You know where i can see one teamplay tgea script help?