TheSuperHackers / GeneralsGamePatch

Community Patch to fix and improve original Generals Zero Hour 1.04
Other
64 stars 20 forks source link

Units of different subfactions do not select with E button #289

Open Madrageeeeee opened 3 years ago

Madrageeeeee commented 3 years ago

When receiving / capturing another faction in multiplayer the E button to select multiple units of the same type (i.e. quad cannons / scorpions etc) do not select when using the E button for this.

E.g. you have some demo quads and some glav quads you want to select all quads but then you can by using the E button because it considers it different units.

DoMiNaToRuk2 commented 3 years ago

Yes this is annoying

commy2 commented 2 years ago

Requires Thyme intervention. Related to this: vGLA Terrorists do not damage other friendly vGLA Terrorists, but they do damage other friendly Stealth Terrorists and vice versa etc pp.

xezon commented 1 year ago

I expect we need a feature such as

Object GLAInfantryRebel
  SelectAlike = GLAInfantryRebel
  ...
End

Object Demo_GLAInfantryRebel
  SelectAlike = GLAInfantryRebel
  ...
End

Object Chem_GLAInfantryRebel
  SelectAlike = GLAInfantryRebel
  ...
End

However, it poses a problem for units such as GLA Demo units, because their suicide button will not work across different faction variants.