User Tools

Site Tools


arma3:scripting:cup-class-names-bis_fnc_spawngroup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

arma3:scripting:cup-class-names-bis_fnc_spawngroup [2017-01-22 20:48]
snakeman created cup-class-names-bis_fnc_spawngroup initial page.
arma3:scripting:cup-class-names-bis_fnc_spawngroup [2017-10-28 05:04] (current)
snakeman reorganized.
Line 5: Line 5:
 Reference for basic [[arma2:​scripting:​bis_fnc_spawngroup|bis_fnc_spawngroup]] usage. Reference for basic [[arma2:​scripting:​bis_fnc_spawngroup|bis_fnc_spawngroup]] usage.
  
-====== Side: West, Class: CUP_B_GB ​======+====== Side: West ====== 
 + 
 +===== CUP_B_GB ​=====
  
 **BRITISH CUNTs** **BRITISH CUNTs**
Line 33: Line 35:
 </​code>​ </​code>​
  
- +===== CUP_B_CZ =====
-====== Side: West, Class: CUP_B_CDF ====== +
- +
-**Chernarus Defence Forces (CDF):** +
-<code cpp> +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_MNT"​ >> "​CUP_B_CDFInfSquad_MNT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_MNT"​ >> "​CUP_B_CDFInfSquad_Weapons_MNT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_MNT"​ >> "​CUP_B_CDFInfSection_AT_MNT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_MNT"​ >> "​CUP_B_CDFInfSection_AA_MNT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_MNT"​ >> "​CUP_B_CDFInfSection_MG_MNT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_MNT"​ >> "​CUP_B_CDFInfSection_Patrol_MNT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_MNT"​ >> "​CUP_B_CDFSniperTeam_MNT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_DST"​ >> "​CUP_B_CDFInfSquad_DST"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_DST"​ >> "​CUP_B_CDFInfSquad_Weapons_DST"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_DST"​ >> "​CUP_B_CDFInfSection_AT_DST"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_DST"​ >> "​CUP_B_CDFInfSection_AA_DST"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_DST"​ >> "​CUP_B_CDFInfSection_MG_DST"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_DST"​ >> "​CUP_B_CDFInfSection_Patrol_DST"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_DST"​ >> "​CUP_B_CDFSniperTeam_DST"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_FST"​ >> "​CUP_B_CDFInfSquad_FST"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_FST"​ >> "​CUP_B_CDFInfSquad_Weapons_FST"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_FST"​ >> "​CUP_B_CDFInfSection_AT_FST"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_FST"​ >> "​CUP_B_CDFInfSection_AA_FST"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_FST"​ >> "​CUP_B_CDFInfSection_MG_FST"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_FST"​ >> "​CUP_B_CDFInfSection_Patrol_FST"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_FST"​ >> "​CUP_B_CDFSniperTeam_FST"​)] call BIS_fnc_spawnGroup;​ +
-</​code>​ +
- +
- +
-====== Side: Indep, Class: CUP_I_UN ====== +
- +
-**United Nations? (weasels):​** +
-<code cpp> +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_UN"​ >> "​Infantry_DSR"​ >> "​CUP_I_UN_Patrol_DST"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_UN"​ >> "​Infantry_MNT"​ >> "​CUP_I_UN_Patrol_MNT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_UN"​ >> "​Infantry_FST"​ >> "​CUP_I_UN_Patrol_FST"​)] call BIS_fnc_spawnGroup;​ +
-</​code>​ +
- +
- +
- +
-====== Side: East, Class: CUP_O_ChDKZ ====== +
- +
-**Chedaki:​** +
-<code cpp> +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Infantry"​ >> "​CUP_O_ChDKZ_InfSquad"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Infantry"​ >> "​CUP_O_ChDKZ_InfSquad_Weapons"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Infantry"​ >> "​CUP_O_ChDKZ_InfSection_AT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Infantry"​ >> "​CUP_O_ChDKZ_InfSection_AA"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Infantry"​ >> "​CUP_O_ChDKZ_SniperTeam"​)] call BIS_fnc_spawnGroup;​ +
-</​code>​ +
- +
- +
-====== Side: West, Class: ​CUP_B_CZ ​======+
  
 **Dummy Infantry Set???:** **Dummy Infantry Set???:**
Line 96: Line 46:
 </​code>​ </​code>​
  
- +===== CUP_B_US_Army =====
-====== Side: West, Class: ​CUP_B_US_Army ​======+
  
 **Dummy Infantry Set???:** **Dummy Infantry Set???:**
Line 112: Line 61:
 </​code>​ </​code>​
  
 +===== CUP_B_CDF =====
  
-====== Side: Indep, Class: CUP_I_PMC_ION ====== +**Chernarus Defence Forces (CDF):**
- +
-**Dummy Infantry Set???:**+
 <code cpp> <code cpp>
