https://github.com/HardlySoftly/Forged- ... es.lua#L14First question mark is one of these:
- 'Attack'
- 'Support'
- 'Artillery'
- 'Scout'
- 'Guard'
- 'Unassigned'
What it does? That's a good question

So far what I've seen was if I made a platoon with multiple units, and they were in formation(second question mark) unit's that were marked as 'attack' moved in one group, those with 'guard' in second. So that split the platoon into two groups. Problem I had with that was that 'guard' units were usually faster (cruisers, subs, shiels) so they were always in front of 'attack' (destroyers, frigates, tanks).
It should be handeled here?
https://github.com/FAForever/fa/blob/develop/lua/aibrain.lua#L2655 So if you feel like investigation what it does and explaining it I'd be happy.
Second question mark is formation. There are currently 3 formations used in FA:
- 'AttackFormation' - Wide formation
- 'GrowthFormation' - Compact one
- 'None' or 'NoFormation' - self explaining
Vannila supcom had more formations. From those I remember: 'ChevronFormation', 'TravellingFormation'. There are all the fancy formations. They do work in FA as well, so if you really want them, feel free to do so, but I agree with GPG here and things that Attack and Growth are more than enough ^^