Game Development Community

Help trying to find a line in script files

by Chris Newman · in General Discussion · 09/25/2004 (1:18 pm) · 4 replies

In the chat hud there is a line that says "Welcome to the Torque Demo App " then your player name.

Where in the script files can you edit this or take it out?
Ive looked in all of them 2 times and cannot locate it.

#1
09/25/2004 (1:51 pm)
Check common/server/clientConnection.cs around line 85.
#2
09/25/2004 (1:53 pm)
Thanks
guess when you start looking for something for a while you can overlook it :)
#3
09/25/2004 (1:59 pm)
I use textpad to search all the .cs files of my game if I'm looking for a certain line. Very handy tool, but I'm sure some other text editors have the same feature (searching trough all files at the same time).
#4
09/25/2004 (2:38 pm)
Thanks
ive been using edit plus for a text editor and never looked into any advanced features for searching, but after a min of digging i can do the same kind of searching, now that will make everything alot easier.