Game Development Community

GUI help

by Debayan · in Game Design and Creative Issues · 11/13/2008 (9:03 pm) · 1 replies

Can someone plzz tell me how to remove the message "Welcome to Torque Demo App MyName" ????


I searched everywhere for a solution.

About the author


#1
11/13/2008 (10:24 pm)
common/server/clientConnection.cs look for function GameConnection::onConnect(), and at around line #84 where it says "messageClient(%client, ......" change it, delete it, comment it, or whatever you want.