Regarding the Chat Hud.
by Ian Roach · in Torque Game Engine · 10/15/2002 (10:03 pm) · 3 replies
Hi all.
Im currently doing some gui changes and wondered if there is a way to reskin the chat hud.
Or even make it transparent entirely.
i still want the hud there but just without the green borders and what not.
How can this be Done ?
Im currently doing some gui changes and wondered if there is a way to reskin the chat hud.
Or even make it transparent entirely.
i still want the hud there but just without the green borders and what not.
How can this be Done ?
About the author
#2
around line 50 you'll see a datablock that has the variable "border = true".
Change that to false and the borders will go away.
There are other things to tweak there, fonts, colors, ect.
11/07/2002 (11:20 pm)
in the defaultGameProfiles.cs:around line 50 you'll see a datablock that has the variable "border = true".
Change that to false and the borders will go away.
There are other things to tweak there, fonts, colors, ect.
#3
11/07/2002 (11:21 pm)
You'll find that file in the fps/client/ui directory.
Torque Owner John Eder
-John