Upvote Upvoted 1 Downvote Downvoted
HUD glyphs
posted in Q/A Help
1
#1
0 Frags +

I'm basically creating a new hud and I want to add some kewl images to the main menu but I'm missing the glyphs. The only one I know is glyph_multiplayer.

Does anyone have a list of all the glyphs?

I'm basically creating a new hud and I want to add some kewl images to the main menu but I'm missing the glyphs. The only one I know is glyph_multiplayer.

Does anyone have a list of all the glyphs?
2
#2
0 Frags +

Have you dug through the .gcf files?

Have you dug through the .gcf files?
3
#3
0 Frags +

http://www.mediafire.com/?7ad0mb0b6vv03md It's the hud files, just with yz knorwings, if you want those out, delete garm3n font, and remove these items.

clientscheme.res

"CrossHairKonrWings"
{
"1"
{
"name" "Garm3nFont"
"tall" "18"
"weight" "0"
"antialias" "1"
}
}

hudlayout.res

CrossHairKonrWings
{
"controlName" "CExLabel"
"fieldName" "CrossHairKonrWings"
"visible" "1"
"enabled" "1"
"zpos" "2"

"xpos" "c-29"
"ypos" "c-24"
"wide" "49"
"tall" "49"

"font" "CrossHairKonrWings"
"labelText" "Z"
"textAlignment" "center"
"fgcolor" "255 255 255 255"

}
http://www.mediafire.com/?7ad0mb0b6vv03md It's the hud files, just with yz knorwings, if you want those out, delete garm3n font, and remove these items.

clientscheme.res
[quote]"CrossHairKonrWings"
{
"1"
{
"name" "Garm3nFont"
"tall" "18"
"weight" "0"
"antialias" "1"
}
}[/quote]

hudlayout.res
[quote]
CrossHairKonrWings
{
"controlName" "CExLabel"
"fieldName" "CrossHairKonrWings"
"visible" "1"
"enabled" "1"
"zpos" "2"

"xpos" "c-29"
"ypos" "c-24"
"wide" "49"
"tall" "49"

"font" "CrossHairKonrWings"
"labelText" "Z"
"textAlignment" "center"
"fgcolor" "255 255 255 255"

}[/quote]
Please sign in through STEAM to post a comment.