How to get started
by Daniel Lee · in Torque Game Engine · 08/29/2003 (1:48 pm) · 1 replies
I need some sort of scripting Tutorial for Torque, so i can start learning the engine and start my own game, i've compiled the engine and all that, I need a decent tutorial now...any hints where/how to start?
Torque Owner Badguy
it is the Best documentation one can get ..
simply start with the main.cs located beside the executable.
this file if read proper will lead you thru the execution of All of the script code, which will in turn lead to a full understanding of each system..
the advantage here is you get to work with functioning code.
and anything you change can be viewed right away.
anything not understood can be examined taken apart and figured out.