Game Development Community

Removing the "Welcome to the Torque Demo App Poser

by Simon Kilroy · in Torque Game Engine · 04/11/2007 (8:43 am) · 4 replies

I based my game on the starter.racing folder, just duplicating it and changing the elements. Im just wondering how to get rid of the "Welcome to the Torque Demo App Poser" that appears in the top left of the window when I play the game. When I go into the GUI editor it disappears, so I presume its no a GUI element. I havent gone trolling through the script files yet, in case anyone might know the quick solution? thanks.

#1
04/11/2007 (8:50 am)
It is in common/server/clientConnection.cs. about line 85.
#2
04/11/2007 (10:48 am)
Btw: if you use Torsion, or CodeWeaver you can search through all the files for keywords. Makes finding stuff easy.
#3
04/19/2007 (6:10 am)
Found the code to/remove the text in common/server/clientConnection.cs., but the black box that the text was in is still there. any ideas?
#4
04/19/2007 (6:11 am)
That's the chat hud. It's beeing activated and passivated in the playgui.cs file in client/scripts. If I recall right, in onWake there is something like pop(ChatHud) or so (and somewhere below the push(ChatHud).