Upvote Upvoted 0 Downvote Downvoted
Healing Box
1
#1
-3 Frags +

Anyone know the name when you heal people and it shows a box of there health in the hud

Anyone know the name when you heal people and it shows a box of there health in the hud
2
#2
1 Frags +

TargetID

TargetID
3
#3
-1 Frags +
SBARROHOTTOPICTargetID

which bit is it?

[quote=SBARROHOTTOPIC]TargetID[/quote]
which bit is it?
4
#4
1 Frags +

tf > resource > ui > TargetID.res

tf > resource > ui > TargetID.res
5
#5
1 Frags +

Im so slow :(

Im so slow :(
6
#6
-3 Frags +
disengageIm so slow :(

no im on the notepad but which thing is it calling in the notepad

[quote=disengage]Im so slow :([/quote]
no im on the notepad but which thing is it calling in the notepad
7
#7
10 Frags +

thought this was gonna be about the black box, aka best weapon in the game

thought this was gonna be about the black box, aka best weapon in the game
8
#8
6 Frags +
SeaCowdisengageIm so slow :(no im on the notepad but which thing is it calling in the notepad

???

[quote=SeaCow][quote=disengage]Im so slow :([/quote]
no im on the notepad but which thing is it calling in the notepad[/quote]

???
9
#9
3 Frags +
SeaCowdisengageIm so slow :(no im on the notepad but which thing is it calling in the notepad

from flames hud tutorial:

CSecondaryTargetID – Who you are healing.
[quote=SeaCow][quote=disengage]Im so slow :([/quote]
no im on the notepad but which thing is it calling in the notepad[/quote]
from flames hud tutorial:
[code]CSecondaryTargetID – Who you are healing.[/code]
10
#10
0 Frags +
SBARROHOTTOPICSeaCowdisengageIm so slow :(no im on the notepad but which thing is it calling in the notepad
???

im in the targetid and which bit is it to change the target of the healing box's ypos

[quote=SBARROHOTTOPIC][quote=SeaCow][quote=disengage]Im so slow :([/quote]
no im on the notepad but which thing is it calling in the notepad[/quote]

???[/quote]
im in the targetid and which bit is it to change the target of the healing box's ypos
11
#11
0 Frags +

http://i.imgur.com/GHw7AU2.png

i wanna change that to go on top of the ubercharge meter

[img]http://i.imgur.com/GHw7AU2.png[/img]
i wanna change that to go on top of the ubercharge meter
12
#12
1 Frags +
SeaCowhttp://i.imgur.com/GHw7AU2.png
i wanna change that to go on top of the ubercharge meter

Disengage got it. It looks like this:

CSecondaryTargetID
	{
		"fieldName" 	"CSecondaryTargetID"
		"visible" 	"1"
		"enabled" 	"1"
		"xpos"		"c-250"
     "ypos"		"c148"
		"wide"	 	"252"
		"tall"	 	"30"
		"priority"	"35"
	}

Note that sometimes you can only move it to a certain extent. I've had it happen on some HUDs, before asking around. Still have no idea why it happens.

EDIT: Should also note that the above is from hudlayout.res but TargetID.res is worth playing around with. Sometimes xpos will work but ypos will be locked. Hopefully you will have better luck.

[quote=SeaCow]http://i.imgur.com/GHw7AU2.png
i wanna change that to go on top of the ubercharge meter[/quote]
Disengage got it. It looks like this:
[code]CSecondaryTargetID
{
"fieldName" "CSecondaryTargetID"
"visible" "1"
"enabled" "1"
"xpos" "c-250"
"ypos" "c148"
"wide" "252"
"tall" "30"
"priority" "35"
}[/code]

Note that sometimes you can only move it to a certain extent. I've had it happen on some HUDs, before asking around. Still have no idea why it happens.

EDIT: Should also note that the above is from hudlayout.res but TargetID.res is worth playing around with. Sometimes xpos will work but ypos will be locked. Hopefully you will have better luck.
13
#13
0 Frags +
VirulenceNote that sometimes you can only move it to a certain extent. I've had it happen on some HUDs, before asking around. Still have no idea why it happens.

Each HUD element has a bounding box, in which it will only display if it's in that area, afaik. I haven't figured out to modify that box, but I do know it's possible, seeing as I can modify the default HUD and move an element to X position, but I can't do it with FrankenHUD.

[quote=Virulence]Note that sometimes you can only move it to a certain extent. I've had it happen on some HUDs, before asking around. Still have no idea why it happens.[/quote]

Each HUD element has a bounding box, in which it will only display if it's in that area, afaik. I haven't figured out to modify that box, but I do know it's possible, seeing as I can modify the default HUD and move an element to X position, but I can't do it with FrankenHUD.
Please sign in through STEAM to post a comment.