Remove the requirement of minimum soldiers in a squad/Improve changing squad UX

As topic
Reasons:

  1. Since all squads are merged, it’s hard to find specific soldier/equipment/weapon; to do so rn, is drag squads one by one and check ALL of them, makes it takes O(squad*soldier) to search just one specific stuff
  2. Simplify the process of changing squads from one to another, so instead of
    “take soldiers out=>fill with infantry=>change squad=>take soldiers in=>take care of those soldiers that have been swapped”
    we can have
    “remove squad(having option to send all soldier to reserve)=>determine class(sniper/tanker etc.) and specific squad you want in that slot=>take soldiers in”
  3. What’s the point of keeping “the requirement of minimum soldiers in a squad” in the game?
  4. If you are doing “warthunder-fied process”, just look how they easily change a lineup to another one
4 Likes

Imma bet 5$ whole system hinges on minimum soldiers in squad, so You don’t start a match with 0 soldiers.

But it’s just lazy to not rework this already, the juggling of squads is soo bad

All in
If that’s the case, it does require lot of works.
I guess they need to change and migrate these:

  1. Database schemas
  2. UI/UX improvement for sure
  3. Logical part of editing lineup will be reworked mostly

As start a match with 0 soldiers part, a small check before join the queue should solve the problem ig