1. #1

    Scaling down a UI

    I know I'm asking a lot...

    But can anyone tell me how I can fit THIS UI to a 1600 x 900 Screen resolution?

    I would really appreciate it.

    - - - Updated - - -

    (If it matters, the only part of the UI I care about is the pretty portrait/bartender setup... if someone can tell me how to unpack that alone and scale it, that'd be amazing too... 'cause screw everything else about it )

    - - - Updated - - -

    Edit; foxed

  2. #2
    Could try to run this command until you find the size you like; But the UI only supports 1920x1200, and 1920x1080. The reason I can think of at the moment to limit it to that size of a screen resolution, would be because of the art textures that are anchored to the GUI. You change the UI scale, and it may offset the textures with the frames.

    /run SetCVar("UIScale", 0.xx)
    replace "xx" with a value you want to use.

    Acceptable values.
    0.64 up to 8.0
    Values lower than 1.0 shrink the size interface. Values higher than 1.0 increase the size of the interface. ( Making 1.0 'Default )
    Values lower than 0.64 have no effect. Making a value of 0.64 the minimum.
    I'm a Kitsune! Not a cat, or a mutt!

Posting Permissions

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