Game Development Community

Hud

by Debayan · in Torque Game Engine · 11/13/2008 (9:04 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:36 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.

A "find in files" search would have found that. Using the little search box at the top right of the screen would have revealed this question being answered several times already before now.