Quake Live online config generator quake live twitter quake live rss

Quake Live Community Forum » General Forums » General Chat

Hud Colour help

(2 posts)
  • Started 10 months ago by GreenMeanie
  • Latest reply from InFerNo

Tags:

No tags yet.

  1. GreenMeanie

    Bring it on
    Joined: Aug '09
    Posts: 5

    Hey can some one change the color of the font or add a background to the timer.
    because when i added a background to the timer the back disappeared when i move my mouse.

    TY

    // Should change places depending on solo/team gametype, to avoid the team overlay

    menuDef {
    name "timerFrame"
    rect 285 420 135 44
    fullScreen MENU_FALSE
    visible MENU_TRUE

    itemDef {
    name "Timer"
    textalign 2
    style 0
    rect 0 0 84 20
    visible 1
    textstyle 3
    decoration
    forecolor 1 1 1 1
    textscale 0.7
    ownerdraw CG_LEVELTIMER
    }

    itemDef {
    name "roundTimer"
    textalign 2
    style 0
    rect 15 410 56 20
    visible 1
    textstyle 3
    decoration
    forecolor 1 1 1 1
    textscale 0.4
    ownerdraw CG_ROUNDTIMER
    }

    itemDef {
    name "timerIcon"
    rect 65 -19 20 20
    style 1
    backcolor 0 0 0 0.7
    background "icons/icon_time.png"
    visible 0
    decoration
    }
    itemDef {
    name "timerIcon"
    rect 65 -20 20 20
    style 1
    backcolor 1 1 1 0.7
    background "icons/icon_time.png"
    visible 0
    decoration
    }

    }

    Posted 10 months ago #
  2. InFerNo

    Pubhero
    Joined: Jan '09
    Posts: 84

    Backcolor and forecolor control the coloring of course

    the value of 1 1 1 1 stands for R G B T
    Red, Green, Blue, Transparancy

    These values work with percentages
    1 0 0 1 is a solid red color
    0 1 0 1 is a solid green color
    0 0 1 1 is a solid blue color
    If you need orange for example you could try
    1 .5 0 1 where you want only 50% Green mixed with the 100% Red

    Posted 7 months ago #

Reply

You must log in to post.