Game Development Community

newbie question on modify "box" left above in demo app

by Karl Beran · in Torque Game Engine · 02/22/2003 (1:11 pm) · 2 replies

Hello,



I've got a little question on change the text in the box left above in
the demo application. How can I change the text:
"Welcome to the Torque demo app Test Guy."
in any other text? I've looked for the source code, but only found
some scripts like clock, health bar... . Can you tell me where the
source code for this "box" can be found?
It would be very nice when somebody let me know it!
(I know this question is very redundantly but I'm a newbie)

#1
02/22/2003 (1:25 pm)
Karl,

The code you are looking for can be found in clientConnection.cs in the common/server directory.

It should be around line 73 and looks like:

'MsgClientJoin', '\c2Welcome to the Torque demo app %1.',

Greg.
#2
02/23/2003 (2:35 am)
Oh, yes I've found it.(I'm stupid)

Thank you very much!