Game Development Community

Main.cs file

by James Tadeo · in General Discussion · 09/23/2005 (8:44 pm) · 3 replies

Hi everyone,

My first post and oddly enough it's about the main.cs file.

I just picked up Torque about a week or so ago and just rummaging throught the tutorials and all. The documentation is heavy enough and gives me bouts of feeling overwhelmed...as if to say, what have I gotten myself into. So far, I've fiddled around with the some of the games after discovering that the torque.exe file was what I was *suppose* to work with :)

My question is:
The main.cs file that directs the person to the game files, is that suppose to compile to a .dso file? Is it suppose to stay as a main.cs file all exposed like that :)

I noticed most if not all of the .cs files compile to a .dso file. But the main stayed as is, a .cs file.

A second part to the question, (for the braver souls) is can anyone point me to a resource to where I can find a list of files that are NOT suppose to compile to a .dso file. It would be helpful it's handily available.

Cheers and thanks!

#1
09/23/2005 (8:47 pm)
The main.cs does not compile to a .dso (so it can be read in before the script console is actually up and running), and it is the only script file that is not compiled.
#2
09/23/2005 (9:04 pm)
:)

Thank you Stephen.
#3
09/25/2005 (4:36 am)
Take a look at this resources:

http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=6252
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=8292

good luck with your game!