Upvote Upvoted 1 Downvote Downvoted
Change location of healer TargetID
posted in Q/A Help
1
#1
0 Frags +

Does anyone know how to move the TargetID hud element that shows the name/uber percentage/health who's healing you?

I'm playing with CSecondaryTargetID in hudlayout.res, but it only responds to edits to ypos, not xpos.

CSecondaryTargetID
	{
		"fieldName" 	"CSecondaryTargetID"
		"visible" 	"0"
		"enabled" 	"1"
		"xpos"		"c-126" //changing this don't work yo
		"ypos"		"c140" //changing this works yo
		"wide"	 	"252"
		"tall"	 	"30"
		"priority"	"35"
	}

Google's coming up dry, so, thanks if you can help me out.

Does anyone know how to move the TargetID hud element that shows the name/uber percentage/health who's healing you?

I'm playing with CSecondaryTargetID in hudlayout.res, but it only responds to edits to ypos, not xpos.

[code]CSecondaryTargetID
{
"fieldName" "CSecondaryTargetID"
"visible" "0"
"enabled" "1"
"xpos" "c-126" //changing this don't work yo
"ypos" "c140" //changing this works yo
"wide" "252"
"tall" "30"
"priority" "35"
}[/code]

Google's coming up dry, so, thanks if you can help me out.
2
#2
1 Frags +

seems like thats a built in restriction on all of the targetid entries inside hudlayout.res, you'll have to move the elements inside targetid.res as a whole if you want to move it

seems like thats a built in restriction on all of the targetid entries inside hudlayout.res, you'll have to move the elements inside targetid.res as a whole if you want to move it
3
#3
0 Frags +

Thanks man. I ended up just moving the thing lower so the buffed cross isn't overlapping so much.

Thanks man. I ended up just moving the thing lower so the buffed cross isn't overlapping so much.
Please sign in through STEAM to post a comment.