Thread Tools Display Modes
02-11-11, 05:15 PM   #1
Dusio
A Defias Bandit
Join Date: Feb 2011
Posts: 2
Command to change my UI scale

Im trying to change my UI scale to exactly 0.69 any ideas what the command is?
  Reply With Quote
02-11-11, 05:18 PM   #2
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Originally Posted by Dusio View Post
Im trying to change my UI scale to exactly 0.69 any ideas what the command is?
/run SetCVar("UIScale", 0.69)
  Reply With Quote
02-11-11, 05:19 PM   #3
Dusio
A Defias Bandit
Join Date: Feb 2011
Posts: 2
ur a genius thanks
  Reply With Quote
02-11-11, 05:56 PM   #4
Taryble
A Molten Giant
 
Taryble's Avatar
Join Date: Jan 2009
Posts: 811
I thought it was uiScale - if Nibelheim's version doesn't work, replace "UIScale" with "uiScale", and it should work.
__________________
-- Taryble
  Reply With Quote
02-11-11, 06:16 PM   #5
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
Originally Posted by Taryble View Post
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
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote
02-11-11, 06:36 PM   #6
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
Originally Posted by SDPhantom View Post
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
  Reply With Quote
02-11-11, 08:42 PM   #7
brotherhobbes
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 313
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
  Reply With Quote
02-11-11, 10:36 PM   #8
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
I thought .69 was the lowest on the slider?
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
02-11-11, 10:57 PM   #9
brotherhobbes
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 313
I believe it's 0.64, Seerah.
  Reply With Quote
02-11-11, 11:04 PM   #10
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Ah, yes - that's it. ><
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
02-12-11, 09:17 AM   #11
Taryble
A Molten Giant
 
Taryble's Avatar
Join Date: Jan 2009
Posts: 811
Originally Posted by SDPhantom View Post
Just to let you know CVars are case-insensitive.
Good to know, thanks for the tip.
__________________
-- Taryble
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Command to change my 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