Results 1 to 5 of 5

Thread: hud elem font

  1. #1
    Private
    Join Date
    Dec 2012
    Posts
    14
    Thanks
    4
    Thanked 0 Times in 0 Posts

    hud elem font

    hey,

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

  2. #2
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by z0d View Post
    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:

    PHP Code:
    hudelement.font "default"
    PHP Code:
    hudelement.font "bigfixed"
    PHP Code:
    hudelement.font "smallfixed"

  3. The Following 2 Users Say Thank You to Tally For This Useful Post:

    kung foo man (16th March 2013),z0d (16th March 2013)

  4. #3
    Private
    Join Date
    Dec 2012
    Posts
    14
    Thanks
    4
    Thanked 0 Times in 0 Posts
    sooo, it aint possible to use some custom font or smth

  5. #4
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by z0d View Post
    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.

  6. The Following User Says Thank You to Tally For This Useful Post:

    kung foo man (16th March 2013)

  7. #5
    Private
    Join Date
    Mar 2013
    Posts
    12
    Thanks
    2
    Thanked 6 Times in 5 Posts
    possible, my friend did it, anyway you can find at iw_00.iwd

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •