Game Development Community

Walkthrough

by Gordon Walton · in Torque Game Engine · 05/09/2004 (12:29 am) · 1 replies

I have examined the Torque Demo, and noticed that it has a nice feature walkthrough, that shows the features of the engine. The User clicks on the button at the bottom to advance to the next portion of the entine walkthrough. I have downloaded the latest HEAD version compiled the demo application, but i can't get something similar in the torque demmo app. If i use the demo folder and common folder from the Torque Demo it crashes.

Is there any information on how to create a walkthrough demo from the torque demo app? I'd like to just queue scenes up in a script and have the missino excecute the scenes with no user involvement at all, other than selecting this mission from the start.

#1
05/09/2004 (1:43 am)
Its setup in the scripts.. have a look in demo/server/scripts and there should be a scenes.cs i think, thats where it sets up each "scene" that it plays through.

You'll have to do some work though, basically doing the same things for your game.