Game Development Community

TDN T2D SplashScreen Tutorial

by Kevin O · in Torque Game Builder · 02/26/2007 (11:58 am) · 1 replies

So is there something about the move from T2D to TGB that negated this tutorial? I have tried it from scratch a number of times and it will not work. The first splash screen fades in and out and then the game just hangs on the black screen. No errors are pointed out in the console and I have no idea why it is not functioning? Has anyone else come across this?

#1
02/26/2007 (5:20 pm)
Make sure you change this line
startGame("MyProjectFolder/data/levels/MyLevel.t2d");
to actually point at the level file for your game. Other than that, whoever modified it from my original T2D version seems to have done it right.