Me being stupid
by Chris Sargent · in Torque 3D Professional · 07/06/2010 (6:44 pm) · 5 replies
Yes it's just me being stupid again. I want to get rid of the "Welcome to the Torque Demo App Visitor." text and for the life of me I can not remember where that is located.
Thanks in advance and a good cuff upside the head might jog my memory!
Thanks in advance and a good cuff upside the head might jog my memory!
About the author
#2
Somewhere around line 80-85 or so -- it'll be the messageClient() line in function GameConnection::onConnect()
The onConnect() function is actually overridden in scripts/server/gameCore.cs, forgot about that (i'm no longer user the core->mod template), so be aware of that location also.
07/06/2010 (6:51 pm)
core/scripts/server/clientConnection.cs Somewhere around line 80-85 or so -- it'll be the messageClient() line in function GameConnection::onConnect()
The onConnect() function is actually overridden in scripts/server/gameCore.cs, forgot about that (i'm no longer user the core->mod template), so be aware of that location also.
#3
07/06/2010 (6:55 pm)
Thank you much. I really need to start writing all this stuff down!
#4
07/06/2010 (7:35 pm)
i need to read better
#5
You can use the find in files function which is available in Torsion/Notepad++/Visual C++. Just type in a part of the search string and wait. You will get all the files and linenumbers where the search string is found.
07/07/2010 (12:36 am)
Just a little help:You can use the find in files function which is available in Torsion/Notepad++/Visual C++. Just type in a part of the search string and wait. You will get all the files and linenumbers where the search string is found.
Torque 3D Owner Marcus L