Results 1 to 10 of 13

Thread: Optimizing huds for all resolutions

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    I use this in my mod to align my huds in almost exactly the same spot in each resolution

    PHP Code:
    hud.alignX "right";
    hud.alignY "middle";
    hud.horzAlign "right";
    hud.vertAlign "bottom";
    hud.= -100;
    hud.= -200;
    hud.label = &"^4Kills:   ^7";
    hud setValue(kills); 

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

    EvoloZz (13th January 2013),kung foo man (13th January 2013)

Posting Permissions

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