PDA

View Full Version : hud elem font



z0d
16th March 2013, 11:13
hey,

is it possible to change hud element's font? how?

Tally
16th March 2013, 11:29
hey,

is it possible to change hud element's font? how?

There are 3 fonts you can use in a hud element: "default", "bigfixed", and "smallfixed". You state your fonts like this:


hudelement.font = "default";


hudelement.font = "bigfixed";


hudelement.font = "smallfixed";

z0d
16th March 2013, 11:48
sooo, it aint possible to use some custom font or smth

Tally
16th March 2013, 12:12
sooo, it aint possible to use some custom font or smth

You can modify the fonts themselves (there are several font mods out at the moment), but you still have to reference them by their engine names. These names cannot be changed as they are hard coded into the engine. And it is not possible to introduce new font names, as there is no way to get into the engine and make it recognise your custom font name.

kat_
24th March 2013, 20:01
possible, my friend did it, anyway you can find at iw_00.iwd :)