Thread Tools Display Modes
04-02-10, 11:53 PM   #1
mankeluvsit
An Onyxian Warder
 
mankeluvsit's Avatar
Join Date: Sep 2008
Posts: 354
UI scale.

hey, what is a good setting for my resolution 1280x1024.
its currently 0.75, and as someone said before there is restrictions.
i am having minimal uis so i has to be lower then 0.75 and be able to
still keep it pixel perfect
  Reply With Quote
04-03-10, 05:16 AM   #2
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
Well to get your uiScale perfect you have to set it to to the outcome of this equation:
768/screen resolution y
If you have a resolution of 1024x768, then your uiScale should be 1.
If you have a resolution of 1280x1024, then your uiScale should be 0.75(etc)

The following macro will automatically determine the optiomal uiScale for you:
Code:
/run SetCVar("useUiScale", 1) SetCVar("uiScale", 768/string.match(({GetScreenResolutions()})[GetCurrentResolution()], "%d+x(%d+)")) SetMultisampleFormat(1)
SetMultisampleFormat(1) is used to disable anti aliasing of textures.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » UI scale.


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off