WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Command to change my UI scale (https://www.wowinterface.com/forums/showthread.php?t=38884)

Dusio 02-11-11 05:15 PM

Command to change my UI scale
 
Im trying to change my UI scale to exactly 0.69 any ideas what the command is?

Nibelheim 02-11-11 05:18 PM

Quote:

Originally Posted by Dusio (Post 229448)
Im trying to change my UI scale to exactly 0.69 any ideas what the command is?

/run SetCVar("UIScale", 0.69)

Dusio 02-11-11 05:19 PM

ur a genius thanks

Taryble 02-11-11 05:56 PM

I thought it was uiScale - if Nibelheim's version doesn't work, replace "UIScale" with "uiScale", and it should work. :)

SDPhantom 02-11-11 06:16 PM

Quote:

Originally Posted by Taryble (Post 229455)
I thought it was uiScale - if Nibelheim's version doesn't work, replace "UIScale" with "uiScale", and it should work. :)

Just to let you know CVars are case-insensitive.



You can also set them using /console like.
Code:

/console uiScale 0.69

Nibelheim 02-11-11 06:36 PM

Quote:

Originally Posted by SDPhantom (Post 229458)
Just to let you know CVars are case-insensitive.



You can also set them using /console like.
Code:

/console uiScale 0.69

Ahh yes. I keep forgetting to translate my code into console commands :(

brotherhobbes 02-11-11 08:42 PM

another option is to edit the Config.wtf file

1. exit wow
2. open config.wtf and find the line -> SET uiScale "xxx"
3. change it to -> SET uiScale "0.69"
4. save the file and reopen wow

Seerah 02-11-11 10:36 PM

I thought .69 was the lowest on the slider?

brotherhobbes 02-11-11 10:57 PM

I believe it's 0.64, Seerah.

Seerah 02-11-11 11:04 PM

Ah, yes - that's it. ><

Taryble 02-12-11 09:17 AM

Quote:

Originally Posted by SDPhantom (Post 229458)
Just to let you know CVars are case-insensitive.

Good to know, thanks for the tip. :)


All times are GMT -6. The time now is 10:14 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI