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?
just 3 little things
https://i.imgur.com/OTnNkhK.jpg
*killfeed is above the contract
*chat is above the class hud
*Pulsing Cross pls.
https://i.imgur.com/OTnNkhK.jpg
*killfeed is above the contract
*chat is above the class hud
*Pulsing Cross pls.
morjust 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.
Here are the stuff I changed:
In hudmediccharge.res
{
"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"
}
"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:
{
"fieldName" "HudMedicCharge"
"visible" "1"
"enabled" "1"
"xpos" "c-70" [$WIN32]
"ypos" "c40" [$WIN32]
"wide" "9999"
"tall" "120"
}
https://i.imgur.com/OTnNkhK.jpg
*killfeed is above the contract
*chat is above the class hud
*Pulsing Cross pls.[/quote]
You can easily add/fix those yourself.
And also, I think those are deliberate. Except for maybe the killfeed.
Edit:
[quote=Conchi]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?[/quote]
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.
[spoiler][img]https://i.imgur.com/4LBI2E1.jpg[/img][/spoiler]
[spoiler][img]https://i.imgur.com/KYfmlc7.jpg[/img][/spoiler]
Here are the stuff I changed:
In hudmediccharge.res
[spoiler]
"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"
}
"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"
}[/spoiler]
In HudLayout.res:
[spoiler]HudMedicCharge
{
"fieldName" "HudMedicCharge"
"visible" "1"
"enabled" "1"
"xpos" "c-70" [$WIN32]
"ypos" "c40" [$WIN32]
"wide" "9999"
"tall" "120"
}[/spoiler]
MrWheatleymorjust 3 little thingsYou can easily add/fix those yourself.
https://i.imgur.com/OTnNkhK.jpg
*killfeed is above the contract
*chat is above the class hud
*Pulsing Cross pls.
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 ContentShow ContentHere are the stuff I changed:
In hudmediccharge.resShow Content"ChargeMeter"In HudLayout.res:
{
"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"
}Show ContentHudMedicCharge
{
"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?
https://i.imgur.com/OTnNkhK.jpg
*killfeed is above the contract
*chat is above the class hud
*Pulsing Cross pls.[/quote]
You can easily add/fix those yourself.
And also, I think those are deliberate. Except for maybe the killfeed.
Edit:
[quote=Conchi]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?[/quote]
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.
[spoiler][img]https://i.imgur.com/4LBI2E1.jpg[/img][/spoiler]
[spoiler][img]https://i.imgur.com/KYfmlc7.jpg[/img][/spoiler]
Here are the stuff I changed:
In hudmediccharge.res
[spoiler] "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"
}[/spoiler]
In HudLayout.res:
[spoiler]HudMedicCharge
{
"fieldName" "HudMedicCharge"
"visible" "1"
"enabled" "1"
"xpos" "c-70" [$WIN32]
"ypos" "c40" [$WIN32]
"wide" "9999"
"tall" "120"
}[/spoiler][/quote]
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?
ConchiIt 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:
{
"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"
}
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?[/quote]
Oh, sorry, I forgot some parts in hudmediccharge.res
I edited these as well:
[spoiler] "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"
}[/spoiler]
Lol is there anyway were you can make a version that has just the menu and in game menu so I can mix it with rays Hud ;3
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!
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?[/quote]
Oh, sorry, I forgot some parts in hudmediccharge.res
I edited these as well:
[spoiler] "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"
}[/spoiler][/quote]
Yeah that worked, Thanks!
Hey does anyone know how I can change the "oppressing" in the killfeed to the normal "dominating"
QuantumBlazerHey does anyone know how I can change the "oppressing" in the killfeed to the normal "dominating"
resource/chat_english.txt -> ctrl + f search for msg_dominating and edit "is OPPRESSING" to "is DOMINATING"
resource/chat_english.txt -> ctrl + f search for msg_dominating and edit "is OPPRESSING" to "is DOMINATING"
bLaQuantumBlazerHey does anyone know how I can change the "oppressing" in the killfeed to the normal "dominating"resource/chat_english.txt -> ctrl + f search for msg_dominating and edit "is OPPRESSING" to "is DOMINATING"
Thank you so much
resource/chat_english.txt -> ctrl + f search for msg_dominating and edit "is OPPRESSING" to "is DOMINATING"[/quote]
Thank you so much
bLaQuantumBlazerHey does anyone know how I can change the "oppressing" in the killfeed to the normal "dominating"resource/chat_english.txt -> ctrl + f search for msg_dominating and edit "is OPPRESSING" to "is DOMINATING"
Ok i tried this right now and it didn't work i changed it and saved it but it still shows up as oppressing
resource/chat_english.txt -> ctrl + f search for msg_dominating and edit "is OPPRESSING" to "is DOMINATING"[/quote]
Ok i tried this right now and it didn't work i changed it and saved it but it still shows up as oppressing
QuantumBlazerbLaQuantumBlazerHey does anyone know how I can change the "oppressing" in the killfeed to the normal "dominating"resource/chat_english.txt -> ctrl + f search for msg_dominating and edit "is OPPRESSING" to "is DOMINATING"
Ok i tried this right now and it didn't work i changed it and saved it but it still shows up as oppressing
Edit: It worked
resource/chat_english.txt -> ctrl + f search for msg_dominating and edit "is OPPRESSING" to "is DOMINATING"[/quote]
Ok i tried this right now and it didn't work i changed it and saved it but it still shows up as oppressing[/quote]
Edit: It worked
DocFlameThere isn't and advanced options key
Isn’t going into multiplayer then advanced practically the same thing?
Isn’t going into multiplayer then advanced practically the same thing?
scarinhohow do i install the fonts ?
[img]https://vgy.me/KzaCj7.png[/img]
I've installed all of the fonts but I still get a strange health/ammo font and a broken killfeed. Anybody know why?
https://imgur.com/a/VTIkteR
Is this hud still being worked on? I love it to bits
SoldierI've installed all of the fonts but I still get a strange health/ammo font and a broken killfeed. Anybody know why?
https://imgur.com/a/VTIkteR
damnit_dolanIs this hud still being worked on? I love it to bits
yea id like to know too because i have the same exact issue as Soldier. if it helps on im Linux (Solus OS)
ive installed the fonts but it doesnt change anything
https://imgur.com/a/VTIkteR[/quote]
[quote=damnit_dolan]Is this hud still being worked on? I love it to bits[/quote]
yea id like to know too because i have the same exact issue as Soldier. if it helps on im Linux (Solus OS)
ive installed the fonts but it doesnt change anything
Hey man great hud but I don't see a big veiny cock with balsl on the main menu ?Do yiu stiill update this hud? What buttin do i press to install the font's?
Hi guys, quick question:
What files should I edit in order to turn the net_graph font in this hud back to the default one? I tried checking the sourcescheme but I'm not sure what I should be removing.
What files should I edit in order to turn the net_graph font in this hud back to the default one? I tried checking the sourcescheme but I'm not sure what I should be removing.
aniccascarinhohow do i install the fonts ?https://vgy.me/KzaCj7.png
Where do I find all this fonts? Cuz I simply don't have the install button when I right click on the fonts in the fonts foulder
[img]https://vgy.me/KzaCj7.png[/img][/quote]
Where do I find all this fonts? Cuz I simply don't have the install button when I right click on the fonts in the fonts foulder
m4nnaniccaWhere do I find all this fonts? Cuz I simply don't have the install button when I right click on the fonts in the fonts foulderscarinhohow do i install the fonts ?https://vgy.me/KzaCj7.png
[img]https://vgy.me/KzaCj7.png[/img][/quote]
Where do I find all this fonts? Cuz I simply don't have the install button when I right click on the fonts in the fonts foulder[/quote]
https://prnt.sc/q7w71e
Every time when I reload the hud, the Game Mode select panel will pop out and there is no way to make it scrolls back, it's blocking the quit button too, so I can only leave the game by alt+tab.
How can I make it scroll back? What file controls it?
How can I make it scroll back? What file controls it?
https://imgur.com/a/5pldhkA
I love this hud a lot but the party chat font is way too small and I cant find a way to fix it, I know this thread is quite old so I'm not sure if its allowed to revive old threads here and I'm not even sure if the op of this hud is still active but I really want to use this hud its amazing.
https://ibb.co/6r2t5wS
medoc
resource/ui/globalchat.res
That is the file for party chat
resource/ui/globalchat.res
That is the file for party chat
phosmedoc
resource/ui/globalchat.res
That is the file for party chat
There doesn't seem to be globalchat.res file in the collyhud-master file :/
resource/ui/globalchat.res
That is the file for party chat[/quote]
There doesn't seem to be globalchat.res file in the collyhud-master file :/