Upvote Upvoted 3 Downvote Downvoted
need a little hud help
posted in Q/A Help
1
#1
2 Frags +

i know there has been a ton of hud threads lately. sorry. I am editing a lot of things in ya_hud, and there are a couple things that im really stuck on and I was hoping someone with some editing experience could help me out here. Here are the things Im looking to do.

-move the green text that shows up when you pick up a health pack

-change the color of items found/traded/crafted/etc in chat

-resize and move the HP cross (i can get the white center to change size, but the black border around it doesnt)

-on the freezecam showing who killed you. id like it to look like this...

http://i.imgur.com/rpxpLcr.jpg

With the first 3 things i know HOW to edit them, i just dont know what they are called or what file they are located in. The freezecam thing... may be a bit more complicated, i really dont know.

If anyone can help that would be awesome =)

i know there has been a ton of hud threads lately. sorry. I am editing a lot of things in ya_hud, and there are a couple things that im really stuck on and I was hoping someone with some editing experience could help me out here. Here are the things Im looking to do.

[s]-move the green text that shows up when you pick up a health pack[/s]

[s]-change the color of items found/traded/crafted/etc in chat[/s]

-resize and move the HP cross (i can get the white center to change size, but the black border around it doesnt)

-on the freezecam showing who killed you. id like it to look like this...
[img]http://i.imgur.com/rpxpLcr.jpg[/img]




With the first 3 things i know HOW to edit them, i just dont know what they are called or what file they are located in. The freezecam thing... may be a bit more complicated, i really dont know.

If anyone can help that would be awesome =)
2
#2
3 Frags +

For the green text, look in your hudlayout.res for CHealthAccountPanel and change the ypos.

For the color of the items, these are the default entries (remove them from the clientscheme first before pasting):

"QualityColorNormal" "178 178 178 255"
"QualityColorrarity1" "77 116 85 255"
"QualityColorrarity2" "141 131 75 255"
"QualityColorrarity3" "112 85 15 255"
"QualityColorrarity4" "134 80 172 255"
"QualityColorVintage" "71 98 145 255"
"QualityColorUnique" "255 215 0 255"
"QualityColorCommunity" "112 176 74 255"
"QualityColorDeveloper" "165 15 121 255"
"QualityColorSelfMade" "112 176 74 255"
"QualityColorCustomized" "71 98 145 255"
"QualityColorStrange" "207 106 50 255"
"QualityColorCompleted" "134 80 172 255"
"QualityColorHaunted" "56 243 171 255"

The Freezepanel is a bit more difficult. I'm not exactly sure what it looks like in your HUD, but if you'd like me to help, feel free to add me on Steam.

For the green text, look in your hudlayout.res for CHealthAccountPanel and change the ypos.

For the color of the items, these are the default entries (remove them from the clientscheme first before pasting):

"QualityColorNormal" "178 178 178 255"
"QualityColorrarity1" "77 116 85 255"
"QualityColorrarity2" "141 131 75 255"
"QualityColorrarity3" "112 85 15 255"
"QualityColorrarity4" "134 80 172 255"
"QualityColorVintage" "71 98 145 255"
"QualityColorUnique" "255 215 0 255"
"QualityColorCommunity" "112 176 74 255"
"QualityColorDeveloper" "165 15 121 255"
"QualityColorSelfMade" "112 176 74 255"
"QualityColorCustomized" "71 98 145 255"
"QualityColorStrange" "207 106 50 255"
"QualityColorCompleted" "134 80 172 255"
"QualityColorHaunted" "56 243 171 255"

The Freezepanel is a bit more difficult. I'm not exactly sure what it looks like in your HUD, but if you'd like me to help, feel free to add me on Steam.
Please sign in through STEAM to post a comment.