-_grp = [_pos, ​Resistance, (configFile >> "​CfgGroups"​ >> "Guerrila" >> "CUP_I_PMC_ION" >> "Infantry" >> "CUP_I_PMC_ION_VIP_Bodyguard")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​WEST, (configFile >> "​CfgGroups"​ >> "West" >> "CUP_B_CDF" >> "Infantry_MNT" >> "CUP_B_CDFInfSquad_MNT")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​Resistance, (configFile >> "​CfgGroups"​ >> "Guerrila" >> "CUP_I_PMC_ION" >> "Infantry" >> "CUP_I_PMC_ION_Field_Security_Team")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​WEST, (configFile >> "​CfgGroups"​ >> "West" >> "CUP_B_CDF" >> "Infantry_MNT" >> "CUP_B_CDFInfSquad_Weapons_MNT")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​Resistance, (configFile >> "​CfgGroups"​ >> "Guerrila" >> "CUP_I_PMC_ION" >> "Infantry" >> "CUP_I_PMC_ION_Security_Detail")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​WEST, (configFile >> "​CfgGroups"​ >> "West" >> "CUP_B_CDF" >> "Infantry_MNT" >> "CUP_B_CDFInfSection_AT_MNT")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​Resistance, (configFile >> "​CfgGroups"​ >> "Guerrila" >> "CUP_I_PMC_ION" >> "Infantry" >> "CUP_I_PMC_ION_Security_Specialists")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​WEST, (configFile >> "​CfgGroups"​ >> "West" >> "CUP_B_CDF" >> "Infantry_MNT" >> "CUP_B_CDFInfSection_AA_MNT")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​Resistance, (configFile >> "​CfgGroups"​ >> "Guerrila" >> "CUP_I_PMC_ION" >> "Infantry" >> "CUP_I_PMC_ION_Field_Support_Team")] call BIS_fnc_spawnGroup;​+_grp = [_pos, ​WEST, (configFile >> "​CfgGroups"​ >> "West" >> "CUP_B_CDF" >> "Infantry_MNT" >> "CUP_B_CDFInfSection_MG_MNT"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_MNT"​ >> "​CUP_B_CDFInfSection_Patrol_MNT"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_MNT"​ >> "​CUP_B_CDFSniperTeam_MNT"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_DST"​ >> "​CUP_B_CDFInfSquad_DST"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_DST"​ >> "​CUP_B_CDFInfSquad_Weapons_DST"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_DST"​ >> "​CUP_B_CDFInfSection_AT_DST"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_DST"​ >> "​CUP_B_CDFInfSection_AA_DST"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_DST"​ >> "​CUP_B_CDFInfSection_MG_DST"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_DST"​ >> "​CUP_B_CDFInfSection_Patrol_DST"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_DST"​ >> "​CUP_B_CDFSniperTeam_DST"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_FST"​ >> "​CUP_B_CDFInfSquad_FST"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_FST"​ >> "​CUP_B_CDFInfSquad_Weapons_FST"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_FST"​ >> "​CUP_B_CDFInfSection_AT_FST"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_FST"​ >> "​CUP_B_CDFInfSection_AA_FST"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_FST"​ >> "​CUP_B_CDFInfSection_MG_FST"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_FST"​ >> "​CUP_B_CDFInfSection_Patrol_FST"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, WEST, (configFile >> "​CfgGroups"​ >> "​West"​ >> "​CUP_B_CDF"​ >> "​Infantry_FST"​ >> "​CUP_B_CDFSniperTeam_FST")] call BIS_fnc_spawnGroup;​
 </​code>​ </​code>​
  
- +===== CUP_B_GER =====
- +
- +
-====== Side: West, Class: ​CUP_B_GER ​======+
  
 **Germany:​** **Germany:​**
Line 147: Line 108:
 </​code>​ </​code>​
  
- +===== CUP_B_US_Army =====
- +
-====== Side: Indep, Class: CUP_I_NAPA ====== +
- +
-**CUP_I_NAPA:​** +
-<code cpp> +
-_grp = [_pos, independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_NAPA"​ >> "​Infantry"​ >> "​CUP_I_NAPA_InfSquad"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_NAPA"​ >> "​Infantry"​ >> "​CUP_I_NAPA_InfSquad_Assault"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_NAPA"​ >> "​Infantry"​ >> "​CUP_I_NAPA_InfSquad_Weapons"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_NAPA"​ >> "​Infantry"​ >> "​CUP_I_NAPA_InfTeam_1"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_NAPA"​ >> "​Infantry"​ >> "​CUP_I_NAPA_InfTeam_2"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_NAPA"​ >> "​Infantry"​ >> "​CUP_I_NAPA_InfTeam_AT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_NAPA"​ >> "​Infantry"​ >> "​CUP_I_NAPA_GrpInf_TeamAA"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_NAPA"​ >> "​Infantry"​ >> "​CUP_I_NAPA_GrpInf_TeamSniper"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_NAPA"​ >> "​Infantry"​ >> "​CUP_I_NAPA_GrpInf_Militia"​)] call BIS_fnc_spawnGroup;​ +
-</​code>​ +
- +
- +
-====== Side: Indep, Class: CUP_I_RACS ====== +
- +
-**Royal Army Corps of Sahrani:​** +
-<code cpp> +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry"​ >> "​CUP_I_RACS_InfantrySquad"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry"​ >> "​CUP_I_RACS_InfantrySection"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry"​ >> "​CUP_I_RACS_InfantrySectionAT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry"​ >> "​CUP_I_RACS_InfantrySectionAA"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry"​ >> "​CUP_I_RACS_InfantrySectionMG"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry"​ >> "​CUP_I_RACS_SniperTeam"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry"​ >> "​CUP_I_RACS_RoyalCommandos"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Urban"​ >> "​CUP_I_RACS_InfantrySquad_Urban"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Urban"​ >> "​CUP_I_RACS_InfantrySection_Urban"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Urban"​ >> "​CUP_I_RACS_InfantrySectionAT_Urban"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Urban"​ >> "​CUP_I_RACS_InfantrySectionAA_Urban"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Urban"​ >> "​CUP_I_RACS_InfantrySectionMG_Urban"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Urban"​ >> "​CUP_I_RACS_SniperTeam"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Wdl"​ >> "​CUP_I_RACS_InfantrySquad_Wdl"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Wdl"​ >> "​CUP_I_RACS_InfantrySection_Wdl"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Wdl"​ >> "​CUP_I_RACS_InfantrySectionAT_Wdl"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Wdl"​ >> "​CUP_I_RACS_InfantrySectionAA_Wdl"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Wdl"​ >> "​CUP_I_RACS_InfantrySectionMG_Wdl"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Wdl"​ >> "​CUP_I_RACS_SniperTeam"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Mech"​ >> "​CUP_I_RACS_InfantrySquad_Mech"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Mech"​ >> "​CUP_I_RACS_InfantrySection_Mech"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Mech"​ >> "​CUP_I_RACS_InfantrySectionAT_Mech"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Mech"​ >> "​CUP_I_RACS_InfantrySectionAA_Mech"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Mech"​ >> "​CUP_I_RACS_InfantrySectionMG_Mech"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Mech"​ >> "​CUP_I_RACS_SniperTeam_Mech"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_SpecOps"​ >> "​CUP_I_RACS_RoyalCommandos"​)] call BIS_fnc_spawnGroup;​ +
-</​code>​ +
- +
- +
-====== Side: East, Class: CUP_O_RU ====== +
- +
-**CUP_O_RU:​** +
-<code cpp> +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSquad"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AA"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_MG"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_SniperTeam"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSquad_EMR"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_EMR"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AT_EMR"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AA_EMR"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_MG_EMR"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_SniperTeam_EMR"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSquad_VDV"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_VDV"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AT_VDV"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AA_VDV"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_MG_VDV"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_SniperTeam_VDV"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSquad_VDV_EMR"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_VDV_EMR"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AT_VDV_EMR"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AA_VDV_EMR"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_MG_VDV_EMR"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_SniperTeam_VDV_EMR"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_ReconTeam"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_ReconTeam_AUT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_MVD_AssaultTeam"​)] call BIS_fnc_spawnGroup;​ +
-</​code>​ +
- +
- +
- +
-====== Side: East, Class: CUP_O_SLA ====== +
- +
-**Sahrani Liberation Army:** +
-<code cpp> +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry"​ >> "​CUP_O_SLA_InfantrySquad"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry"​ >> "​CUP_O_SLA_InfantrySection"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry"​ >> "​CUP_O_SLA_InfantrySectionAT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry"​ >> "​CUP_O_SLA_InfantrySectionAA"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry"​ >> "​CUP_O_SLA_InfantrySectionMG"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry"​ >> "​CUP_O_SLA_SniperTeam"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Militia"​ >> "​CUP_O_SLA_InfantrySquad_Militia"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Militia"​ >> "​CUP_O_SLA_InfantrySection_Militia"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Militia"​ >> "​CUP_O_SLA_InfantrySectionAT_Militia"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Militia"​ >> "​CUP_O_SLA_InfantrySectionAA_Militia"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Militia"​ >> "​CUP_O_SLA_InfantrySectionMG_Militia"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Urban"​ >> "​CUP_O_SLA_InfantrySquad_Urban"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Urban"​ >> "​CUP_O_SLA_InfantrySection_Urban"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Urban"​ >> "​CUP_O_SLA_InfantrySectionAT_Urban"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Urban"​ >> "​CUP_O_SLA_InfantrySectionAA_Urban"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Urban"​ >> "​CUP_O_SLA_InfantrySectionMG_Urban"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Urban"​ >> "​CUP_O_SLA_SniperTeam_Urban"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Desert"​ >> "​CUP_O_SLA_InfantrySquad"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Desert"​ >> "​CUP_O_SLA_InfantrySection_Desert"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Desert"​ >> "​CUP_O_SLA_InfantrySectionAT_Desert"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Desert"​ >> "​CUP_O_SLA_InfantrySectionAA_Desert"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Desert"​ >> "​CUP_O_SLA_InfantrySectionMG_Desert"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Desert"​ >> "​CUP_O_SLA_SniperTeam_Desert"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_SpecOps"​ >> "​CUP_O_SLA_SpecialPurposeSquad"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_SpecOps"​ >> "​CUP_O_SLA_DemoSquad"​)] call BIS_fnc_spawnGroup;​ +
-</​code>​ +
- +
- +
-====== Side: East, Class: CUP_O_TK ====== +
- +
-**CUP_O_TK:​** +
-<code cpp> +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Infantry"​ >> "​CUP_O_TK_InfantrySquad"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Infantry"​ >> "​CUP_O_TK_InfantrySection"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Infantry"​ >> "​CUP_O_TK_InfantrySectionAT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Infantry"​ >> "​CUP_O_TK_InfantrySectionAA"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Infantry"​ >> "​CUP_O_TK_InfantrySectionMG"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Infantry"​ >> "​CUP_O_TK_SniperTeam"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Infantry"​ >> "​CUP_O_TK_SpecialPurposeSquad"​)] call BIS_fnc_spawnGroup;​ +
-</​code>​ +
- +
- +
-====== Side: East, Class: CUP_O_TK_MILITIA ====== +
- +
-**CUP_O_TK_MILITIA:​** +
-<code cpp> +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK_MILITIA"​ >> "​Infantry"​ >> "​CUP_O_TK_MILITIA_Group"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK_MILITIA"​ >> "​Infantry"​ >> "​CUP_O_TK_MILITIA_Patrol"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK_MILITIA"​ >> "​Infantry"​ >> "​CUP_O_TK_MILITIA_AATeam"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK_MILITIA"​ >> "​Infantry"​ >> "​CUP_O_TK_MILITIA_ATTeam"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK_MILITIA"​ >> "​Infantry"​ >> "​CUP_O_TK_MILITIA_Demosquad"​)] call BIS_fnc_spawnGroup;​ +
-</​code>​ +
- +
- +
-====== Side: Indep, Class: CUP_I_TK_GUE ====== +
- +
-**CUP_I_TK_GUE:​** +
-<code cpp> +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_TK_GUE"​ >> "​Infantry"​ >> "​CUP_I_TK_GUE_Group"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_TK_GUE"​ >> "​Infantry"​ >> "​CUP_I_TK_GUE_GroupWeapons"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_TK_GUE"​ >> "​Infantry"​ >> "​CUP_I_TK_GUE_Patrol"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_TK_GUE"​ >> "​Infantry"​ >> "​CUP_I_TK_GUE_ATTeam"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_TK_GUE"​ >> "​Infantry"​ >> "​CUP_I_TK_GUE_AATeam"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_TK_GUE"​ >> "​Infantry"​ >> "​CUP_I_TK_GUE_SniperTeam"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_TK_GUE"​ >> "​Infantry"​ >> "​CUP_I_TK_GUE_Demosquad"​)] call BIS_fnc_spawnGroup;​ +
-</​code>​ +
- +
- +
-====== Side: West, Class: ​CUP_B_US_Army ​======+
  
 **CUP_B_US_Army:​** **CUP_B_US_Army:​**
