Game Development Community

Begginer tutorial, map doesnt work

by Mitchell Lewis · in Torque Game Engine · 10/22/2007 (1:15 pm) · 1 replies

Ive been following the http://tdn.garagegames.com/wiki/Beginner/Torque_Intro tutorial and ive gone through it and finished it but when i load up the game and click start t loads datablocks but get stuck at the end of loading objects. if it go into map editor and open it it loads up fine but there is no playUI there (score board)

About the author

Recent Threads


#1
10/23/2007 (2:42 pm)
Check your "console" for error messages. If a script file has a compilation error such that only part of the file is used, it can screw up a lot of stuff.
(In general, hit the tilde key by default to open the console, or exit and check the console.log file.)