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..
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..
About the author
http://www.set-dev.com
Torque 3D Owner Scott Warren
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.