Cutscenes and Splash Screens
by Michael Simmons · in Torque Developer Network · 06/30/2007 (1:25 am) · 1 replies
What file would you put the Splashscreen code in?.. is it the "main.cs" file or is it placed in another file. i am working on a level for my graduation project. I would like on start up for my made up company logo to flash for just a few seconds then go imedietly to the start screen. I have set up bothe screens but can not get them to work as i stated above. any help would be aprreciated.
Employee Michael Perry
ZombieShortbus
Browse through the following files:
example\starter.fps\client\init.cs
example\starter.fps\client\ui\StartupGui.gui
example\starter.fps\client\ui\TGESplash.gui
That should show you how they exec() the gui files, and the how they create splash screens (in the .gui files)