Game Development Community

New Game Help?

by Amon · in Torque Game Engine · 10/21/2005 (4:23 pm) · 1 replies

Hi, I'm trying to setup a game from scratch. I want to be able to have a canvas loaded so that I can begin to start the GUI and the missions but don't know what I'm doing. Here is how my directories are sorted.

I have a test.kamigames folder that has a blank main.cs file in it. Outside the folder is the torque exe's and another main.cs file with the $defaultgame option set to "$defaultGame = "test.kamigames";"

When i run the torque debug exe it brings me to the console without errors.

Can anyone give me an idea or post some code which shows what i need to put in the main.cs, in the test.kamigames folder, file in order to load up a canvas and be able to start using the editors?

Thanks :)

P.S I'm new here so forgive the noob questions. I've read the docs and looked at many code samples and tutorials and havn't figured out how to start from the begining yet so any help would be appreciated.

:)