Game Development Community

Splash Screen for Torque?

by Oliver Kucharzewski · in Torque 3D Beginner · 10/22/2011 (10:49 pm) · 1 replies

Whats the most effective way to make a splash screen with the logos at the front of the iTorque game and how can this been done?

#1
11/29/2011 (7:01 am)
If you're familiar with editing the engine, you could look for a general C++ splash screen tutorial, that can be ran on "int main" in the engine, with a brief "sleep" function after it.