Upvote Upvoted 0 Downvote Downvoted
Marked for death icon
posted in Customization
1
#1
-2 Frags +

I ran across this problem, most of the older huds, which seem to be working properly dont have the marked for death icon (the red skull when you pull out escape plan or g.r.u).
Is there any way to add this feature to the hud by myself and how to do it? :]

I ran across this problem, most of the older huds, which seem to be working properly dont have the marked for death icon (the red skull when you pull out escape plan or g.r.u).
Is there any way to add this feature to the hud by myself and how to do it? :]
2
#2
4 Frags +

Didn't you make another thread about this?
http://teamfortress.tv/forum/thread/14654-hud-editing-marked-for-death

Didn't you make another thread about this?
http://teamfortress.tv/forum/thread/14654-hud-editing-marked-for-death
3
#3
-3 Frags +

That was about the position of the sign (when it's installed in the hud), now the topic is how to add the icon itself into hud, when it's not there. :)

That was about the position of the sign (when it's installed in the hud), now the topic is how to add the icon itself into hud, when it's not there. :)
4
#4
1 Frags +
NatsuruThat was about the position of the sign (when it's installed in the hud), now the topic is how to add the icon itself into hud, when it's not there. :)

The icon is always "installed". Some HUDs have it hidden but you can unhide it by making the necessary changes to PlayerStatusMarkedForDeathSilentImage; you will also have to edit PlayerStatusHealthImage if the health cross is positioned off screen.

[quote=Natsuru]That was about the position of the sign (when it's installed in the hud), now the topic is how to add the icon itself into hud, when it's not there. :)[/quote]
The icon is always "installed". Some HUDs have it hidden but you can unhide it by making the necessary changes to PlayerStatusMarkedForDeathSilentImage; you will also have to edit PlayerStatusHealthImage if the health cross is positioned off screen.
5
#5
0 Frags +

what lines do i need to edit, for me its currently set like this:

"PlayerStatusMarkedForDeathImage"
{
"ControlName" "ImagePanel"
"fieldName" "PlayerStatusMarkedForDeathImage"
"xpos" "0"
"ypos" "354"
"zpos" "7"
"wide" "16"
"tall" "16"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"image" "../vgui/marked_for_death"
"fgcolor" "TanDark"
}
"PlayerStatusMarkedForDeathSilentImage"
{
"ControlName" "ImagePanel"
"fieldName" "PlayerStatusMarkedForDeathSilentImage"
"xpos" "0"
"ypos" "354"
"zpos" "7"
"wide" "16"
"tall" "16"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"image" "../vgui/marked_for_death"
"fgcolor" "TanDark"
}

Any ideas?

what lines do i need to edit, for me its currently set like this:

"PlayerStatusMarkedForDeathImage"
{
"ControlName" "ImagePanel"
"fieldName" "PlayerStatusMarkedForDeathImage"
"xpos" "0"
"ypos" "354"
"zpos" "7"
"wide" "16"
"tall" "16"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"image" "../vgui/marked_for_death"
"fgcolor" "TanDark"
}
"PlayerStatusMarkedForDeathSilentImage"
{
"ControlName" "ImagePanel"
"fieldName" "PlayerStatusMarkedForDeathSilentImage"
"xpos" "0"
"ypos" "354"
"zpos" "7"
"wide" "16"
"tall" "16"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"image" "../vgui/marked_for_death"
"fgcolor" "TanDark"
}

Any ideas?
Please sign in through STEAM to post a comment.