Thread Tools Display Modes
06-09-09, 01:48 PM   #1
Depresjon
A Chromatic Dragonspawn
 
Depresjon's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 191
minimap

Is it possible to move the minimap,
if so,how?
__________________
 
06-09-09, 01:56 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,929
Not that I am aware of .. you either have it at the bottom center or in the top right, at least with nUI deciding whether it wants to control it or not.

The only other option is to have a minimap addon that does allow you and then tell nUI not to position the minimap and leave it in top right.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
06-09-09, 03:37 PM   #3
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
~lol~

Xyrstal is gonna hate me... but, yes, you can move it... edit [ Interface > AddOns > nUI > Layouts > Default > nUI_Layout_Default_Dashboard.lua ] and look for the minimap section (copied below) -- you can use that to change the size and location of the minimap as well as the masks used for the square and round versions.

Code:
-------------------------------------------------------------------------------
-- minimap location

nUI_DefaultConfig.Minimap =
{
    enabled = true,
    
    anchor = 
    {
        anchor_pt   = "CENTER",
        relative_to = nUI_Dashboard,
        relative_pt = "CENTER",
        xOfs        = 3,
        yOfs        = -60,
    },
    
    options =
    {
        enabled     = true;
        height      = 235;
        width       = 235;
        strata      = nil,
        level       = 2,
        round_mask  = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_RoundMinimapMask",
        square_mask = "Interface\\AddOns\\nUI\\Layouts\\Default\\Art\\nUI_SquareMinimapMask",
    },
};
Note that in the current design, the minimap shares the same location with the focus frame and as such, it is automatically hidden whenever you have an active focus. Short of editing the core code, which I neither recommend nor condone, there's no way to prevent that at this time. That will be one of the changes that happens when I complete the layout engine development.
__________________

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/
 
06-09-09, 06:04 PM   #4
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,929
I'll use the excuse I was sleepy .. rofl ..

I was even in that file today *slaps head* editing the action bars - rofl.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
06-09-09, 06:08 PM   #5
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by Xrystal View Post
I'll use the excuse I was sleepy .. rofl ..

I was even in that file today *slaps head* editing the action bars - rofl.
We need to get you new meds ~lol~
__________________

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 » minimap


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