Thread Tools Display Modes
09-27-10, 01:22 PM   #1
trueelimite
A Murloc Raider
Join Date: Mar 2009
Posts: 9
HUD Layout Button and Scaling

After a few months with TukUI i'm glad to be back to nUI. TukUI took up less RAM but was less sexy.

Now that I'm back I remember there being a way to get rid of the Hud Layout Button and move the micro menu up to get more screen. Which addon was that? Does it still exist?

Secondly. Now that I've gotten use to a minimalistic view (and the extra vision needed for hLK) I want to shrink the UI. I tried the steps listed in FAQ on the main page but every time I reloaded my UI any adjustments I made in nUI.lua got deleted. Anyone know why? Or better yet, can anyone just post the code/lua file needed to shrink the UI by 2/3 for a 1920x1200 res?

Thanks.
 
09-27-10, 01:38 PM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
You cannot make changes to the saved variables file while WoW is loaded because they get overwritten when you log out. You need to exit WoW before changing the saved variables in the nUI.lua file, make your changes and save them, then log back into WoW. That should keep them from getting wiped out.

As for the upper console, I would suggest you try '/nui console mouseover' -- that should do the trick.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
09-27-10, 08:52 PM   #3
trueelimite
A Murloc Raider
Join Date: Mar 2009
Posts: 9
Spiel if I wasn't married... nor straight.... <3 you

I'll give it a try tomorrow. But this is another reason I'm back to nUI, 18min response time to newb questions. With TukUI I was waiting 11+ days for a simple yes/no question.
 
09-28-10, 10:31 AM   #4
trueelimite
A Murloc Raider
Join Date: Mar 2009
Posts: 9
the /nui console mouseover worked great!!

Adding "["scale"] = 1, ["hScale"] = .75, ["vScale"] = .75," didn't work. I was exited out of the client, saved the changes, logged in (it didn't adjust the scale at all), logged out (it reverted the nUI.lua files to the orginals).

any ideas?
 
09-28-10, 11:07 AM   #5
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Can you post your modified nUI.lua file as an attachment here so I can see what you're doing? (use the paperclip icon in the message editor or scroll down the page to the "Manage Attachments" button)

You do realize the a vScale of 0.75 is *not* 3/4 of the default scale, yes?
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
09-28-10, 11:27 AM   #6
trueelimite
A Murloc Raider
Join Date: Mar 2009
Posts: 9
no i didn't realize that.
Attached Files
File Type: lua nUI.lua (1.6 KB, 635 views)
 
09-28-10, 11:49 AM   #7
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
This FAQ goes into pretty specific detail on how to calculate your horizontal and vertical scale... http://www.wowinterface.com/forums/s...ad.php?t=20917

Since you're playing at 1920x1200, your default hScale value is 0.75 and your default vScale is 0.7125 -- so, your "test" values of 0.75 are almost identical to the default value. It may be why you're not seeing a difference.

Try an hScale of 0.5625 and a vScale of 0.534 and see if that makes a notable difference... that would be 3/4 of the default scale.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
09-28-10, 11:59 AM   #8
trueelimite
A Murloc Raider
Join Date: Mar 2009
Posts: 9
ok tried your values, saved, went in game (no change in scale), exited game and nUI.lua went back to its original without the new code.

I have no idea why it doesn't like me.
 
09-28-10, 12:03 PM   #9
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
o.O

So it is removing your values from the file? What happens if you change some of the other values like the roundmap option, etc? Do those also get changed back?
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
09-28-10, 12:51 PM   #10
trueelimite
A Murloc Raider
Join Date: Mar 2009
Posts: 9
no those change in game and do not get reverted to the orginal
 
09-28-10, 12:56 PM   #11
trueelimite
A Murloc Raider
Join Date: Mar 2009
Posts: 9
I figured it out. I was just adding those 3 lines to the file. When changing the already existing lines everything works. I guess you have a check sum in nUI to make sure there aren't extra lines in the Saved Variables files? Those extra lines were tripping the check sum and caused it to reset.

^ Just a guess.
 
09-28-10, 01:44 PM   #12
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Nah... it shouldn't care if you add new lines as long as you exit WoW before you do it. Something else is going on and I'm not sure what.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » HUD Layout Button and Scaling


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