Game Development Community

App Shell?

by Rajavidya Das Hargreaves · in Torque Game Engine · 06/10/2002 (7:52 am) · 2 replies

Hi Guys
i have been using realm wars and the torque demo app to test on and play with to get the feel of torque, but is there a blank application shell i can just start using for my game? or do i have to code one with torque?

Thanks

-Raja

#1
06/10/2002 (8:50 am)
Your best bet is to start with the FPS demo. Why? Because all the scripting (which is considerable) and GUI work is already done - important, because you at least start from a working base, and modify the %($# outta it. That's what I've done for Trajectory - and it works pretty good. Plus the docs that I'm working on for Ron's TGE documenation project are all based off the FPS demo.

Load up the FPS demo in something like Tribal IDE (I highly recomend it!) and take a look at what's there, and what needs to be reworked (and what you would have to do to restart from scatch!)
#2
06/10/2002 (11:47 am)
Thanks i will try that!

-Raja