Game Development Community

removing message interface

by Sam Fuller · in Torque Game Engine Advanced · 10/24/2009 (10:45 pm) · 1 replies

I apologize for this rather lame question, but I'm having trouble figuring out how to remove the interface at the upper-left corner of the HUD. In class we're using Torque to create a game and one of the things I'm in charge of is the HUD, this is really the only part I'm stuck on. Any help would be much appreciated!

#1
10/25/2009 (12:01 am)
In client/init.cs around lines 60 and 82 comment out the following.

exec("./ui/ChatHud.gui");

exec("./scripts/chatHud.cs");
exec("./scripts/messageHud.cs");