How to add to a project?
by K_ · in Torque Game Engine · 03/02/2009 (8:34 am) · 1 replies
I'm working with a student team to create a game, and I'm trying to learn Torque on the fly. I can't seem to find anything telling me what "add the files to your project" means, or exactly what all I need to do. Anyone know where I could find this info?
Associate Michael Hall
Distracted...
For script files you simply place them in the correct script directories (server or client) and exec them somewhere usually game.cs for serverside, and an init.cs for the client.