Conchi
Account Details
SteamID64 76561198170352207
SteamID3 [U:1:210086479]
SteamID32 STEAM_0:1:105043239
Country Canada
Signed Up August 4, 2018
Last Posted August 5, 2018 at 5:14 PM
Posts 4 (0 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input  
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
#67 collyhud in Customization
MrWheatleyConchiIt kind of worked, the bar came to the center of the screen, but so did the charge percent it's normally under, i assume the 2 are pinned together somehow, any idea on how to separate them?Oh, sorry, I forgot some parts in hudmediccharge.res

I edited these as well:
Show Content
"ChargeLabel"
{
"ControlName" "CExLabel"
"fieldName" "ChargeLabel"
"font" "hp38"
"fgcolor" "216 216 216 255"
"xpos" "160"
"ypos" "50"
"zpos" "5"
"wide" "96"
"tall" "66"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
"labelText" "#TF_UberchargeMinHUD"
"textAlignment" "center"
}
"ChargeLabelShadow"
{
"ControlName" "CExLabel"
"fieldName" "ChargeLabelShadow"
"font" "hp38blur"
"fgcolor" "0 0 0 150"
"xpos" "160"
"ypos" "50"
"zpos" "5"
"wide" "96"
"tall" "66"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
"labelText" "#TF_UberchargeMinHUD"
}

Yeah that worked, Thanks!

posted about 5 years ago
#64 collyhud in Customization
MrWheatleymorjust 3 little things
https://i.imgur.com/OTnNkhK.jpg

*killfeed is above the contract
*chat is above the class hud
*Pulsing Cross pls.
You can easily add/fix those yourself.
And also, I think those are deliberate. Except for maybe the killfeed.

Edit:ConchiHow would i go about moving the medic charge meter in between the health and charge percent where it is in a lot of huds. When i move it past a certain distance to put it there it just cuts off. Any suggestions?I had to edit hudmediccharge.res and hudlayout.res in order to make it work. It is janky the way I did it but it works.
Show Content
Show Content
Here are the stuff I changed:
In hudmediccharge.res
Show Content
"ChargeMeter"
{
"ControlName" "ContinuousProgressBar"
"fieldName" "ChargeMeter"
"font" "Default"
"xpos" "30"
"ypos" "80"
"zpos" "2"
"wide" "76"
"tall" "1"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
"fgcolor_override" "216 216 216 255"
"bgcolor_override" "0 0 0 100"
}
In HudLayout.res:
Show Content
HudMedicCharge
{
"fieldName" "HudMedicCharge"
"visible" "1"
"enabled" "1"
"xpos" "c-70" [$WIN32]
"ypos" "c40" [$WIN32]
"wide" "9999"
"tall" "120"
}

It kind of worked, the bar came to the center of the screen, but so did the charge percent it's normally under, i assume the 2 are pinned together somehow, any idea on how to separate them?

posted about 5 years ago
#61 collyhud in Customization

How would i go about moving the medic charge meter in between the health and charge percent where it is in a lot of huds. When i move it past a certain distance to put it there it just cuts off. Any suggestions?

posted about 5 years ago
#5455 HUD editing: short questions, quick answers in Customization

How do you fix certain things being stuck on one portion of the screen? For example, i'm trying to move a medic charge meter that is under the charge percent on the right hand side of the screen to between your health and percent where it is on a lot of huds, but when i move it a certain distance it just disappears.

posted about 5 years ago