Line 320: Line 123:
 </​code>​ </​code>​
  
- +===== CUP_B_USMC =====
-====== Side: West, Class: ​CUP_B_USMC ​======+
  
 **CUP_B_USMC:​** **CUP_B_USMC:​**
Line 350: Line 152:
 </​code>​ </​code>​
  
- +===== CUP_B_CZ =====
-====== Side: West, Class: ​CUP_B_CZ ​======+
  
 **CUP_B_CZ:​** **CUP_B_CZ:​**
Line 361: Line 162:
 </​code>​ </​code>​
  
- +===== CUP_B_GB =====
-====== Side: West, Class: ​CUP_B_GB ​======+
  
 **CUP_B_GB:​** **CUP_B_GB:​**
Line 388: Line 188:
 </​code>​ </​code>​
  
- +===== CUP_B_CDF =====
-====== Side: West, Class: ​CUP_B_CDF ​======+
  
 **CUP_B_CDF:​** **CUP_B_CDF:​**
Line 403: Line 202:
 </​code>​ </​code>​
  
- +===== CUP_B_US_Army =====
-====== Side: West, Class: ​CUP_B_US_Army ​======+
  
 **CUP_B_US_Army:​** **CUP_B_US_Army:​**
Line 424: Line 222:
 </​code>​ </​code>​
  
