Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 14
  1. #1

    Default Grid custom layouts 4.0.1

    Download the lastet Grid.

    Edit the GridLayoutlayouts in the Grid folder

    at the bottom of the file add the following. Where my character names are... add yours instead.

    GridLayout:AddLayout(L["Custom"], {
    defaults = {
    -- nameList = "Anona,Anonb,Anonc,Anond,Handyl,Shambyl,Brambyl,Gr endyl,Berrt,Erniee,Oscaar,Elmmo,Hannsal,Gretal,Jaa ckk,Jjill",
    -- groupFilter = "",
    -- sortMethod = "NAME"
    -- sortDir = "ASC"
    -- strictFiltering = true,
    -- unitsPerColumn = 5, -- treated specifically to do the right thing when available
    -- maxColumns = 5, -- mandatory if unitsPerColumn is set, or defaults to 1
    -- isPetGroup = true, -- special case, not part of the Header API
    },
    [1] = {
    showParty = false,
    showRaid = true,
    sortMethod = "NAME",
    nameList = "Anona,Anonb,Anonc,Anond,Handyl,Shambyl,Brambyl,Gr endyl,Berrt,Erniee,Oscaar,Elmmo,Hannsal,Gretal,Jaa ckk,Jjill",
    strictFiltering = true,
    },
    })

  2. #2
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    If I'm reading this correctly, it will show five units per column, with a maximum of five columns.

    Does this show any combination of the toons listed, in an alphabetical order?
    Or will it display all of the names, if you 10-box with these toons?
    If you're in a 25-man raid, will it show the other toons controlled by the other players, or just the toons mentioned in the nameList?
    EverQuest I: Bard / Enchanter / Druid / Wizard / 2x Magician.
    Diablo III: 4x Crusader & 4x Wizard.

    My Guide to IS Boxer http://www.dual-boxing.com/showthread.php?t=26231 (somewhat dated).
    Streaming in 1080p HD: www.twitch.tv/ualaa
    Twitter: @Ualaa


  3. #3

    Default

    yes pretty much or you coud add the line

    groupFilter = "1,2,3,4,5",

    picking which groups you wanted

  4. #4

    Default

    The way i have it setup... it will only show names in the namelist in the raid

    you can totally customize it to do what you want with a little playing around...

    Just toggle some variables then save it. then reloadui to test it

  5. #5

    Default

    *by the way the -- lines are just suggestions on things you can use... the actually values are changed in the section under [1]

  6. #6
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    Ideally, I'd like Grid to display my five toons, in column one.

    And to show the rest of the raid in columns two through five.
    But to only display as many columns/frames as the number of toons in the party/raid.
    EverQuest I: Bard / Enchanter / Druid / Wizard / 2x Magician.
    Diablo III: 4x Crusader & 4x Wizard.

    My Guide to IS Boxer http://www.dual-boxing.com/showthread.php?t=26231 (somewhat dated).
    Streaming in 1080p HD: www.twitch.tv/ualaa
    Twitter: @Ualaa


  7. #7

    Default

    Is there any way to keep your toons in same order as you have them in nameList ? (i.e. not sorted by index or name). This was possible pre-patch with GridCustomLayouts, but i can't figure out how to make it work now.
    Shattered Hand EU - Guilds: Kalmankaarti and Nolife (character park)

  8. #8

  9. #9

    Default

    Quote Originally Posted by Oatboat View Post
    its the
    sortMethod = NAME
    This sorts names in aphabetical order and that is not what i want. I want my toons to be sorted in the same order as i have them listed in nameList array (those that are online).
    Shattered Hand EU - Guilds: Kalmankaarti and Nolife (character park)

  10. #10

    Default

    Quote Originally Posted by Ualaa View Post
    Ideally, I'd like Grid to display my five toons, in column one.

    And to show the rest of the raid in columns two through five.
    But to only display as many columns/frames as the number of toons in the party/raid.
    My five chars in column 1 (in the order I choose), rest of raid in columns 2-5. Someone please write this!!1!
    Cranky old-timer.

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •