Upvote Upvoted 100 Downvote Downvoted
1 2 3
Official KnucklesCrosses Release!
posted in Customization
61
#61
2 Frags +
Flyseppethere is a huge S on my screen. Any ideas how to fix it.

You either messed up step 1 or step 2, or didn't extract files into the proper location. The font isn't installed correctly.

[quote=Flyseppe]there is a huge S on my screen. Any ideas how to fix it.[/quote]

You either messed up step 1 or step 2, or didn't extract files into the proper location. The font isn't installed correctly.
62
#62
1 Frags +

yo how would i go about using two crosshairs w this font?

yo how would i go about using two crosshairs w this font?
63
#63
2 Frags +
resource/hudlayout.res
{
    "xhair1"
    {
        stuff
    }
    "xhair2"
    {
        stuff
    }
}

etc

[code]resource/hudlayout.res
{
"xhair1"
{
stuff
}
"xhair2"
{
stuff
}
}[/code]

etc
64
#64
0 Frags +

Hey,
Struggling to make a .vtf out of the "n" crosshair of the font in order to use it in .ctx.
Would someone be able to make one ?

Hey,
Struggling to make a .vtf out of the "n" crosshair of the font in order to use it in .ctx.
Would someone be able to make one ?
65
#65
0 Frags +

having problems overlaying 2 simultaneously. i know its possible, i did it before. but i forgot/lost the guide i used.

having problems overlaying 2 simultaneously. i know its possible, i did it before. but i forgot/lost the guide i used.
66
#66
-1 Frags +

Uhm, I am using m0reHUD, I have put the font into the right location but I still have the letter g only instead of the seeker crosshair. I am almost 100% sure that the problem is in the ClientScheme.res files, I have 2 of them in that HUD, one in the resource folder and another one in a folder called basefiles:
https://gyazo.com/fbac25c16ed86bfce42833c14f06ce2d
There is not such a thing like ECON FONTS existing in both
I tried to put these codes and stuff in each or just to mess them up but the only thing I get is the letter g and nothing else, pls help, I know I am kinda late but....I have this problem since a long time ago

Uhm, I am using m0reHUD, I have put the font into the right location but I still have the letter g only instead of the seeker crosshair. I am almost 100% sure that the problem is in the ClientScheme.res files, I have 2 of them in that HUD, one in the resource folder and another one in a folder called basefiles:
https://gyazo.com/fbac25c16ed86bfce42833c14f06ce2d
There is not such a thing like ECON FONTS existing in both
I tried to put these codes and stuff in each or just to mess them up but the only thing I get is the letter g and nothing else, pls help, I know I am kinda late but....I have this problem since a long time ago
67
#67
0 Frags +
BobstahUhm, I am using m0reHUD, I have put the font into the right location but I still have the letter g only instead of the seeker crosshair. I am almost 100% sure that the problem is in the ClientScheme.res files, I have 2 of them in that HUD, one in the resource folder and another one in a folder called basefiles:
https://gyazo.com/fbac25c16ed86bfce42833c14f06ce2d
There is not such a thing like ECON FONTS existing in both
I tried to put these codes and stuff in each or just to mess them up but the only thing I get is the letter g and nothing else, pls help, I know I am kinda late but....I have this problem since a long time ago

did you install the font? if not open the font and click the install button.

[quote=Bobstah]Uhm, I am using m0reHUD, I have put the font into the right location but I still have the letter g only instead of the seeker crosshair. I am almost 100% sure that the problem is in the ClientScheme.res files, I have 2 of them in that HUD, one in the resource folder and another one in a folder called basefiles:
https://gyazo.com/fbac25c16ed86bfce42833c14f06ce2d
There is not such a thing like ECON FONTS existing in both
I tried to put these codes and stuff in each or just to mess them up but the only thing I get is the letter g and nothing else, pls help, I know I am kinda late but....I have this problem since a long time ago[/quote]
did you install the font? if not open the font and click the install button.
68
#68
0 Frags +
Phoenix21BobstahUhm, I am using m0reHUD, I have put the font into the right location but I still have the letter g only instead of the seeker crosshair. I am almost 100% sure that the problem is in the ClientScheme.res files, I have 2 of them in that HUD, one in the resource folder and another one in a folder called basefiles:
https://gyazo.com/fbac25c16ed86bfce42833c14f06ce2d
There is not such a thing like ECON FONTS existing in both
I tried to put these codes and stuff in each or just to mess them up but the only thing I get is the letter g and nothing else, pls help, I know I am kinda late but....I have this problem since a long time ago
did you install the font? if not open the font and click the install button.