- +===== CUP_B_USMC =====
-====== Side: West, Class: ​CUP_B_USMC ​======+
  
 **CUP_B_USMC:​** **CUP_B_USMC:​**
Line 442: Line 239:
 </​code>​ </​code>​
  
- +===== CUP_B_GER =====
-====== Side: West, Class: ​CUP_B_GER ​======+
  
 **CUP_B_GER:​** **CUP_B_GER:​**
Line 455: Line 251:
  
  
-====== Side: East, Class: CUP_O_ChDKZ ====== 
  
-**CUP_O_ChDKZ:**+ 
 + 
 + 
 +====== Side: Indep ====== 
 + 
 +===== CUP_I_NAPA ===== 
 + 
 +**CUP_I_NAPA:**
 <code cpp> <code cpp>
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_ChDKZ" >> "Motorized" >> "CUP_O_ChDKZ_MotInfSquad")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​independent, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_NAPA" >> "Infantry" >> "CUP_I_NAPA_InfSquad")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_ChDKZ" >> "Motorized" >> "CUP_O_ChDKZ_MotInfSection")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​independent, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_NAPA" >> "Infantry" >> "CUP_I_NAPA_InfSquad_Assault")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_ChDKZ" >> "Mechanized" >> "CUP_O_ChDKZ_MechInfSection")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​independent, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_NAPA" >> "Infantry" >> "CUP_I_NAPA_InfSquad_Weapons")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_ChDKZ" >> "Mechanized" >> "CUP_O_ChDKZ_MechInfSection_AT")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​independent, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_NAPA" >> "Infantry" >> "CUP_I_NAPA_InfTeam_1")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_ChDKZ" >> "Armored" >> "CUP_O_ChDKZ_TankSection")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​independent, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_NAPA" >> "Infantry" >> "CUP_I_NAPA_InfTeam_2")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_ChDKZ" >> "Air" >> "CUP_O_ChDKZ_Mi8Squadron")] call BIS_fnc_spawnGroup;​+_grp = [_pos, ​independent, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_NAPA" >> "Infantry" >> "CUP_I_NAPA_InfTeam_AT"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_NAPA"​ >> "​Infantry"​ >> "​CUP_I_NAPA_GrpInf_TeamAA"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_NAPA"​ >> "​Infantry"​ >> "​CUP_I_NAPA_GrpInf_TeamSniper"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_NAPA"​ >> "​Infantry"​ >> "​CUP_I_NAPA_GrpInf_Militia")] call BIS_fnc_spawnGroup;​
 </​code>​ </​code>​
  
 +===== CUP_I_PMC_ION =====
  
