Game Development Community

What's not needed

by James McLaughlin · in Torque Game Engine · 01/06/2003 (10:09 pm) · 3 replies

What are the files that are strictly needed for the engine in the game folder and what ones belong to the demos. I want to seperate the engine files from game specific files.

James

About the author

Recent Threads


#1
01/06/2003 (10:29 pm)
All you need at the absolute minimum is the torque executable and a main.cs. :)

More generally, the stuff in common is just support, like the editor.
#2
01/07/2003 (3:08 pm)
That makes sense but what I want to know is what are the files that are need to just make the engine. The Game folder seems to have a lot of file and folders that are just game specific. Are any of the files in there there needed for the engine to work?
#3
01/07/2003 (4:33 pm)
The engine won't like it if it can't find main.cs, but it doesn't _need_ any of the others.