Installed the font, I am sure the problem is appearing cuz there are 2 clientscheme.res files

[quote=Phoenix21][quote=Bobstah]Uhm, I am using m0reHUD, I have put the font into the right location but I still have the letter g only instead of the seeker crosshair. I am almost 100% sure that the problem is in the ClientScheme.res files, I have 2 of them in that HUD, one in the resource folder and another one in a folder called basefiles:
https://gyazo.com/fbac25c16ed86bfce42833c14f06ce2d
There is not such a thing like ECON FONTS existing in both
I tried to put these codes and stuff in each or just to mess them up but the only thing I get is the letter g and nothing else, pls help, I know I am kinda late but....I have this problem since a long time ago[/quote]
did you install the font? if not open the font and click the install button.[/quote]
Installed the font, I am sure the problem is appearing cuz there are 2 clientscheme.res files
69
#69
0 Frags +

basefiles isn't a part of the tf2 directory, nothing inside it will be looked at. I'm assuming the hudmaker has it there for comparison to the default files (base files) when editing.

If you actually see a g on the screen that means its a font issue, which I'm assuming because you couldn't find the ECON FONTS section where you declare your font. Here's what it looks like in flathud.

Show Content

If you actually can't find it anywhere in the file, then you may want to ask the person who made the hud, as they could have renamed these things.

Edit: I downloaded morehud black, did ctrl+f "econ font" and found it on line 3315 in clientscheme.res by default. You just aren't looking well enough.

basefiles isn't a part of the tf2 directory, nothing inside it will be looked at. I'm assuming the hudmaker has it there for comparison to the default files (base files) when editing.

If you actually see a g on the screen that means its a font issue, which I'm assuming because you couldn't find the ECON FONTS section where you declare your font. Here's what it looks like in flathud.

[spoiler][img]http://i.imgur.com/6YjH2OS.png[/img][/spoiler]

If you actually can't find it anywhere in the file, then you may want to ask the person who made the hud, as they could have renamed these things.

Edit: I downloaded morehud black, did ctrl+f "econ font" and found it on line 3315 in clientscheme.res by default. You just aren't looking well enough.
70
#70
-2 Frags +

Can someone tell me how to install this with KBNHud?
http://huds.tf/forum/showthread.php?tid=271

