Wow Built To Scale

UI Scale is the frontend extension of that to the user. To demonstrate, let's assume we have a texture onscreen that is 256x256 pixels large. If the actual y-res matches the WoW y-res (e.g., 1024x768 = 768) then our texture will show as 256px (768/768 = 1.256 = 256). May 23, 2016 World Of Warcraft Legion Beta Quest Build To Scale Quest ID 38616 Playthrough - Stormheim Legion Beta This video is made by World of warcraft Guides and Gameplay Hope you enjoy remember to like.

You can [[Project:Find or fix a stub|help expand it]] by ''[https://wow.gamepedia.com/Built_to_Scale_(Horde)?action=edit editing it]''.'>
Built to Scale
Start
End
Level
Category
Experience
Rewards

Uncommon gear
15 40

Previous

Objectives

Collect Storm Drake Scales from the Stormwing drakes in Hrydhsal.

Built
  • [Storm Drake Scale] (50)

Description

The vrykul around here seem to use scales from these drakes to fashion their armor.

If you were able to gather enough material from the local drakes, you may be able to make something useful out of it.

Rewards

You will be able to choose one of these rewards:
[Electrified Stormwing Cord][Humming Stormwing Wrap]
[Charged Stormwing Belt][Reinforced Stormwing Waistguard]
[Charged Stormwing Robes][Electrified Stormwing Vest]
[Humming Stormwing Chest][Stormwing Plate Chestguard]

You will also receive: 15 40 (at level 100)

Progress

What have we here?

Completion

Good thing. If the vrykul can use the drake scales for their armor, why not us?

It shouldn't be too tough to work this into something servicable.

Gains

  • 15,050 XP (at level 100)

Notes

...

Progression

  1. [100 - 110] Will of the Thorignir
  2. [100 - 110] A Grapple a Day
  3. [100 - 110] No Wings Required & [100 - 110] To Weather the Storm
    • Side quest: [100 - 110] Built to Scale
  4. [100 - 110] Impalement Insurance
  5. [100 - 110] Another Way
  6. [100 - 110] Above the Winter Moonlight
  7. Complete all of:
    • [100 - 110] Heart of a Dragon
    • [100 - 110] Wings of Liberty
    • [100 - 110] Fury of the Storm
  8. [100 - 110] Where Dragons Rule
  9. [100 - 110] Cry Thunder!
    • Unlocks [110WQ] Cry More Thunder!

Patch changes

Wow Built To Scale
  • Patch 7.0.3 (2016-07-19): Added.
Wow built to scale car

External links

Retrieved from 'https://wow.gamepedia.com/Built_to_Scale_(Horde)?oldid=5191968'

Wow Built To Scale 2017

UI Scale is enabled from the Main Menu in the 'Video Options' section under 'Resolution'. From here, you must enable 'UI Scale' in order to take advantage of this feature. As outlined in UI Coordinates, UI Scale is normalized to a height of 768px regardless of actual screen resolution. UI Scale is the frontend extension of that to the user.

To demonstrate, let's assume we have a texture onscreen that is 256x256 pixels large. If the actual y-res matches the WoW y-res (e.g., 1024x768 = 768) then our texture will show as 256px (768/768 = 1*256 = 256). As we increase our resolution, so does our multiplier ([actual y/WoW y] = multiplier). Observe the following (all results are with the same 256x256 texture):

Wow Built To Scale

Y-ResolutionScale 1.0 MultiplierScale Off MultiplierScale 0.64 Size
76811164
8001.040.96171
9601.250.9205
10001.30.9213
12001.560.9256

A couple points of interest:

  • The UI Scale goes from 1 to 0.64. At 768y we see pixel-per-pixel accurate representation of our texture, and again at 1200y if at 0.64 scale.
  • When UI Scale is turned off, the Scale Off Multiplier changes gradually and is not initially a constant.
  • In each case after 768y, unless the UI Scale is enabled, your texture will be overblown past its intended size. Given that these higher resolutions show more detail, your textures will appear successively worse.


Pixel perfect UIs and you

Wow Level Scaling

As a result of how WoW handles UI coordinates, having an improperly set UI scale may result in various glitches with interface addons. For instance, a one pixel wide border on a frame may have a varying width (ie. occasionally appear to be two pixels wide) depending on the frame's position and size.

To rectify this behaviour, you should set your UI scale so that your screen height matches with the UI coordinates. You can find out the correct UI scale from UIScale = 768 / verticalResolution, and set it with the command /console UIScale [number].

For instance, if you play with a 1920x1080 resolution, the correct UI scale would be 768/1080 = 0.7111..., and you would set that by typing /run SetCVar('UIScale', 0.7111111111) in the chat.

Note that the above only works for screen resolutions up to 1200 vertical pixels (0.64 UI scale), as the setting won't go lower than 0.64. For screen resolutions above 1920x1200, you will have to use/run UIParent:SetScale(UIScale)where UIScale is the decimal number you got out of the equation above. Since this setting is not saved, you'll have to use an addon that rescales the UI every time the game loads (ie. after every loading screen). While writing such an addon is a trivial task, you can also download one if you can't be arsed to figure out how to write it yourself.

Retrieved from 'https://wow.gamepedia.com/UI_Scale?oldid=5437337'