-====== Side: East, Class: CUP_O_RU ====== +**Dummy Infantry Set???:**
- +
-**CUP_O_RU:**+
 <code cpp> <code cpp>
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_RU" >> "Motorized" >> "CUP_O_RU_MotInfSquad")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​Resistance, (configFile >> "​CfgGroups"​ >> "Guerrila" >> "CUP_I_PMC_ION" >> "Infantry" >> "CUP_I_PMC_ION_VIP_Bodyguard")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_RU" >> "Mechanized" >> "CUP_O_RU_MechInfSquad_2")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​Resistance, (configFile >> "​CfgGroups"​ >> "Guerrila" >> "CUP_I_PMC_ION" >> "Infantry" >> "CUP_I_PMC_ION_Field_Security_Team")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_RU" >> "Armored" >> "CUP_O_RU_TankPlatoon")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​Resistance, (configFile >> "​CfgGroups"​ >> "Guerrila" >> "CUP_I_PMC_ION" >> "Infantry" >> "CUP_I_PMC_ION_Security_Detail")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_RU" >> "Air" >> "CUP_O_RU_Mi24VSquadron")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​Resistance, (configFile >> "​CfgGroups"​ >> "Guerrila" >> "CUP_I_PMC_ION" >> "Infantry" >> "CUP_I_PMC_ION_Security_Specialists")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_RU" >> "Air" >> "CUP_O_RU_Mi24PSquadron"​)] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​Resistance, (configFile >> "​CfgGroups"​ >> "Guerrila" >> "CUP_I_PMC_ION" >> "Infantry" >> "CUP_I_PMC_ION_Field_Support_Team")] call BIS_fnc_spawnGroup;​
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Air"​ >> "​CUP_O_RU_Mi8Squadron"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Air"​ >> "​CUP_O_RU_Su34FighterSquadron")] call BIS_fnc_spawnGroup;​+
 </​code>​ </​code>​
  
 +===== CUP_I_UN =====
  
-====== Side: East, Class: CUP_O_TK ====== +**United Nations? (weasels):**
- +
-**CUP_O_TK:**+
 <code cpp> <code cpp>
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_TK" >> "Motorized" >> "CUP_O_TK_MotorizedReconSection")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​WEST, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_UN" >> "Infantry_DSR" >> "CUP_I_UN_Patrol_DST")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_TK" >> "Motorized" >> "CUP_O_TK_MotorizedPatrol")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​WEST, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_UN" >> "Infantry_MNT" >> "CUP_I_UN_Patrol_MNT")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_TK" >> "Mechanized" >> "CUP_O_TK_MechanizedInfantrySquadBMP2"​)] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​WEST, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_UN" >> "Infantry_FST" >> "CUP_I_UN_Patrol_FST")] call BIS_fnc_spawnGroup;​
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Mechanized"​ >> "​CUP_O_TK_MechanizedInfantrySquadBTR60"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Mechanized"​ >> "​CUP_O_TK_MechanizedSpecialSquad"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Mechanized"​ >> "​CUP_O_TK_MechanizedReconSection"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Mechanized"​ >> "​CUP_O_TK_MechanizedReconSectionAT"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Armored"​ >> "​CUP_O_TK_T72Platoon"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Armored"​ >> "​CUP_O_TK_T55Platoon"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Armored"​ >> "​CUP_O_TK_T34Platoon"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Air"​ >> "​CUP_O_TK_Mi24_DFlight"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Air"​ >> "​CUP_O_TK_Mi_17Flight"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Air"​ >> "​CUP_O_TK_Su25Flight"​)] call BIS_fnc_spawnGroup;​ +
-_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Air"​ >> "​CUP_O_TK_UH1HFlight")] call BIS_fnc_spawnGroup;​+
 </​code>​ </​code>​
  
 +===== CUP_I_TK_GUE =====
  
