Sacrifist wrote:What happens if you create an outlined crosshair and add it into the halflife2.ttf font file? As in, a straight up outline with nothing inside the crosshair font. Is it just a clear crosshair with a black outline? Or is it the default color crosshair with the outline? If it works that way and it's a default color, why wouldnt you be able to do that with that particular ttf file and then use the clientscheme to color it?
yea im not too sure that's possible over laying two font character from halflife2 type face. You either have to create a new character and tell the game to overlay over the crosshair position which I don't think can be done in client scheme it more likely done in the game code which we can't touch. Or a work around can be done such as editing the info bars and creating the outline there. Then possibly switching them on (remembering to leave the full info bars characters blank) with the colour changes in client scheme but I got a funny feeling that they are clipped and that any solid out of the clip will be cut off. Plus you got the problem with alignment which could be fixed with trial and error. Not 100% with this, yet to try it.
Neolinkster wrote:
I can't find a way how other than to create sprites
On the creating sprites how would we do that and where would we place these. This is mainly because I don't see where they are used it looks like the game using the true type font for graphics and text.