Game Development Community

Removing The "Welcome To The Torque..." hud?

by John Eder · in Torque Game Engine · 07/12/2002 (11:57 am) · 4 replies

I was curious of how to remove the HUD that says "Welcome to the Torque Demo App ...". I've searched all the files for any occurances of "welcome" and I've gotten no useful results back. Any help would be appreciated. Thanks ;].

#1
07/12/2002 (1:29 pm)
That's actually the chat/message hud, and that message is displayed in script code. The code is in example/common/server/clientConnection.cs(73).
#2
07/16/2002 (6:35 am)
How would I go about not making is display the Chat HUD?
#3
07/18/2002 (10:03 am)
Didn't somebody already tell you how to do that?

http://www.garagegames.com/index.php?sec=mg&mod=forums&page=result.thread&qt=1756
#4
07/18/2002 (10:18 am)
eXoDus helped just a few minutes ago on that. That post you found was a really old one that I posted once I got Torque (V12 then). I quit using it for a while because I was going to write my own but just came back to it a few weeks ago. Sorry for the old post.