-====== Side: East, Class: CUP_O_TK_MILITIA ====== +**CUP_I_TK_GUE:**
- +
-**CUP_O_TK_MILITIA:**+
 <code cpp> <code cpp>
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_TK_MILITIA" >> "Motorized" >> "CUP_O_TK_MILITIA_Technicals")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​Independent, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_TK_GUE" >> "Infantry" >> "CUP_I_TK_GUE_Group")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_TK_MILITIA" >> "Motorized" >> "CUP_O_TK_MILITIA_MotorizedGroup")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​Independent, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_TK_GUE" >> "Infantry" >> "CUP_I_TK_GUE_GroupWeapons")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_TK_MILITIA" >> "Motorized" >> "CUP_O_TK_MILITIA_MotorizedPatrolBTR40")] call BIS_fnc_spawnGroup;​+_grp = [_pos, ​Independent, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_TK_GUE" >> "Infantry" >> "CUP_I_TK_GUE_Patrol"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_TK_GUE"​ >> "​Infantry"​ >> "​CUP_I_TK_GUE_ATTeam"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_TK_GUE"​ >> "​Infantry"​ >> "​CUP_I_TK_GUE_AATeam"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_TK_GUE"​ >> "​Infantry"​ >> "​CUP_I_TK_GUE_SniperTeam"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_TK_GUE"​ >> "​Infantry"​ >> "​CUP_I_TK_GUE_Demosquad")] call BIS_fnc_spawnGroup;​
 </​code>​ </​code>​
  
 +===== CUP_I_RACS =====
  
