Upvote Upvoted 8 Downvote Downvoted
how to fix: Spy disguise red scout
posted in Customization
1
#1
7 Frags +

Several HUD dev's have already fixed theirs, but broeselhud has yet to be updated, and with broesel last being online 46 days ago...

I'm sorry if this thread seems pointless, but I was unaware of a fix for this until now and I wanted to share.

All I did to figure out the fix, was go check out the commit page for the recent Rayshud update. After looking there, it was easy.

The fix is simple, you only have to change one word in a file.

This fix will work for any hud, not just broesel.

Go to broeselhud/resource/ui/HudPlayerClass.res

Note the bold text:

Show Content
"PlayerStatusClassImage"
{
"ControlName" "CTFImagePanel"

Change what's in bold above to:

Show Content
"PlayerStatusClassImage"
{
"ControlName" "CTFClassImage"

----------------------------------------
Optional

If, after completing the above, you see a constant blue background behind the disguise image, complete the following:

In the same file as above, locate:

"PlayerStatusClassImageBG"

Change both xpos and ypos values to "9999"

Done.

Several HUD dev's have already fixed theirs, but broeselhud has yet to be updated, and with broesel last being online 46 days ago...

I'm sorry if this thread seems pointless, but I was unaware of a fix for this until now and I wanted to share.

[i]All I did to figure out the fix, was go check out the commit page for the recent Rayshud update. After looking there, it was easy.[/i]

[b]The fix is simple, you only have to change one word in a file. [/b]

This fix will work for any hud, not just broesel.

Go to broeselhud/resource/ui/HudPlayerClass.res

Note the bold text:

[spoiler][quote]"PlayerStatusClassImage"
{
"ControlName" "CTF[b]ImagePanel[/b]"[/quote][/spoiler]

Change what's in bold above to:

[spoiler]"PlayerStatusClassImage"
{
"ControlName" "CTF[b]ClassImage[/b]"
[/spoiler]



----------------------------------------
[i][b]Optional[/b][/i]

If, after completing the above, you see a constant blue background behind the disguise image, complete the following:

In the same file as above, locate:

"PlayerStatusClassImageBG"

Change both xpos and ypos values to "9999"



Done.
2
#2
1 Frags +

Confirmed, I also described this here:
http://teamfortress.tv/forum/thread/10825/5#post-188138

Confirmed, I also described this here:
http://teamfortress.tv/forum/thread/10825/5#post-188138
3
#3
0 Frags +
f_blueConfirmed, I also described this here:
http://teamfortress.tv/forum/thread/10825/5#post-188138

Damn wish I would have found that.

[quote=f_blue]Confirmed, I also described this here:
http://teamfortress.tv/forum/thread/10825/5#post-188138[/quote]


Damn wish I would have found that.
Please sign in through STEAM to post a comment.