Game Development Community

Making the game

by arteria3d · in Torque Game Engine · 11/04/2004 (4:30 pm) · 1 replies

I have just got torque and am now about to read all the docs. However a quick question comes to mind..


In a typical game, u have the intro movie, load screen etc, and then options and everything else before the game starts. Can all this be done from the engine?? - how is it all sewn together as it were - does a single script file stitch the game together or do many work in unison??

Sorry if this is a typical question - but please answer,

Thanks


Stevie (yertari)

About the author

Owner of uk based Ltd company ArteriaMediaLtd. with a trading name of Arteria3d Website;arteria3d.com


#1
11/04/2004 (4:38 pm)
No, it's a lot of scripts that call each other for various functions, depending on how you have things set up. The docs will show you more detail on what loads first, or you can dissect the console.log and then the scripts themselves to see what goes on. But I would start with the docs, as going into any detail would make it a very long post.