-====== Side: East, Class: CUP_O_SLA ====== +**Royal Army Corps of Sahrani:**
- +
-**CUP_O_SLA:**+
 <code cpp> <code cpp>
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_SLA" >> "Motorized" >> "CUP_O_SLA_MotInfSection")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​Independent, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_RACS" >> "Infantry" >> "CUP_I_RACS_InfantrySquad")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_SLA" >> "Mechanized" >> "CUP_O_SLA_MechInfSquad")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​Independent, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_RACS" >> "Infantry" >> "CUP_I_RACS_InfantrySection")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_SLA" >> "Armored" >> "CUP_O_SLA_TankPlatoon")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​Independent, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_RACS" >> "Infantry" >> "CUP_I_RACS_InfantrySectionAT")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_SLA" >> "Air" >> "CUP_O_SLA_KA50Squadron")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​Independent, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_RACS" >> "Infantry" >> "CUP_I_RACS_InfantrySectionAA")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_SLA" >> "Air" >> "CUP_O_SLA_SU25Squadron")] call BIS_fnc_spawnGroup;​ +_grp = [_pos, ​Independent, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_RACS" >> "Infantry" >> "CUP_I_RACS_InfantrySectionMG")] call BIS_fnc_spawnGroup;​ 
-_grp = [_pos, ​EAST, (configFile >> "​CfgGroups"​ >> "East" >> "CUP_O_SLA" >> "Air" >> "CUP_O_SLA_SU34Squadron")] call BIS_fnc_spawnGroup;​+_grp = [_pos, ​Independent, (configFile >> "​CfgGroups"​ >> "Indep" >> "CUP_I_RACS" >> "Infantry" >> "CUP_I_RACS_SniperTeam"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry"​ >> "​CUP_I_RACS_RoyalCommandos"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Urban"​ >> "​CUP_I_RACS_InfantrySquad_Urban"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Urban"​ >> "​CUP_I_RACS_InfantrySection_Urban"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Urban"​ >> "​CUP_I_RACS_InfantrySectionAT_Urban"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Urban"​ >> "​CUP_I_RACS_InfantrySectionAA_Urban"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Urban"​ >> "​CUP_I_RACS_InfantrySectionMG_Urban"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Urban"​ >> "​CUP_I_RACS_SniperTeam"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Wdl"​ >> "​CUP_I_RACS_InfantrySquad_Wdl"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Wdl"​ >> "​CUP_I_RACS_InfantrySection_Wdl"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Wdl"​ >> "​CUP_I_RACS_InfantrySectionAT_Wdl"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Wdl"​ >> "​CUP_I_RACS_InfantrySectionAA_Wdl"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Wdl"​ >> "​CUP_I_RACS_InfantrySectionMG_Wdl"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Wdl"​ >> "​CUP_I_RACS_SniperTeam"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Mech"​ >> "​CUP_I_RACS_InfantrySquad_Mech"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Mech"​ >> "​CUP_I_RACS_InfantrySection_Mech"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Mech"​ >> "​CUP_I_RACS_InfantrySectionAT_Mech"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Mech"​ >> "​CUP_I_RACS_InfantrySectionAA_Mech"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Mech"​ >> "​CUP_I_RACS_InfantrySectionMG_Mech"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_Mech"​ >> "​CUP_I_RACS_SniperTeam_Mech"​)] call BIS_fnc_spawnGroup;​ 
 +_grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Infantry_SpecOps"​ >> "​CUP_I_RACS_RoyalCommandos")] call BIS_fnc_spawnGroup;​
 </​code>​ </​code>​
  
  
-====== Side: Independent, Class: CUP_I_NAPA ​======+====== Side: Independent ====== 
 + 
 +===== CUP_I_NAPA ​=====
  
 **CUP_I_NAPA:​** **CUP_I_NAPA:​**
Line 535: Line 349:
 </​code>​ </​code>​
  
- +===== CUP_I_PMC_ION =====
-====== Side: Independent,​ Class: ​CUP_I_PMC_ION ​======+
  
 **CUP_I_PMC_ION:​** **CUP_I_PMC_ION:​**
Line 545: Line 358:
 </​code>​ </​code>​
  
- +===== CUP_I_UN =====
-====== Side: Independent,​ Class: ​CUP_I_UN ​======+
  
 **CUP_I_UN:​** **CUP_I_UN:​**
Line 555: Line 367:
 </​code>​ </​code>​
  
- +===== CUP_I_TK_GUE =====
-====== Side: Independent,​ Class: ​CUP_I_TK_GUE ​======+
  
 **CUP_I_TK_GUE:​** **CUP_I_TK_GUE:​**
Line 568: Line 379:
 </​code>​ </​code>​
  
- +===== CUP_I_RACS =====
-====== Side: Independent,​ Class: ​CUP_I_RACS ​======+
  
 **CUP_I_RACS:​** **CUP_I_RACS:​**
Line 581: Line 391:
 _grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Air"​ >> "​CUP_I_RACS_UH60Squadron"​)] call BIS_fnc_spawnGroup;​ _grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Air"​ >> "​CUP_I_RACS_UH60Squadron"​)] call BIS_fnc_spawnGroup;​
 _grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Air"​ >> "​CUP_I_RACS_C130JSquadron"​)] call BIS_fnc_spawnGroup;​ _grp = [_pos, Independent,​ (configFile >> "​CfgGroups"​ >> "​Indep"​ >> "​CUP_I_RACS"​ >> "​Air"​ >> "​CUP_I_RACS_C130JSquadron"​)] call BIS_fnc_spawnGroup;​
 +</​code>​
 +
 +
 +
 +====== Side: East ======
 +
 +===== CUP_O_ChDKZ =====
 +
 +**Chedaki:​**
 +<code cpp>
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Infantry"​ >> "​CUP_O_ChDKZ_InfSquad"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Infantry"​ >> "​CUP_O_ChDKZ_InfSquad_Weapons"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Infantry"​ >> "​CUP_O_ChDKZ_InfSection_AT"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Infantry"​ >> "​CUP_O_ChDKZ_InfSection_AA"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Infantry"​ >> "​CUP_O_ChDKZ_SniperTeam"​)] call BIS_fnc_spawnGroup;​
 +</​code>​
 +
 +===== CUP_O_RU =====
 +
 +**CUP_O_RU:​**
 +<code cpp>
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSquad"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AT"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AA"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_MG"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_SniperTeam"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSquad_EMR"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_EMR"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AT_EMR"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AA_EMR"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_MG_EMR"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_SniperTeam_EMR"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSquad_VDV"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_VDV"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AT_VDV"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AA_VDV"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_MG_VDV"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_SniperTeam_VDV"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSquad_VDV_EMR"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_VDV_EMR"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AT_VDV_EMR"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_AA_VDV_EMR"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_InfSection_MG_VDV_EMR"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_SniperTeam_VDV_EMR"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_ReconTeam"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_RU_ReconTeam_AUT"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Infantry"​ >> "​CUP_O_MVD_AssaultTeam"​)] call BIS_fnc_spawnGroup;​
 +</​code>​
 +
 +===== CUP_O_SLA =====
 +
 +**Sahrani Liberation Army:**
 +<code cpp>
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry"​ >> "​CUP_O_SLA_InfantrySquad"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry"​ >> "​CUP_O_SLA_InfantrySection"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry"​ >> "​CUP_O_SLA_InfantrySectionAT"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry"​ >> "​CUP_O_SLA_InfantrySectionAA"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry"​ >> "​CUP_O_SLA_InfantrySectionMG"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry"​ >> "​CUP_O_SLA_SniperTeam"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Militia"​ >> "​CUP_O_SLA_InfantrySquad_Militia"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Militia"​ >> "​CUP_O_SLA_InfantrySection_Militia"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Militia"​ >> "​CUP_O_SLA_InfantrySectionAT_Militia"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Militia"​ >> "​CUP_O_SLA_InfantrySectionAA_Militia"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Militia"​ >> "​CUP_O_SLA_InfantrySectionMG_Militia"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Urban"​ >> "​CUP_O_SLA_InfantrySquad_Urban"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Urban"​ >> "​CUP_O_SLA_InfantrySection_Urban"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Urban"​ >> "​CUP_O_SLA_InfantrySectionAT_Urban"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Urban"​ >> "​CUP_O_SLA_InfantrySectionAA_Urban"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Urban"​ >> "​CUP_O_SLA_InfantrySectionMG_Urban"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Urban"​ >> "​CUP_O_SLA_SniperTeam_Urban"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Desert"​ >> "​CUP_O_SLA_InfantrySquad"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Desert"​ >> "​CUP_O_SLA_InfantrySection_Desert"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Desert"​ >> "​CUP_O_SLA_InfantrySectionAT_Desert"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Desert"​ >> "​CUP_O_SLA_InfantrySectionAA_Desert"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Desert"​ >> "​CUP_O_SLA_InfantrySectionMG_Desert"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_Desert"​ >> "​CUP_O_SLA_SniperTeam_Desert"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_SpecOps"​ >> "​CUP_O_SLA_SpecialPurposeSquad"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Infantry_SpecOps"​ >> "​CUP_O_SLA_DemoSquad"​)] call BIS_fnc_spawnGroup;​
 +</​code>​
 +
 +===== CUP_O_TK =====
 +
 +**CUP_O_TK:​**
 +<code cpp>
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Infantry"​ >> "​CUP_O_TK_InfantrySquad"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Infantry"​ >> "​CUP_O_TK_InfantrySection"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Infantry"​ >> "​CUP_O_TK_InfantrySectionAT"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Infantry"​ >> "​CUP_O_TK_InfantrySectionAA"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Infantry"​ >> "​CUP_O_TK_InfantrySectionMG"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Infantry"​ >> "​CUP_O_TK_SniperTeam"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Infantry"​ >> "​CUP_O_TK_SpecialPurposeSquad"​)] call BIS_fnc_spawnGroup;​
 +</​code>​
 +
 +===== CUP_O_TK_MILITIA =====
 +
 +**CUP_O_TK_MILITIA:​**
 +<code cpp>
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK_MILITIA"​ >> "​Infantry"​ >> "​CUP_O_TK_MILITIA_Group"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK_MILITIA"​ >> "​Infantry"​ >> "​CUP_O_TK_MILITIA_Patrol"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK_MILITIA"​ >> "​Infantry"​ >> "​CUP_O_TK_MILITIA_AATeam"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK_MILITIA"​ >> "​Infantry"​ >> "​CUP_O_TK_MILITIA_ATTeam"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK_MILITIA"​ >> "​Infantry"​ >> "​CUP_O_TK_MILITIA_Demosquad"​)] call BIS_fnc_spawnGroup;​
 +</​code>​
 +
 +===== CUP_O_ChDKZ =====
 +
 +**CUP_O_ChDKZ:​**
 +<code cpp>
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Motorized"​ >> "​CUP_O_ChDKZ_MotInfSquad"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Motorized"​ >> "​CUP_O_ChDKZ_MotInfSection"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Mechanized"​ >> "​CUP_O_ChDKZ_MechInfSection"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Mechanized"​ >> "​CUP_O_ChDKZ_MechInfSection_AT"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Armored"​ >> "​CUP_O_ChDKZ_TankSection"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_ChDKZ"​ >> "​Air"​ >> "​CUP_O_ChDKZ_Mi8Squadron"​)] call BIS_fnc_spawnGroup;​
 +</​code>​
 +
 +===== CUP_O_RU =====
 +
 +**CUP_O_RU:​**
 +<code cpp>
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Motorized"​ >> "​CUP_O_RU_MotInfSquad"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Mechanized"​ >> "​CUP_O_RU_MechInfSquad_2"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Armored"​ >> "​CUP_O_RU_TankPlatoon"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Air"​ >> "​CUP_O_RU_Mi24VSquadron"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Air"​ >> "​CUP_O_RU_Mi24PSquadron"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Air"​ >> "​CUP_O_RU_Mi8Squadron"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_RU"​ >> "​Air"​ >> "​CUP_O_RU_Su34FighterSquadron"​)] call BIS_fnc_spawnGroup;​
 +</​code>​
 +
 +===== CUP_O_TK =====
 +
 +**CUP_O_TK:​**
 +<code cpp>
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Motorized"​ >> "​CUP_O_TK_MotorizedReconSection"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Motorized"​ >> "​CUP_O_TK_MotorizedPatrol"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Mechanized"​ >> "​CUP_O_TK_MechanizedInfantrySquadBMP2"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Mechanized"​ >> "​CUP_O_TK_MechanizedInfantrySquadBTR60"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Mechanized"​ >> "​CUP_O_TK_MechanizedSpecialSquad"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Mechanized"​ >> "​CUP_O_TK_MechanizedReconSection"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Mechanized"​ >> "​CUP_O_TK_MechanizedReconSectionAT"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Armored"​ >> "​CUP_O_TK_T72Platoon"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Armored"​ >> "​CUP_O_TK_T55Platoon"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Armored"​ >> "​CUP_O_TK_T34Platoon"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Air"​ >> "​CUP_O_TK_Mi24_DFlight"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Air"​ >> "​CUP_O_TK_Mi_17Flight"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Air"​ >> "​CUP_O_TK_Su25Flight"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK"​ >> "​Air"​ >> "​CUP_O_TK_UH1HFlight"​)] call BIS_fnc_spawnGroup;​
 +</​code>​
 +
 +===== CUP_O_TK_MILITIA =====
 +
 +**CUP_O_TK_MILITIA:​**
 +<code cpp>
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK_MILITIA"​ >> "​Motorized"​ >> "​CUP_O_TK_MILITIA_Technicals"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK_MILITIA"​ >> "​Motorized"​ >> "​CUP_O_TK_MILITIA_MotorizedGroup"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_TK_MILITIA"​ >> "​Motorized"​ >> "​CUP_O_TK_MILITIA_MotorizedPatrolBTR40"​)] call BIS_fnc_spawnGroup;​
 +</​code>​
 +
 +===== CUP_O_SLA =====
 +
 +**CUP_O_SLA:​**
 +<code cpp>
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Motorized"​ >> "​CUP_O_SLA_MotInfSection"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Mechanized"​ >> "​CUP_O_SLA_MechInfSquad"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Armored"​ >> "​CUP_O_SLA_TankPlatoon"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Air"​ >> "​CUP_O_SLA_KA50Squadron"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Air"​ >> "​CUP_O_SLA_SU25Squadron"​)] call BIS_fnc_spawnGroup;​
 +_grp = [_pos, EAST, (configFile >> "​CfgGroups"​ >> "​East"​ >> "​CUP_O_SLA"​ >> "​Air"​ >> "​CUP_O_SLA_SU34Squadron"​)] call BIS_fnc_spawnGroup;​
 </​code>​ </​code>​
arma3/scripting/cup-class-names-bis_fnc_spawngroup.1485118092.txt.gz · Last modified: 2017-01-22 20:48 by snakeman