Forum

HUD stuff

Created 19th December 2013 @ 07:32

Add A Reply Pages: 1

KraKen

I’m using broeselhud right at the moment with the “normal” fonts but i really want those STAR_ have, anyone that knows how you could change ’em?

Opti

REMOVE

You want to know which fonts are used or you want to know how to install them?
First case, you ask him.
Seconde case, you put the .TTF file in resource/ then you add in the bottom of clientscheme.res something like


"17" // Take the last number in your file + 1
{
"font" "resource/boombox2.ttf" // Name of the file
"name" "boombox2" // The actual name of the font
}

Then go up into the file where it says
//////////////////////// FONTS /////////////////////////////

And add your font like this, juste before the first one, order doesn't matter afaik


"MyNewFont"
{
"1"
{
"name" "Font_name"
"tall" "22"
"weight" "0"
"additive" "0"
"antialias" "1"
"dropshadow" "1"
}
}

In other file you can now use MyNewFont as a font.


Last edited by Opti,

KraKen

Thanks!

Add A Reply Pages: 1