okay so i am in the process of making a hud(well putting parts of my favorites together. and i took the main menu and winpanel from the hud
heres what mine looks like
http://puu.sh/1PBfs
this is what that should look like
http://puu.sh/1PBmm
the text is alot smaller than it should and i dont know why
and same with the title menu this is what it should look like
http://puu.sh/1PBji
this is what mine looks like
http://puu.sh/1PBnO
but mine has really small text like the win panel i hope someone can help me :(
okay so i am in the process of making a hud(well putting parts of my favorites together. and i took the main menu and winpanel from the hud
heres what mine looks like
[img]http://puu.sh/1PBfs[/img]
this is what that should look like
[img]http://puu.sh/1PBmm[/img]
the text is alot smaller than it should and i dont know why
and same with the title menu this is what it should look like
[img]http://puu.sh/1PBji[/img]
this is what mine looks like
[img]http://puu.sh/1PBnO[/img]
but mine has really small text like the win panel i hope someone can help me :(
did you copy the clientscheme.res?
It has all the fonts defined.
make sure the defined font names match up with what the elements are looking up.
did you copy the clientscheme.res?
It has all the fonts defined.
make sure the defined font names match up with what the elements are looking up.
what parts the the cleint scheme do i have to move becuase kbn is not my base hud
what parts the the cleint scheme do i have to move becuase kbn is not my base hud
Open up the element you're working on in notepad and find the value in "font".
Find the same value of "font" in clientscheme and copy* it to your working clientscheme.
*don't make duplicates. search your working clientscheme before coping it in.
Sorry if that's confusing, I'm tired.
Open up the element you're working on in notepad and find the value in "font".
Find the same value of "font" in clientscheme and copy* it to your working clientscheme.
*don't make duplicates. search your working clientscheme before coping it in.
Sorry if that's confusing, I'm tired.
Also, make sure the font files themselves aren't missing. That could also cause the font to fail to load, causing this problem.
Here's the valve writeup on this topic if you're really into it: https://developer.valvesoftware.com/wiki/Authoring_and_Using_TrueType_Fonts#The_.22Scheme.22
Also, make sure the font files themselves aren't missing. That could also cause the font to fail to load, causing this problem.
Here's the valve writeup on this topic if you're really into it: https://developer.valvesoftware.com/wiki/Authoring_and_Using_TrueType_Fonts#The_.22Scheme.22