i just don't understand how this works pls halp.
/willfeelstupidafterirealizeitseasy
thanks
i just don't understand how this works pls halp.
/willfeelstupidafterirealizeitseasy
thanks
read into this thread im sure its a similar process, if its not im so sorry
Fogyou rang?
what?
32hzread into this thread im sure its a similar process, if its not im so sorry
http://teamfortress.tv/forum/thread/6917/1
after i put this in hudlayout.res:
"pluscrosshair"
{
"controlName" "CExLabel"
"fieldName" "pluscrosshair"
"visible" "1"
"enabled" "1"
"zpos" "2"
"xpos" "c-29"
"ypos" "c-24"
"wide" "49"
"tall" "49"
"font" "crosshairs"
"labelText" "+"
"textAlignment" "center"
"fgcolor" "0 255 0 255"
then this in client scheme.res:
"pluscrosshair"
{
"1"
{
"name" "crosshairs"
"tall" "18"
"weight" "0"
"antialias" "1"
"12"
{
"font" "resource/crosshairs.ttf"
"name" "crosshairs"
now nothing shows up :c
atidereFogyou rang?what?
32hzread into this thread im sure its a similar process, if its not im so sorry
http://teamfortress.tv/forum/thread/6917/1
after i put this in hudlayout.res:
"pluscrosshair"
{
"controlName" "CExLabel"
"fieldName" "pluscrosshair"
"visible" "1"
"enabled" "1"
"zpos" "2"
"xpos" "c-29"
"ypos" "c-24"
"wide" "49"
"tall" "49"
"font" "crosshairs"
"labelText" "+"
"textAlignment" "center"
"fgcolor" "0 255 0 255"
}
then this in client scheme.res:
"pluscrosshair"
{
"1"
{
"name" "crosshairs"
"tall" "18"
"weight" "0"
"antialias" "1"
}
"12"
{
"font" "resource/crosshairs.ttf"
"name" "crosshairs"
}
now nothing shows up :c
you need to close the brackets I'm pretty sure? could be wrong about that, but in my hud it looks more like the changes in bold. also you need to have the file 'crosshairs.ttf' in /tf/resource if you don't already.
hanbroloatidereyou need to close the brackets I'm pretty sure? could be wrong about that, but in my hud it looks more like the changes in bold. also you need to have the file 'crosshairs.ttf' in /tf/resource if you don't already.Fogyou rang?what?
32hzread into this thread im sure its a similar process, if its not im so sorry
http://teamfortress.tv/forum/thread/6917/1
after i put this in hudlayout.res:
"pluscrosshair"
{
"controlName" "CExLabel"
"fieldName" "pluscrosshair"
"visible" "1"
"enabled" "1"
"zpos" "2"
"xpos" "c-29"
"ypos" "c-24"
"wide" "49"
"tall" "49"
"font" "crosshairs"
"labelText" "+"
"textAlignment" "center"
"fgcolor" "0 255 0 255"
}
then this in client scheme.res:
"pluscrosshair"
{
"1"
{
"name" "crosshairs"
"tall" "18"
"weight" "0"
"antialias" "1"
}
"12"
{
"font" "resource/crosshairs.ttf"
"name" "crosshairs"
}
now nothing shows up :c
will try. its in the resource folder already. thats the easy part! thanks for help if this works.
edit:didnt work :c
just incase put the crosshairs font in your resource folder
then paste this in your clientscheme
fogCrosshair
{
"1"
{
"name" "Crosshairs"
"tall" "28"
"additive" "0"
"antialias" "0"
"weight" "0"
"outline" "1"
}
}
as well as this *this one should be put at the bottom of your clientscheme
"13" // replace this with a number that isnt being used
{
"font" "resource/crosshairs.ttf"
"name" "Crosshairs"
}
and then this goes in scripts/ hudlayout
fogCrosshair
{
"controlname" "CExLabel"
"fieldname" "fogCrosshair"
"visible" "1"
"enabled" "1"
"xpos" "c-15"
"ypos" "c-11"
"zpos" "2"
"wide" "28"
"tall" "28"
"font" "fogCrosshair"
"labeltext" "d"
"textAlignment" "center"
"fgcolor" "255 255 255 255" // Yellow
}
the xpos/ypos are for my res at 1024x768 so you might have to play with those, fog also explains all this in the readme a lot better than i have
Make sure there's a font called crosshairs in your resource folder and in the fonts folder if your hud has that. Under the first curly bracket put in a random number that isnt already being used i.e. "6". x/y position and wide/tall are all trial and error. Your label text should correspond to the crosshair you want from this image.
https://dl.dropbox.com/u/21833101/crosshairs.png
It seems you want a cross so try "1", "2", "a", or "b".
it worked but it shows up as the letter/number that i put in hudlayout.res.
in clientscheme.res under fonts section
fogCrosshair
{
"9"
{
"name" "Crosshairs"
"tall" "28"
"additive" "0"
"antialias" "0"
"weight" "0"
"outline" "1"
}
}
In hudlayout.res
fogCrosshair
{
"controlname" "CExLabel"
"fieldname" "fogCrosshair"
"visible" "1"
"enabled" "1"
"xpos" "c-17"
"ypos" "c-13"
"zpos" "2"
"wide" "28"
"tall" "30"
"font" "fogCrosshair"
"labeltext" "1"
"textAlignment" "center"
"fgcolor" "255 255 255 255"
}
That works for 1680x1050.
Make sure the same things that are matching between clientscheme and hudlayout here are matching in your clientscheme and hudlayout. Make sure you have the font file in your resource. I don't know what else i can possibly tell you.
i have and have always had fog's font file in my resource folder. i put what you told me to do in the correct spots, same result as last time.
are you positive you pasted the clientscheme.res part in the correct part of clientscheme.res? it has to be with the other custom font files at the bottom and the two parts need to be in their respective separate sections. you can't just paste it in at the top.
hanbroloare you positive you pasted the clientscheme.res part in the correct part of clientscheme.res? it has to be with the other custom font files at the bottom and the two parts need to be in their respective separate sections. you can't just paste it in at the top.
yes its at the bottom.
hes most likely missing this part
"8" // replace with number not being used
{
"font" "resource/crosshairs.ttf"
"name" "Crosshairs"
}
which should be at the bottom of clientscheme
Fogpastebin your clientscheme.res for me please
http://pastebin.com/w1Ydkks5
there u go fog.
leonhes most likely missing this part
"8" // replace with number not being used
{
"font" "resource/crosshairs.ttf"
"name" "Crosshairs"
}
which should be at the bottom of clientscheme
actually im not.
leonhes most likely missing this part
"8" // replace with number not being used
{
"font" "resource/crosshairs.ttf"
"name" "Crosshairs"
}
which should be at the bottom of clientscheme
For the record, I've always placed any custom fonts I used for crosshairs at the very top of the fonts section in my clientscheme and disregarded the number as well and I've never had a problem as long as I copy and paste correctly.
Alright, it looks like you're using omphud, which already has my crosshairs installed. All you need to do is edit hudlayout.res and find OmpCrosshairBlah (except plus, because that's not my font). then you can edit or copy/paste one of them and edit that with what you want. Also, looking at your ClientScheme.res you did install this:
"FogCrosshair"
{
"13"
}
"name" "Crosshairs"
"tall" "28"
"weight" "0"
"antialias" "1"
}
In the wrong place.
FogAlright, it looks like you're using omphud, which already has my crosshairs installed. All you need to do is edit hudlayout.res and find OmpCrosshairBlah (except plus, because that's not my font). then you can edit or copy/paste one of them and edit that with what you want. Also, looking at your ClientScheme.res you did install this:
"FogCrosshair"
{
"13"
}
"name" "Crosshairs"
"tall" "28"
"weight" "0"
"antialias" "1"
}
In the wrong place.
where would it go? also i cant find OmpCrosshairsBlah
atidere
where would it go? also i cant find OmpCrosshairsBlah
just search OmpCrosshair inside hudlayout.res and choose any one of them, just don't choose/change OmpCrosshairPlus.
Fogatiderejust search OmpCrosshair inside hudlayout.res and choose any one of them, just don't choose/change OmpCrosshairPlus.
where would it go? also i cant find OmpCrosshairsBlah
i did search it. nothing found, and why not use ompcrosshairplus?
also you never answered where to put it. youre readme says put it in custom fonts in clientscheme.res (at the bottom) and thats where its at
OmpCrosshairPlus doesn't use my font.
Also it is to be at the bottom of ///////////////// FONTS /////////////////, not the bottom of the entire document.
Edit: paste bin your hudlayout.res and I'll do it for you when I get home
FogOmpCrosshairPlus doesn't use my font.
Also it is to be at the bottom of ///////////////// FONTS /////////////////, not the bottom of the entire document.
Edit: paste bin your hudlayout.res and I'll do it for you when I get home
gotcha.
heres the pastebin:
http://pastebin.com/5KNLqbXw
edit: can you do my clientscheme.res also? it seems i have problems with that too.
editedit: dont need anymore help fog helped me. thanks fog!