Game Development Community

Tutorials Getting Started

by Peter Verschuere · in Torque Game Builder · 12/20/2005 (1:36 am) · 5 replies

Can anyone tell me where to start to learn Torque 2D. Some examples in pdf would be great. I've had a tutorial for a simple shooting game, but I can't seem to find it anymore...

thx

#1
12/20/2005 (3:07 am)
I believe what you're looking for should exist as "~/doc/T2D Basic Tutorial.pdf" inside the T2D package. The examples included with the extract are also invaluable (that's where I picked up most of my info).
#2
12/20/2005 (3:21 am)
Once you have looked at what scott suggested, look at TDN.
#3
12/20/2005 (4:49 am)
Thx, I've found it!
#4
12/20/2005 (7:33 am)
Oh, and if you can't find how to do something, it really is best to look through the TGE/T2D code. I've found that to be truly invaluable (like what functions are available to the scripts, and what the parameters mean).
#5
12/20/2005 (10:01 am)
... and you can also issue a "dumpconsolefunctions();" in the console to ask the engine to give you a current dump of all the console functions plus help descriptions. This isn't the most pretty of things but you can guarantee it's up to date!

- Melv.