Anyone know the name when you heal people and it shows a box of there health in the hud
disengageIm so slow :(
no im on the notepad but which thing is it calling in the notepad
no im on the notepad but which thing is it calling in the notepad
thought this was gonna be about the black box, aka best weapon in the game
SeaCowdisengageIm so slow :(no im on the notepad but which thing is it calling in the notepad
???
no im on the notepad but which thing is it calling in the notepad[/quote]
???
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.
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]
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
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
http://i.imgur.com/GHw7AU2.png
i wanna change that to go on top of the ubercharge meter
i wanna change that to go on top of the ubercharge meter
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.
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.
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.
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.