Description | I am building a sector control mission between RHS_FACTION_USARMY_D and RHS_FACTION_MSV but cannot get these units to spawn using a spawn ai module, it just says cannot get the group data, spawning skipped. I have edited the sqm and got this working for CAF Aggressors but not RHS factions. I think I have figured out why as I think the spawn ai module looks for first the faction name, then sub group categories. You can see these for OPF_F and CAF aggressors in the config viewer in editor mode ie +infantry, +mechanized, +armored. The RHS factions have been "packaged" differently if you will and don't have these sub categories. If you double click for instance rhs_faction_msv the sub categories are +rhs_group_rus_msv_bm21, +rhs_group_rus_msv_bmp1 and so on. I believe this is the reason that they wont spawn as the spawn ai module is looking for +infantry, +mechanized and +armored under each faction. Is there a way to add these group headings into RHS factions? Your help would be appreciated as there is little to nothing on this issue on the web. |