Page MenuHomeFeedback Tracker

3DEN sorts units in groups alphabetically by class type
New, NormalPublic

Description

I've noticed that if I plant down single units and group them up, the group will always be sorted alphabetically in the entities list AND in the role selection screen. No matter which order I place them or group them, they will always be sorted alphabetically.

They should be in the order they are placed or add an ability to sort them correctly by rank, or sort the manually. Sorting them alphabetically (by class type, not by description) does not make sense for the role selection screen.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
Eden Editor
Steps To Reproduce
  1. Open 3DEN Editor
  1. Create new map (Stratis)
  1. Place any unit down, any faction - blufor / opfor, make sure this unit is player
  1. Place in any given order Teamlead, Marksman, Autorifleman, Ammobearer. Group thes 3 units to the teamlead.
  1. Notice that in the entitites list, the order is Ammobearer, Autorifleman, Marksman, Teamlead
  1. Delete units.
  1. Place in the following order Ammobeaerer, Marksman, Teamlead, Autorifleman, Group the 3 units to the teamlead
  1. Notice that in the entitites list, the order is Ammobearer, Autorifleman, Marksman, Teamlead
  1. Delete units
  1. Place in the following order Ammobearer, Marksman, Rifleman, Teamleader, Combat Life Saver, Squad Leader - Group 5 units to squad leader.

11 Notice the following sorting in the entities list for this group: Ammobeaerer, Combat Life Saver, Marksman, Rifleman, Squad Leader, Team Leader.

Start misison as multiplayer, notice that order of units is alphabetical in role selection as well.

Event Timeline

Lukio created this task.Mar 12 2017, 7:10 PM
Lukio added a comment.EditedMar 12 2017, 7:13 PM

Arma 3 Version 1.66 & Dev build 1.69.140790. All mods disabled / unloaded.

Lukio added a comment.Mar 12 2017, 9:26 PM

Image of units sorted alphabetically in entities window. Units were placed randomly ungrouped and at the end all were selected and grouped to the squad leader.

Yes, there is a missing feature to choose the place of a unit inside a group. (and two missing commands for setter getter this place by script). If you are changing the role description, the only way (I found) is to edit the mission.sqm (not binarized) then you'll find your units, for example in a group of 8, classed item0 to item7. You can change their place , changing their class number. If your leader is item4, just make it item0 and change item0 to item4. You can sort as you want but be sure to keep item0... to item7 for your group. A simple error in a mission.sqm and the launch will fail. Not difficult but at your own risk.
PS: No need to move all lines of an item, just change the numbers in class names.