Page MenuHomeFeedback Tracker

Skip empty pages in the unit list when commanding
Closed, ResolvedPublic

Description

If you have a large number of units in your group, or simply have units with a high number, you have to scroll through empty pages to get to the units you want.

My suggestion is, when you scroll through the pages using F12 and F11, the game would skip pages that has no units.

Eg. if you have yourself (1), and 2 units (2 and 32), pressing F12 while on page one would skip the empty page for the 20s and go directly to the page with 30s.

Details

Legacy ID
1295137383
Severity
None
Resolution
Open
Reproducibility
Always
Category
AI Control / Commanding
Steps To Reproduce
  1. Place a player unit.
  2. Place a random number of units (Preferably 10 or more) of the same side as the player (No need to group them).
  3. Preview the mission, and execute the following piece of code in the debug console:

{ if (!isPlayer _x && side _x == side player) then { _x joinAs [group player, 30 + (floor random 200)] }; } forEach allUnits;

  1. Try to command some of the higher numbered units. You have to scroll through several empty pages to get to them.

Event Timeline

MulleDK19 edited Additional Information. (Show Details)
MulleDK19 set Category to AI Control / Commanding.
MulleDK19 set Reproducibility to Always.
MulleDK19 set Severity to None.
MulleDK19 set Resolution to Open.
MulleDK19 set Legacy ID to 1295137383.May 7 2016, 2:03 PM
MadDogX added a subscriber: MadDogX.May 7 2016, 2:03 PM

Mass closing ancient tickets with no activity for > 12 months; assume fixed or too trivial.

If this issue is still relevant in current dev build, please re-post.