How do I change these damage taken indicators so they are smaller? I know enigma posted a tutorial on it but i cannot find it. Any help is appreciated!
http://i1034.photobucket.com/albums/a428/Scottyboy925/2013-05-30_00001.jpg
How do I change these damage taken indicators so they are smaller? I know enigma posted a tutorial on it but i cannot find it. Any help is appreciated!
http://i1034.photobucket.com/albums/a428/Scottyboy925/2013-05-30_00001.jpg
Yeah, I dont know what they are called lol. How do i make them smaller/thinner?
change wide and tall to smaller values under this element in hudlayout.res: HudDamageIndicator (ctrl + f to find it)
you can screw around with min/max width and min/max height as well as start/stop radius too but I've never changed em so idk what they do.
These are the values I use:
"fieldName" "HudDamageIndicator"
"visible" "1"
"enabled" "1"
"MinimumWidth" "10"
"MaximumWidth" "10"
"StartRadius" "80" "EndRadius" "80"
"MinimumHeight" "30"
"MaximumHeight" "60"
"MinimumTime" "1"
just copy/paste this into your hudlayout.res under HudDamageIndicator