PDA

View Full Version : [WoW] Grid custom layouts?



Tight
10-21-2015, 09:39 AM
Hello,

Old boxer returning.

To the piont, im looking for a substitute to i think it was named Grid and grid custom layouts?
As the custom layouts seems to be discontinued i might have to find something simmilar..

Any thoughts/sugestions??

//Tight

--------------------- Edit ---------------------

I found the awnser... http://www.dual-boxing.com/threads/48017-Any-update-to-GridCustomLayouts#post368608

Mokoi
10-21-2015, 10:43 AM
I was in the same boat. I ended up using grid and an addon called "layout by role". it was a quick solution. I haven't gone into more detail yet :)

tanknspanker
10-23-2015, 10:36 PM
I'm currently using Jamba team displayer, enable only health-bars and follow status, combined with clique.
Let us know if you find something ;-)

Tight
10-25-2015, 09:53 AM
Well i ended up with Grid2 and Clique. Jamba team displayer works fine as well its just i like the grid look.. :P

ebony
10-25-2015, 10:24 AM
Hey, you can make jamba look like gird along the bottom in a line.

Is there something missing from jamba-display that makes you wonna go back to gird??

MadMilitia
11-26-2015, 12:01 PM
Bit late but if you want the custom layouts we had in Grid to work in Grid2, all you need to do is:

1. Create a new folder in the World of Warcraft/Interface/AddOns folder. Call it 'Grid2MyLayout'.
2. Create a new TOC file in that directory called 'Grid2MyLayout.toc'
3. In that new file put this blurb:

## Interface: 30300
## Title: Grid2MyLayout
## Notes: My Custom Layout(s) for Grid2.


## Dependencies: Grid2


Grid2MyLayout.lua

4. Make another file in the same directory called 'Grid2MyLayout.lua'
5. In that file, add this:

Grid2Layout:AddLayout("My By Role Per Group", {
meta = {
raid25 = true,
raid15 = true,
raid10 = true,
raid = true,
party = true,
arena = true,
},
defaults = {
showSolo = true,
showPlayer = true,
sortMethod = "NAME",
unitsPerColumn = 5,
maxColumns = 1,
allowVehicleTarget = true,
},
[1] = {
nameList = "Char1, Char2, Char3, Char4, Char5",
},
})

6. Now open the client and enable the Grid2MyLayout AddOn.
7. Now, open your Grid2 config and go to layouts and select "My By Role Per Group"

You should now see the specific characters you listed in the new config file. If you need to add, remove, etc just do it from that file. There is no GUI option but personally I'd rather edit them in notepad++ anyway. Much cleaner looking.

Xixillia
12-14-2016, 06:09 PM
Necro -

Does anyone know if this still works?

MadMilitia
12-15-2016, 12:12 AM
It worked as of October this year. I imagine it still does. I would check but I can't do invites on starter accounts.