Upvote Upvoted 96 Downvote Downvoted
1 2 3
collyhud
posted in Customization
61
#61
0 Frags +

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?

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?
62
#62
-5 Frags +

just 3 little things
https://i.imgur.com/OTnNkhK.jpg

*killfeed is above the contract
*chat is above the class hud
*Pulsing Cross pls.

just 3 little things
https://i.imgur.com/OTnNkhK.jpg

*killfeed is above the contract
*chat is above the class hud
*Pulsing Cross pls.
63
#63
0 Frags +
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.

Show Content
Show Content

Here are the stuff I changed:
In hudmediccharge.res

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"
}
"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"
}
[quote=mor]just 3 little things
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]
64
#64
0 Frags +
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?

[quote=MrWheatley][quote=mor]just 3 little things
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?
65
#65
0 Frags +
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:

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"
}
[quote=Conchi]
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]
66
#66
-1 Frags +

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

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
67
#67
0 Frags +
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!

[quote=MrWheatley][quote=Conchi]
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!
68
#68
0 Frags +

Hey does anyone know how I can change the "oppressing" in the killfeed to the normal "dominating"

Hey does anyone know how I can change the "oppressing" in the killfeed to the normal "dominating"
69
#69
2 Frags +
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"

[quote=QuantumBlazer]Hey does anyone know how I can change the "oppressing" in the killfeed to the normal "dominating"[/quote]
resource/chat_english.txt -> ctrl + f search for msg_dominating and edit "is OPPRESSING" to "is DOMINATING"
70
#70
0 Frags +
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

[quote=bLa][quote=QuantumBlazer]Hey does anyone know how I can change the "oppressing" in the killfeed to the normal "dominating"[/quote]
resource/chat_english.txt -> ctrl + f search for msg_dominating and edit "is OPPRESSING" to "is DOMINATING"[/quote]
Thank you so much
71
#71
0 Frags +
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

[quote=bLa][quote=QuantumBlazer]Hey does anyone know how I can change the "oppressing" in the killfeed to the normal "dominating"[/quote]
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
72
#72
0 Frags +
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

[quote=QuantumBlazer][quote=bLa][quote=QuantumBlazer]Hey does anyone know how I can change the "oppressing" in the killfeed to the normal "dominating"[/quote]
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
73
#73
2 Frags +

There isn't and advanced options key

There isn't and advanced options key
74
#74
3 Frags +
DocFlameThere isn't and advanced options key

Isn’t going into multiplayer then advanced practically the same thing?

[quote=DocFlame]There isn't and advanced options key[/quote]

Isn’t going into multiplayer then advanced practically the same thing?
75
#75
-2 Frags +

how do i install the fonts ?

how do i install the fonts ?
76
#76
7 Frags +
scarinhohow do i install the fonts ?

https://vgy.me/KzaCj7.png

[quote=scarinho]how do i install the fonts ?[/quote]
[img]https://vgy.me/KzaCj7.png[/img]
77
#77
1 Frags +

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

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
78
#78
0 Frags +

Is this hud still being worked on? I love it to bits

Is this hud still being worked on? I love it to bits
79
#79
-1 Frags +
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

[quote=Soldier]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[/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
80
#80
3 Frags +

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?

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?
81
#81
0 Frags +

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.

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.
82
#82
-1 Frags +
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

[quote=anicca][quote=scarinho]how do i install the fonts ?[/quote]
[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
83
#83
1 Frags +
m4nnaniccascarinhohow do i install the fonts ?https://vgy.me/KzaCj7.pngWhere 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

https://prnt.sc/q7w71e

[quote=m4nn][quote=anicca][quote=scarinho]how do i install the fonts ?[/quote]
[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
84
#84
0 Frags +

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?

https://imgur.com/a/5pldhkA

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?

https://imgur.com/a/5pldhkA
85
#85
0 Frags +

fix the font

fix the font
86
#86
0 Frags +

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

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
87
#87
0 Frags +
medoc

resource/ui/globalchat.res

That is the file for party chat

[quote=medoc][/quote]

resource/ui/globalchat.res

That is the file for party chat
88
#88
0 Frags +
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 :/

[quote=phos][quote=medoc][/quote]

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 :/
1 2 3
Please sign in through STEAM to post a comment.