Game Development Community

generating source code of example as a template.

by Christopher Wesley Joyner · in Torque Developer Network · 09/18/2011 (8:27 am) · 1 replies

In torque2D engine, how can I get a template of the source code of the AdventrueKit? I want to edit the source code directly using Visual Studio Express 2010. My goal here is to read the source code, understand how torque is running, and then use the examples to create my project by source code, and not the editor given with torque2D. Being a programmer gives me this advantage. (I will of course use both tools and source code programming)

#1
09/19/2011 (6:23 am)
As I posted in your other thread, the Adventure Kit was written entirely in TorqueScript. There is no hidden C++ source code. You can browse all of the source scripts in the example project that ships with the kit.