when place both USMC and us army units under the same AI commander in alive, the USMC start to kill everyone, I thought it was just marines being marines but after I look at the CfgFactionClasses I see both woodland and desert set to side 0 which is opfor
alive version
1.4.0
rhs versions
Release 0.4.3.1
the in orbat I noticed this
class CfgFactionClasses {
class rhs_faction_usmc_wd {
displayName = "USA (USMC - W)";
side = 0;
flag = "";
icon = "\rhsusf\addons\rhsusf_main\data\usmclogo.paa";
priority = -3;
};
};
------------------------------------------------------------------------
class CfgFactionClasses {
class rhs_faction_usarmy_d {
displayName = "USA (Army - D)";
side = 1;
flag = "\rhsusf\addons\rhsusf_main\data\flag_us_co.paa";
icon = "\rhsusf\addons\rhsusf_main\data\armylogo.paa";
priority = -4;
};
};
in RHS they are both set to side = 1; so the USMC side is being overwritten somewhere,