Grid2

Grid2

12M Downloads

Custom Sorting

Immortalem opened this issue ยท 4 comments

commented

Hi,

would it be possible to have a custom sorting? E.g. sorting by a name list.

The ideal solution would be some form of snappy drag and drop in either a list in the options panel or some form of edit mode where I can move players around.

commented

You can create a custom layout in the layout editor, to display players from a namelist.

To add players to the namelist you can edit the player names in the layout editor or use the command below in a macro (you can bind some key to the macro to easy add/remove players):

/grid2 namelist @mouseover
This will add or remove from the name list the player under the mouse cursor.

Other commands:

/grid2 namelist clear
To remove all players from the namelist.

/grid2 namelist "player name"
To add/remove the player with the specified name.

commented

does it end up displaying them in the order of the list?

commented

Yes,

  1. You must check the "Name List" option first, this will display a editbox to type a list of player names.
  2. Then you must select "List" in the "Sort by" option of the custom layout.
commented

Oh nice. Thank you. Didn't know that option existed. But it only showing if the name list is enabled kinda makes sense