Game Development Community

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?

About the author

Recent Threads


#1
03/02/2009 (8:51 am)
The "add the files to your project" instruction usually means adding them (source code files) to the project or solution in Visual Studio (the compiler). Click the documentation link up top and read through the "Setup and Troubleshooting" section.

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.