Chat Hud
by Emerson Gresoski · in Torque Game Engine · 12/20/2006 (5:43 am) · 7 replies
How to take off this of the screen? ("welcome to ...")
About the author
#2
12/20/2006 (7:39 am)
Yeah Fucifer, thanks, but, How I remove the Box where this message appear?
#3
12/20/2006 (8:00 am)
Do you want to just remove the box frame or disable the chat hud all together?
#4
12/20/2006 (9:11 am)
I want to remove All
#5
//exec("./ui/ChatHud.gui");
if you comment that line out you might need to find any other places that use it and remove them...? but it does load and play without doing that so i dunno.
12/20/2006 (9:36 am)
In init.cs//exec("./ui/ChatHud.gui");
if you comment that line out you might need to find any other places that use it and remove them...? but it does load and play without doing that so i dunno.
#6
12/20/2006 (9:44 am)
Mb is right, follow him and you will golden.
#7
12/20/2006 (10:53 am)
Thanks!!!
Torque Owner Fucifer
It is in example/common/server/clientConnection.cs. on line 85.