I wanna say that it's based on the colors set in the ClientScheme.res file, but don't take my word on it
AttakinBlakJakkI wanna say that it's based on the colors set in the ClientScheme.res file, but don't take my word on it
Yeah i looked there before but theres no color customization section in there,But theres a part called "colors" in the beginning of the file,I am assuming that white or gray would be the colors.
Yeah i looked there before but theres no color customization section in there,But theres a part called "colors" in the beginning of the file,I am assuming that white or gray would be the colors.
In HudPlayerHealth.res, change the fgcolor under PlayerStatusValue to any colour you want following RGBA (red green blue alpha)
In hudammoweapons.res, change the fgcolor under AmmoInClip,AmmoInReserve and AmmoInNoClip to any colour you want again.
you can use the website above to get the rgb values of the color u want
In hudammoweapons.res, change the fgcolor under AmmoInClip,AmmoInReserve and AmmoInNoClip to any colour you want again.
[url=http://www.colorpicker.com/]ColorPicker[/url]
you can use the website above to get the rgb values of the color u want
Thank you,I changed GreenSolid to
144
245
7
Because i want it like that.Thank you.
Thank you,I changed GreenSolid to
[quote]144
245
7[/quote]
Because i want it like that.Thank you.
HighnessAttakinBlakJakkHighnessI seem to have a problem of getting a black circle around my crosshair, and it's really bugging me. Do you think you know how to fix it? http://steamcommunity.com/sharedfiles/filedetails/?id=229555366 The screenshots are there.
it's the HUD crosshair, if you know how to disable fog's crosshairs, its as simple as that, if you don't, go into the hudlayout.red in scripts, look for "xHairCircle" and where it says "visible" "1"
change the 1 to 0, and it should go away
Do you mean hudlayout.res?
I don't have the 'hudlayout.res' inside of my scripts folder. But which scripts folder? The one in the HUD folder, or the one inside of the 'tf' folder?
it's the HUD crosshair, if you know how to disable fog's crosshairs, its as simple as that, if you don't, go into the hudlayout.red in scripts, look for "xHairCircle" and where it says "visible" "1"
change the 1 to 0, and it should go away[/quote]
Do you mean hudlayout.res?[/quote]
I don't have the 'hudlayout.res' inside of my scripts folder. But which scripts folder? The one in the HUD folder, or the one inside of the 'tf' folder?
HighnessHighnessAttakinBlakJakkHighnessI seem to have a problem of getting a black circle around my crosshair, and it's really bugging me. Do you think you know how to fix it? http://steamcommunity.com/sharedfiles/filedetails/?id=229555366 The screenshots are there.
it's the HUD crosshair, if you know how to disable fog's crosshairs, its as simple as that, if you don't, go into the hudlayout.red in scripts, look for "xHairCircle" and where it says "visible" "1"
change the 1 to 0, and it should go away
Do you mean hudlayout.res?
I don't have the 'hudlayout.res' inside of my scripts folder. But which scripts folder? The one in the HUD folder, or the one inside of the 'tf' folder?
No, wait. I found it. Thanks guys!
it's the HUD crosshair, if you know how to disable fog's crosshairs, its as simple as that, if you don't, go into the hudlayout.red in scripts, look for "xHairCircle" and where it says "visible" "1"
change the 1 to 0, and it should go away[/quote]
Do you mean hudlayout.res?[/quote]
I don't have the 'hudlayout.res' inside of my scripts folder. But which scripts folder? The one in the HUD folder, or the one inside of the 'tf' folder?[/quote]
No, wait. I found it. Thanks guys!
i have another question:
where is the refund button in mvm?
Ty
where is the refund button in mvm?
Ty
Hello,I think KoTH red timer are a bit off. Anyway to fix?
(it should be 3:00.)
https://www.dropbox.com/s/v3vyrh1effyla5e/2014-03-30_00004.jpg
(it should be 3:00.)
[img]https://www.dropbox.com/s/v3vyrh1effyla5e/2014-03-30_00004.jpg[/img]
CoCaMikei have another question:
where is the refund button in mvm?
Ty
Not gonna to optimise the hud for MVM anytime soon since i've been busy lately and what little time i have on my computer is used for playing the game.
asdfzdfjHello,I think KoTH red timer are a bit off. Anyway to fix?
(it should be 3:00.)
https://www.dropbox.com/s/v3vyrh1effyla5e/2014-03-30_00004.jpg
in resource/ui/hudobjectivekothtimepanel,
"TimePanelValue"
{
"ControlName" "CExLabel"
"fieldName" "TimePanelValue"
"font" "Font6"
"font_minmode" "Font6"
"font_lodef" "HudFontMedium"
"fgcolor" "White"
"xpos" "23"
"xpos_minmode" "39"
"xpos_hidef" "114"
"xpos_lodef" "114"
"ypos" "12"
"ypos_minmode" "6"
"ypos_hidef" "15"
"ypos_lodef" "18"
"zpos" "3"
"wide" "45" <-make this value larger
"wide_minmode" "30"
"wide_lodef" "50"
"tall" "31"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
"labelText" "0:00"
}
There are two timepanelvalue so do this for both of them
where is the refund button in mvm?
Ty[/quote]
Not gonna to optimise the hud for MVM anytime soon since i've been busy lately and what little time i have on my computer is used for playing the game.
[quote=asdfzdfj]Hello,I think KoTH red timer are a bit off. Anyway to fix?
(it should be 3:00.)
[img]https://www.dropbox.com/s/v3vyrh1effyla5e/2014-03-30_00004.jpg[/img][/quote]
in resource/ui/hudobjectivekothtimepanel,
[code]"TimePanelValue"
{
"ControlName" "CExLabel"
"fieldName" "TimePanelValue"
"font" "Font6"
"font_minmode" "Font6"
"font_lodef" "HudFontMedium"
"fgcolor" "White"
"xpos" "23"
"xpos_minmode" "39"
"xpos_hidef" "114"
"xpos_lodef" "114"
"ypos" "12"
"ypos_minmode" "6"
"ypos_hidef" "15"
"ypos_lodef" "18"
"zpos" "3"
"wide" "45" <-make this value larger
"wide_minmode" "30"
"wide_lodef" "50"
"tall" "31"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
"labelText" "0:00"
}[/code]
There are two timepanelvalue so do this for both of them
New update:
-added in the new page buttons (the old page buttons are still there in case there are some that prefer the old buttons)
-added in the new page buttons (the old page buttons are still there in case there are some that prefer the old buttons)
so for some reason the crosshair circle is cut off on the top and more on the bottom. got any way of fixing this?
screenshots: http://steamcommunity.com/id/prysm520blazeit/screenshots/?appid=440
screenshots: http://steamcommunity.com/id/prysm520blazeit/screenshots/?appid=440
Grothasso for some reason the crosshair circle is cut off on the top and more on the bottom. got any way of fixing this?
screenshots: http://steamcommunity.com/id/prysm520blazeit/screenshots/?appid=440
in hudlayout.res,
xHairSpread
{
"controlName" "CExLabel"
"fieldName" "xHairSpread"
"visible" "1"
"enabled" "1"
"zpos" "2"
"xpos" "c-101"<-change to c-149
"ypos" "c-96"<-change to c-144
"wide" "202"<-increase value to 250
"tall" "198"<-increase value to 246
"font" "xHairSpread"
"labelText" "9"
"textAlignment" "center"
"fgcolor" "0 0 0 255"
}
The hud in the ss you linked is using the default font btw, not the font I used for BlackHUD. Not sure if its intentional but just pointing it out
screenshots: http://steamcommunity.com/id/prysm520blazeit/screenshots/?appid=440[/quote]
in hudlayout.res,
[code]xHairSpread
{
"controlName" "CExLabel"
"fieldName" "xHairSpread"
"visible" "1"
"enabled" "1"
"zpos" "2"
"xpos" "c-101"<-change to c-149
"ypos" "c-96"<-change to c-144
"wide" "202"<-increase value to 250
"tall" "198"<-increase value to 246
"font" "xHairSpread"
"labelText" "9"
"textAlignment" "center"
"fgcolor" "0 0 0 255"
}[/code]
The hud in the ss you linked is using the default font btw, not the font I used for BlackHUD. Not sure if its intentional but just pointing it out
RawrGrothasso for some reason the crosshair circle is cut off on the top and more on the bottom. got any way of fixing this?
screenshots: http://steamcommunity.com/id/prysm520blazeit/screenshots/?appid=440
in hudlayout.res,
xHairSpread { "controlName" "CExLabel" "fieldName" "xHairSpread" "visible" "1" "enabled" "1" "zpos" "2" "xpos" "c-101"<-change to c-149 "ypos" "c-96"<-change to c-144 "wide" "202"<-increase value to 250 "tall" "198"<-increase value to 246 "font" "xHairSpread" "labelText" "9" "textAlignment" "center" "fgcolor" "0 0 0 255" }
The hud in the ss you linked is using the default font btw, not the font I used for BlackHUD. Not sure if its intentional but just pointing it out
so i tried that and this happened: http://steamcommunity.com/id/prysm520blazeit/home
also yes i didn't like the font you chose so i switched it to this.
screenshots: http://steamcommunity.com/id/prysm520blazeit/screenshots/?appid=440[/quote]
in hudlayout.res,
[code]xHairSpread
{
"controlName" "CExLabel"
"fieldName" "xHairSpread"
"visible" "1"
"enabled" "1"
"zpos" "2"
"xpos" "c-101"<-change to c-149
"ypos" "c-96"<-change to c-144
"wide" "202"<-increase value to 250
"tall" "198"<-increase value to 246
"font" "xHairSpread"
"labelText" "9"
"textAlignment" "center"
"fgcolor" "0 0 0 255"
}[/code]
The hud in the ss you linked is using the default font btw, not the font I used for BlackHUD. Not sure if its intentional but just pointing it out[/quote]
so i tried that and this happened: http://steamcommunity.com/id/prysm520blazeit/home
also yes i didn't like the font you chose so i switched it to this.
GrothasRawrGrothasso for some reason the crosshair circle is cut off on the top and more on the bottom. got any way of fixing this?
screenshots: http://steamcommunity.com/id/prysm520blazeit/screenshots/?appid=440
in hudlayout.res,
xHairSpread { "controlName" "CExLabel" "fieldName" "xHairSpread" "visible" "1" "enabled" "1" "zpos" "2" "xpos" "c-101"<-change to c-149 "ypos" "c-96"<-change to c-144 "wide" "202"<-increase value to 250 "tall" "198"<-increase value to 246 "font" "xHairSpread" "labelText" "9" "textAlignment" "center" "fgcolor" "0 0 0 255" }
The hud in the ss you linked is using the default font btw, not the font I used for BlackHUD. Not sure if its intentional but just pointing it out
so i tried that and this happened: http://steamcommunity.com/id/prysm520blazeit/home
also yes i didn't like the font you chose so i switched it to this.
That links to your home page not the screenshot........ nice bro
screenshots: http://steamcommunity.com/id/prysm520blazeit/screenshots/?appid=440[/quote]
in hudlayout.res,
[code]xHairSpread
{
"controlName" "CExLabel"
"fieldName" "xHairSpread"
"visible" "1"
"enabled" "1"
"zpos" "2"
"xpos" "c-101"<-change to c-149
"ypos" "c-96"<-change to c-144
"wide" "202"<-increase value to 250
"tall" "198"<-increase value to 246
"font" "xHairSpread"
"labelText" "9"
"textAlignment" "center"
"fgcolor" "0 0 0 255"
}[/code]
The hud in the ss you linked is using the default font btw, not the font I used for BlackHUD. Not sure if its intentional but just pointing it out[/quote]
so i tried that and this happened: http://steamcommunity.com/id/prysm520blazeit/home
also yes i didn't like the font you chose so i switched it to this.[/quote]
That links to your home page not the screenshot........ nice bro
Chrom3w0lfGrothasRawrGrothasso for some reason the crosshair circle is cut off on the top and more on the bottom. got any way of fixing this?
screenshots: http://steamcommunity.com/id/prysm520blazeit/screenshots/?appid=440
in hudlayout.res,
xHairSpread { "controlName" "CExLabel" "fieldName" "xHairSpread" "visible" "1" "enabled" "1" "zpos" "2" "xpos" "c-101"<-change to c-149 "ypos" "c-96"<-change to c-144 "wide" "202"<-increase value to 250 "tall" "198"<-increase value to 246 "font" "xHairSpread" "labelText" "9" "textAlignment" "center" "fgcolor" "0 0 0 255" }
The hud in the ss you linked is using the default font btw, not the font I used for BlackHUD. Not sure if its intentional but just pointing it out
so i tried that and this happened: http://steamcommunity.com/id/prysm520blazeit/home
also yes i didn't like the font you chose so i switched it to this.
That links to your home page not the screenshot........ nice bro
heh whoops http://steamcommunity.com/sharedfiles/filedetails/?id=245732318
screenshots: http://steamcommunity.com/id/prysm520blazeit/screenshots/?appid=440[/quote]
in hudlayout.res,
[code]xHairSpread
{
"controlName" "CExLabel"
"fieldName" "xHairSpread"
"visible" "1"
"enabled" "1"
"zpos" "2"
"xpos" "c-101"<-change to c-149
"ypos" "c-96"<-change to c-144
"wide" "202"<-increase value to 250
"tall" "198"<-increase value to 246
"font" "xHairSpread"
"labelText" "9"
"textAlignment" "center"
"fgcolor" "0 0 0 255"
}[/code]
The hud in the ss you linked is using the default font btw, not the font I used for BlackHUD. Not sure if its intentional but just pointing it out[/quote]
so i tried that and this happened: http://steamcommunity.com/id/prysm520blazeit/home
also yes i didn't like the font you chose so i switched it to this.[/quote]
That links to your home page not the screenshot........ nice bro[/quote]
heh whoops http://steamcommunity.com/sharedfiles/filedetails/?id=245732318
RawrCoCaMikei have another question:
where is the refund button in mvm?
Ty
Not gonna to optimise the hud for MVM anytime soon since i've been busy lately and what little time i have on my computer is used for playing the game.
i just removed all files with "mvm" in its name, works fine now :)
where is the refund button in mvm?
Ty[/quote]
Not gonna to optimise the hud for MVM anytime soon since i've been busy lately and what little time i have on my computer is used for playing the game.
[/quote]
i just removed all files with "mvm" in its name, works fine now :)
Grothasheh whoops http://steamcommunity.com/sharedfiles/filedetails/?id=245732318
wadafuq. what's yur screen size,res whatever. Might be some sort of issue related to that
CoCaMikei just removed all files with "mvm" in its name, works fine now :)
Cool. I forgot about that haha
heh whoops http://steamcommunity.com/sharedfiles/filedetails/?id=245732318[/quote]
wadafuq. what's yur screen size,res whatever. Might be some sort of issue related to that
[quote=CoCaMike]
i just removed all files with "mvm" in its name, works fine now :)[/quote]
Cool. I forgot about that haha
RawrGrothasheh whoops http://steamcommunity.com/sharedfiles/filedetails/?id=245732318
wadafuq. what's yur screen size,res whatever. Might be some sort of issue related to that
i like 1280x800
EDIT: idk why the in in your quote. I'm still new to tf.tv
heh whoops http://steamcommunity.com/sharedfiles/filedetails/?id=245732318[/quote]
wadafuq. what's yur screen size,res whatever. Might be some sort of issue related to that
i like 1280x800
EDIT: idk why the in in your quote. I'm still new to tf.tv
GrothasRawrso i tried ompshud and the crosshair worked fine on my setup. But when i used ray's tutorial for transferring crosshairs between buds, the same problem of the crosshair being cut off arose, so it definitely isn't a problem with the font.Grothasheh whoops http://steamcommunity.com/sharedfiles/filedetails/?id=245732318
wadafuq. what's yur screen size,res whatever. Might be some sort of issue related to that
i like 1280x800
EDIT: idk why the in in your quote. I'm still new to tf.tv
heh whoops http://steamcommunity.com/sharedfiles/filedetails/?id=245732318[/quote]
wadafuq. what's yur screen size,res whatever. Might be some sort of issue related to that
i like 1280x800
EDIT: idk why the in in your quote. I'm still new to tf.tv[/quote]
so i tried ompshud and the crosshair worked fine on my setup. But when i used ray's tutorial for transferring crosshairs between buds, the same problem of the crosshair being cut off arose, so it definitely isn't a problem with the font.
Grothasconversation
copy and paste the xhairspread control from your hudlayout.res to here
copy and paste the xhairspread control from your hudlayout.res to here
RawrGrothasconversation
copy and paste the xhairspread control from your hudlayout.res to here
xHairSpread
{
"controlName" "CExLabel"
"fieldName" "xHairSpread"
"visible" "1"
"enabled" "1"
"zpos" "2"
"xpos" "c-149"
"ypos" "c-144"
"wide" "250"
"tall" "246"
"font" "xHairSpread"
"labelText" "9"
"textAlignment" "center"
"fgcolor" "0 0 0 255"
}
hanbrologrothas are you on a mac?
yes
copy and paste the xhairspread control from your hudlayout.res to here[/quote]
xHairSpread
{
"controlName" "CExLabel"
"fieldName" "xHairSpread"
"visible" "1"
"enabled" "1"
"zpos" "2"
"xpos" "c-149"
"ypos" "c-144"
"wide" "250"
"tall" "246"
"font" "xHairSpread"
"labelText" "9"
"textAlignment" "center"
"fgcolor" "0 0 0 255"
}
[quote=hanbrolo]grothas are you on a mac?[/quote]
yes
GrothasReply
Not sure, it should be working. Im not sure if its related to you playing on a mac
Reply
[/quote]
Not sure, it should be working. Im not sure if its related to you playing on a mac
nice hud :) question. how would i go about increasing the health and ammo numbers in the same ratio as it is now?
grothas: sorry for late reply, that's definitely a mac issue, sorry pal. mac and windows os handle fonts completely differently in tf2, random fonts choose to be cut off in weird ways. I strongly urge you to partition if you care about tf2 at all, your game will run ten times better in terms of consistent framerate and start time/ general bugs, coming from personal experience.
It's been a while since I updated this thread. Im sorry to say that I wll not be playing tf2 and thus not updating huds often anymore since school started three weeks ago. TF2 is a big distraction and I want to full concentrate on my studies.
If there is any major hud-breaking updates, I will be fixing it when I can but not asap
Im putting WhiteHUD on hold till my sem breaks too.
See yall next time
If there is any major hud-breaking updates, I will be fixing it when I can but not asap
Im putting WhiteHUD on hold till my sem breaks too.
See yall next time
The crosshairs are slightly below center :/
Easy fix that I can do? Or does it need a patch?
file:///C:/Program%20Files%20(x86)/Steam/userdata/91628743/760/remote/440/screenshots/2014-05-24_00002.jpg
Easy fix that I can do? Or does it need a patch?
[img]file:///C:/Program%20Files%20(x86)/Steam/userdata/91628743/760/remote/440/screenshots/2014-05-24_00002.jpg[/img]