I went through the whole process really carefully several times, but I still get the letter "d" on my screen instead of the crosshair.
I used KnucklesCrosshairs on a couple other Huds without any issues before so I think there's something special about KBNHud where you have to do something different in the installation process, but I can't figure it out :(

Can someone tell me how to install this with KBNHud?
http://huds.tf/forum/showthread.php?tid=271

I went through the whole process really carefully several times, but I still get the letter "d" on my screen instead of the crosshair.
I used KnucklesCrosshairs on a couple other Huds without any issues before so I think there's something special about KBNHud where you have to do something different in the installation process, but I can't figure it out :(
71
#71
0 Frags +
RentQNCan someone tell me how to install this with KBNHud?
http://huds.tf/forum/showthread.php?tid=271

I went through the whole process really carefully several times, but I still get the letter "d" on my screen instead of the crosshair.
I used KnucklesCrosshairs on a couple other Huds without any issues before so I think there's something special about KBNHud where you have to do something different in the installation process, but I can't figure it out :(

most people mess up when defining the font at the bottom of clientscheme.res so double-check that. Afaik there's nothing in KBNHud that'd make this not work

[quote=RentQN]Can someone tell me how to install this with KBNHud?
http://huds.tf/forum/showthread.php?tid=271

I went through the whole process really carefully several times, but I still get the letter "d" on my screen instead of the crosshair.
I used KnucklesCrosshairs on a couple other Huds without any issues before so I think there's something special about KBNHud where you have to do something different in the installation process, but I can't figure it out :([/quote]

most people mess up when defining the font at the bottom of clientscheme.res so double-check that. Afaik there's nothing in KBNHud that'd make this not work
72
#72
1 Frags +
TobRentQNCan someone tell me how to install this with KBNHud?
http://huds.tf/forum/showthread.php?tid=271

I went through the whole process really carefully several times, but I still get the letter "d" on my screen instead of the crosshair.
I used KnucklesCrosshairs on a couple other Huds without any issues before so I think there's something special about KBNHud where you have to do something different in the installation process, but I can't figure it out :(

most people mess up when defining the font at the bottom of clientscheme.res so double-check that. Afaik there's nothing in KBNHud that'd make this not work

Yeah the weird thing where I'm unsure is that this part:
"x"
{
"font" "resource/fonts/KnucklesCrosses.ttf"
"name" "KnucklesCrosses"
}
with the ascending numbers instead of "x" isn't at the buttom of KBNHud's clientscheme.res.
There are two sections somewhere in the middle of the file that look like your example.
I tried adding the lines above at the end of both of those sections (and changed x to the next number of course), but it doesn't seem to work.
Should I maybe create an entirely new section like this at the buttom? Wouldn't really kow how to go about doing that.

[quote=Tob][quote=RentQN]Can someone tell me how to install this with KBNHud?
http://huds.tf/forum/showthread.php?tid=271

I went through the whole process really carefully several times, but I still get the letter "d" on my screen instead of the crosshair.
I used KnucklesCrosshairs on a couple other Huds without any issues before so I think there's something special about KBNHud where you have to do something different in the installation process, but I can't figure it out :([/quote]

most people mess up when defining the font at the bottom of clientscheme.res so double-check that. Afaik there's nothing in KBNHud that'd make this not work[/quote]

Yeah the weird thing where I'm unsure is that this part:
"x"
{
"font" "resource/fonts/KnucklesCrosses.ttf"
"name" "KnucklesCrosses"
}
with the ascending numbers instead of "x" isn't at the buttom of KBNHud's clientscheme.res.
There are two sections somewhere in the middle of the file that look like your example.
I tried adding the lines above at the end of both of those sections (and changed x to the next number of course), but it doesn't seem to work.
Should I maybe create an entirely new section like this at the buttom? Wouldn't really kow how to go about doing that.
73
#73
0 Frags +

Hey, for some reason. I've installed everything right, and I've changed my fgcolor to 0 255 0 255 (green), but it only shows green when I reload the hud ingame. When I die or load into a new game, it changes back to black. Any ideas? Would this be anything related to my old stabby's colour changing crosshair? But I've already disabled it with crosshair 0.

Hey, for some reason. I've installed everything right, and I've changed my fgcolor to 0 255 0 255 (green), but it only shows green when I reload the hud ingame. When I die or load into a new game, it changes back to black. Any ideas? Would this be anything related to my old stabby's colour changing crosshair? But I've already disabled it with crosshair 0.
74
#74
refresh.tf
-1 Frags +

Never mind I'm retarded

Never mind I'm retarded
75
#75
0 Frags +
nerdzzz_Hey, for some reason. I've installed everything right, and I've changed my fgcolor to 0 255 0 255 (green), but it only shows green when I reload the hud ingame. When I die or load into a new game, it changes back to black. Any ideas? Would this be anything related to my old stabby's colour changing crosshair? But I've already disabled it with crosshair 0.

fixed.

[quote=nerdzzz_]Hey, for some reason. I've installed everything right, and I've changed my fgcolor to 0 255 0 255 (green), but it only shows green when I reload the hud ingame. When I die or load into a new game, it changes back to black. Any ideas? Would this be anything related to my old stabby's colour changing crosshair? But I've already disabled it with crosshair 0.[/quote]

fixed.
76
#76
-1 Frags +

How Would you make a Switcher For classes/ wepons With these crosshairs

How Would you make a Switcher For classes/ wepons With these crosshairs
77
#77
0 Frags +
SoulHow Would you make a Switcher For classes/ wepons With these crosshairs

unfortunately you can't because they are hud crosshairs, however you could make a vtf crosshair pack using these and that you can make weapon specific

[quote=Soul]How Would you make a Switcher For classes/ wepons With these crosshairs[/quote]
unfortunately you can't because they are hud crosshairs, however you could make a vtf crosshair pack using these and that you can make weapon specific
78
#78
0 Frags +

i saw ur table of crosshair and the crosshair i like letter is S
so i follow ur instrustions to change to letter in the labeltext from a to S
and it turns out my crosshair as the letter S instead of the crosshair shown in the table can anyone help me pls:/

i saw ur table of crosshair and the crosshair i like letter is S
so i follow ur instrustions to change to letter in the labeltext from a to S
and it turns out my crosshair as the letter S instead of the crosshair shown in the table can anyone help me pls:/
79
#79
1 Frags +

I know this is a really old post but on the off chance that somebody still reads this I have a question.

I wanna switch the colour of the crosshair so i type in 0 255 0 255 or whatever. The colour changes and all is fine and dandy... until i hit someone. The crosshair flashes red as it should but then turns black instead of my selected colour. I understand what is happening , but not where to fix it.

Anyone have any ideas?

I know this is a really old post but on the off chance that somebody still reads this I have a question.

I wanna switch the colour of the crosshair so i type in 0 255 0 255 or whatever. The colour changes and all is fine and dandy... until i hit someone. The crosshair flashes red as it should but then turns black instead of my selected colour. I understand what is happening , but not where to fix it.

Anyone have any ideas?
80
#80
1 Frags +

check if you have a file called hudanimations and just comment anything out that looks like it changes color on damage

check if you have a file called hudanimations and just comment anything out that looks like it changes color on damage
81
#81
0 Frags +
dotfloppyI know this is a really old post but on the off chance that somebody still reads this I have a question.

I wanna switch the colour of the crosshair so i type in 0 255 0 255 or whatever. The colour changes and all is fine and dandy... until i hit someone. The crosshair flashes red as it should but then turns black instead of my selected colour. I understand what is happening , but not where to fix it.

Anyone have any ideas?

Take a look in your hud files
Scripts > hudanimations.txt (or hud_animations_whatever if there's a hudanimations_manifest)
Look for the event DamagedPlayer and remove anything that's in the brackets then hud_reloadscheme in-game

It's been a long time since I've messed with HUD crosshairs but it'll definitely be one of the events in this txt file so if it's not DamagedPlayer just browse the file and you should be able to figure it out pretty easily

[quote=dotfloppy]I know this is a really old post but on the off chance that somebody still reads this I have a question.

I wanna switch the colour of the crosshair so i type in 0 255 0 255 or whatever. The colour changes and all is fine and dandy... until i hit someone. The crosshair flashes red as it should but then turns black instead of my selected colour. I understand what is happening , but not where to fix it.

Anyone have any ideas?[/quote]
Take a look in your hud files
Scripts > hudanimations.txt (or hud_animations_whatever if there's a hudanimations_manifest)
Look for the event DamagedPlayer and remove anything that's in the brackets then hud_reloadscheme in-game

It's been a long time since I've messed with HUD crosshairs but it'll definitely be one of the events in this txt file so if it's not DamagedPlayer just browse the file and you should be able to figure it out pretty easily
82
#82
4 Frags +

I love PeteCrosses!

I will use them in my return!

I love PeteCrosses!

I will use them in my return!
83
#83
-3 Frags +

Using budhud trying to use the knuckles crosshair implemented in it

whenever i do damage to a player it turns white and blinks red, even though nothing is activated in hud animations in the tf2hud folder

plshelp

Using budhud trying to use the knuckles crosshair implemented in it

whenever i do damage to a player it turns white and blinks red, even though nothing is activated in hud animations in the tf2hud folder

plshelp
84
#84
-1 Frags +

http://www.teamfortress.tv/46479/tf2-custom-crosshair-placement
Can u help me with this as u know about crosshairs

http://www.teamfortress.tv/46479/tf2-custom-crosshair-placement
Can u help me with this as u know about crosshairs
1 2 3
Please sign in through STEAM to post a comment.