How do I do multiple splash screens?
by Michael A Bocchi · in Torque 3D Professional · 12/28/2009 (7:59 pm) · 2 replies
I can't figure out how to incorporate multiple splash screens for the game when it first loads up? Would some one be willing to shed some light on the subject for me? This is for t3D.
#2
12/28/2009 (10:37 pm)
Thank you so much, that has been bugging me for awhile. Works like a charm.
Torque Owner Cassy Brink
Minalien.com
In game/scripts/gui/startupGui.cs, inside the loadStartup() function:
Lines 18-21:
Just follow this system. If you want to add another splash screen, just do the following (as an example):
bitmap# is the bitmap for the background, logo# is the logo that you wish to see, logoPos# is the "X Y" coordinates for your logo, and logoExtent# is the size of your logo (width & height).