Game Development Community

TSShow, TSCtrl, and ShowTS for an opening screen?

by Eric Forhan · in Torque Game Engine · 10/09/2002 (4:07 pm) · 2 replies

We need to load either a model or a small level for the opening animation of Trajectory Zone. I can find no documentation on the TS GUI items, and the show tool has been no help as well. Can anyone set me on the right path?

Eric

#1
10/11/2002 (1:12 am)
The TS GUI works only if a server is started. Eric, in DoP we have for example made a terrain viewer which loads the terrain in the client scene graph. IMO, you have two solutions : either you go with the replay features of Torque, or you code a GUI which loads the mission objects in the client scene graph.
#2
10/11/2002 (1:33 am)
Ahh. I hoped it was simpler than that.
Thanks Frank. :-)

Eric