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)
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)
About the author
Torque Owner Greg Ellwood
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.