omniChanged the + next to the health to a heart for pretty much no reason
http://i.imgur.com/PA3DLzX.jpg
Okay, so I got un-lazy and decided to pop this out.
Download and install this font:
http://www.mediafire.com/download/0a37y10lpp0dmdt/modernpics.rar
Extract and paste it into /HUDASIscariote/resource/
Open up resource/ClientScheme.res
Paste this inside (I pasted it above "book38")
"Heart38"
{
"1"
{
"name" "Modern Pictograms"
"tall" "38"
"additive" "0"
"antialias" "1"
}
}
and also paste this (underneath "16" // Fog's xHairs)
"17" // Heart
{
"font" "resource/modernpics.otf"
"name" "Modern Pictograms"
}
(Or, you could download my ClientScheme.res if you're feeling lazy yourself. Also, if you want more in depth help, check out Rays tutorial on HUD fonts)
Now, open up resource/ui/HudPlayerHealth.res. Find "CrossSign". Replace existing code with this
"CrossSign"
{
"ControlName" "CExLabel"
"fieldName" "CrossSign"
"xpos" "39"
"ypos" "123"
"zpos" "5"
"wide" "29"
"tall" "38"
"visible" "1"
"enabled" "1"
"labelText" "j"
"textAlignment" "center"
"font" "Heart38"
//"fgcolor" "Garm3nWhite"
"fgcolor" "32 32 32 255"
}
You should now have lovehud. If not, either I missed something or you did it wrong. Either one.