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

So, i love the HUD i'm using right now, the only problem is that i hate the kill feed skin. I want to change to the original kill feed skin and i don't know what .res file i need to find to delete the custom one in the HUD. I want everything else in the custom HUD but the kill feed someone please help me!

So, i love the HUD i'm using right now, the only problem is that i hate the kill feed skin. I want to change to the original kill feed skin and i don't know what .res file i need to find to delete the custom one in the HUD. I want everything else in the custom HUD but the kill feed someone please help me!
2
#2
-1 Frags +

It's actually located in the hudlayout.res file in the scripts folder. Search for the "HudDeathNotice" entry.

It's actually located in the hudlayout.res file in the scripts folder. Search for the "HudDeathNotice" entry.
3
#3
0 Frags +

Now what do i do? Do i delete it?

Now what do i do? Do i delete it?
4
#4
-1 Frags +

What exactly are you trying to do? Just revert it to default?

What exactly are you trying to do? Just revert it to default?
5
#5
1 Frags +
MaestroNow what do i do? Do i delete it?

Replace it with the stock one.

Here.
www.pastebin.com/Fk23ZKBp

[quote=Maestro]Now what do i do? Do i delete it?[/quote]

Replace it with the stock one.

Here.
www.pastebin.com/Fk23ZKBp
6
#6
0 Frags +

Here's the default entry. Just copy and paste:
{
"fieldName" "HudDeathNotice"
"visible" "1"
"enabled" "1"
"xpos" "r640" [$WIN32]
"ypos" "12" [$WIN32]
"xpos" "r672" [$X360]
"ypos" "35" [$X360]
"wide" "628"
"tall" "468"

"MaxDeathNotices" "4"
"IconScale" "0.35"
"LineHeight" "16"
"LineSpacing" "4"
"CornerRadius" "3"
"RightJustify" "1" // If 1, draw notices from the right

"TextFont" "Default"

"TeamBlue" "HUDBlueTeamSolid"
"TeamRed" "HUDRedTeamSolid"
"IconColor" "HudWhite"
"LocalPlayerColor" "HUDBlack"

"BaseBackgroundColor" "46 43 42 220" [$WIN32]
"LocalBackgroundColor" "245 229 196 200" [$WIN32]
"BaseBackgroundColor" "32 32 32 255" [$X360]
"LocalBackgroundColor" "0 0 0 255" [$X360]
}

Here's the default entry. Just copy and paste:
{
"fieldName" "HudDeathNotice"
"visible" "1"
"enabled" "1"
"xpos" "r640" [$WIN32]
"ypos" "12" [$WIN32]
"xpos" "r672" [$X360]
"ypos" "35" [$X360]
"wide" "628"
"tall" "468"

"MaxDeathNotices" "4"
"IconScale" "0.35"
"LineHeight" "16"
"LineSpacing" "4"
"CornerRadius" "3"
"RightJustify" "1" // If 1, draw notices from the right

"TextFont" "Default"

"TeamBlue" "HUDBlueTeamSolid"
"TeamRed" "HUDRedTeamSolid"
"IconColor" "HudWhite"
"LocalPlayerColor" "HUDBlack"

"BaseBackgroundColor" "46 43 42 220" [$WIN32]
"LocalBackgroundColor" "245 229 196 200" [$WIN32]
"BaseBackgroundColor" "32 32 32 255" [$X360]
"LocalBackgroundColor" "0 0 0 255" [$X360]
}
Please sign in through STEAM to post a comment.