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

Next revision
Previous revision
arma3:scripting:cup-class-names-bis_fnc_spawngroup [2017/01/22 20:48] – created cup-class-names-bis_fnc_spawngroup initial page. snakemanarma3:scripting:cup-class-names-bis_fnc_spawngroup [2024/08/02 16:19] (current) – links added. snakeman
Line 1: Line 1:
-====== CUP Class Names bis_fnc_spawnGroup ======+====== ArmA 3 CUP Class Names bis_fnc_spawnGroup ====== 
 + 
 +[[https://www.pmctactical.org/forum/viewforum.php?f=68|ArmA 3 Forum]], [[:arma3|ArmA 3]], [[arma3:config|ArmA 3 Config]], [[arma3:missions|ArmA 3 Missions]], [[arma3:modeling|ArmA 3 3D Modeling]], [[arma3:scripting|ArmA 3 Scripting]], [[arma3:terrain|ArmA 3 Terrain]], [[arma3:texturing|ArmA 3 Texturing]], [[arma3:tools|ArmA 3 Tools]]
  
 **Community Upgrade Project (CUP) class names setup for bis_fnc_spawnGroup usage.** **Community Upgrade Project (CUP) class names setup for bis_fnc_spawnGroup usage.**
Line 5: Line 7:
 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 37:
 </code> </code>
  
 +===== CUP_B_CZ =====
 +
 +**Dummy Infantry Set???:**
 +<code cpp>
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Infantry" >> "CUP_B_CZInfantryPatrol")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Infantry" >> "CUP_B_CZSpecialForcesTeam")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Infantry" >> "CUP_B_CZInfantryTeam_WDL")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Infantry" >> "CUP_B_CZInfantryTeam_DES")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Infantry" >> "CUP_B_CZInfantryPatrol_WDL")] call BIS_fnc_spawnGroup;
 +</code>
 +
 +===== CUP_B_US_Army =====
 +
 +**Dummy Infantry Set???:**
 +<code cpp>
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_RifleSquad")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_WeaponsSquad")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_Team")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_TeamMG")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_TeamAT")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_TeamSupport")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_HeavyATTeam")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_SniperTeam")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_DeltaForceTeam")] call BIS_fnc_spawnGroup;
 +</code>
  
-====== Side: West, Class: CUP_B_CDF ======+===== CUP_B_CDF =====
  
 **Chernarus Defence Forces (CDF):** **Chernarus Defence Forces (CDF):**
Line 61: Line 90:
 </code> </code>
  
 +===== CUP_B_GER =====
  
-====== Side: IndepClass: CUP_I_UN ======+**Germany:** 
 +<code cpp> 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry" >> "CUP_B_GER_KSK_Team")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry" >> "CUP_B_GER_KSK_AssaultTeam")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry" >> "CUP_B_GER_KSK_SniperTeam")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry" >> "CUP_B_GER_KSK_ATTeam")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry" >> "CUP_B_GER_KSK_AATeam")] call BIS_fnc_spawnGroup; 
 +_grp [_posWEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry" >> "CUP_B_GER_KSK_EngineerTeam")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry" >> "CUP_B_GER_KSK_ReconPatrol")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry_WDL" >> "CUP_B_GER_Fleck_KSK_Team")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry_WDL" >> "CUP_B_GER_Fleck_KSK_AssaultTeam")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry_WDL" >> "CUP_B_GER_Fleck_KSK_SniperTeam")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry_WDL" >> "CUP_B_GER_Fleck_KSK_ATTeam")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry_WDL" >> "CUP_B_GER_Fleck_KSK_AATeam")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry_WDL" >> "CUP_B_GER_Fleck_KSK_EngineerTeam")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry_WDL" >> "CUP_B_GER_Fleck_KSK_ReconPatrol")] call BIS_fnc_spawnGroup; 
 +</code>
  
-**United Nations? (weasels):**+===== CUP_B_US_Army ===== 
 + 
 +**CUP_B_US_Army:**
 <code cpp> <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" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_RifleSquad")] 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" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_WeaponsSquad")] 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, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_Team")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_TeamMG")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_TeamAT")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_TeamSupport")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_HeavyATTeam")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_SniperTeam")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_DeltaForceTeam")] call BIS_fnc_spawnGroup;
 </code> </code>
  
 +===== CUP_B_USMC =====
  
 +**CUP_B_USMC:**
 +<code cpp>
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_InfSquad")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FireTeam")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FireTeam_MG")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FireTeam_AT")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FireTeam_Support")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_HeavyATTeam")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_SniperTeam")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FRTeam_Desert")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FRTeam_Razor_Desert")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FRTeam")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FRTeam_Razor")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_WDL" >> "CUP_B_USMC_InfSquad_FROG_WDL")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_WDL" >> "CUP_B_USMC_FireTeam_FROG_WDL")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_WDL" >> "CUP_B_USMC_FireTeam_MG_FROG_WDL")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_WDL" >> "CUP_B_USMC_FireTeam_AT_FROG_WDL")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_WDL" >> "CUP_B_USMC_FireTeam_Support_FROG_WDL")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_WDL" >> "CUP_B_USMC_HeavyATTeam_FROG_WDL")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_DES" >> "CUP_B_USMC_InfSquad_FROG_DES")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_DES" >> "CUP_B_USMC_FireTeam_FROG_DES")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_DES" >> "CUP_B_USMC_FireTeam_MG_FROG_DES")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_DES" >> "CUP_B_USMC_FireTeam_AT_FROG_DES")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_DES" >> "CUP_B_USMC_FireTeam_Support_FROG_DES")] call BIS_fnc_spawnGroup;
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_DES" >> "CUP_B_USMC_HeavyATTeam_FROG_DES")] call BIS_fnc_spawnGroup;
 +</code>
  
-====== Side: East, Class: CUP_O_ChDKZ ======+===== CUP_B_CZ =====
  
-**Chedaki:**+**CUP_B_CZ:**
 <code cpp> <code cpp>
-_grp = [_pos, EAST, (configFile >> "CfgGroups" >> "East" >> "CUP_O_ChDKZ" >> "Infantry" >> "CUP_O_ChDKZ_InfSquad")] call BIS_fnc_spawnGroup; +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Motorized" >> "CUP_B_CZMotorizedPatrol")] 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, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Motorized" >> "CUP_B_CZSpecialForcesPatrolLandRover")] 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, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Air" >> "CUP_B_CZMi171ShFlight")] 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, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Air" >> "CUP_B_CZMi171Sh_RocketsFlight")] call BIS_fnc_spawnGroup;
-_grp = [_pos, EAST, (configFile >> "CfgGroups" >> "East" >> "CUP_O_ChDKZ" >> "Infantry" >> "CUP_O_ChDKZ_SniperTeam")] call BIS_fnc_spawnGroup;+
 </code> </code>
  
 +===== CUP_B_GB =====
  
-====== Side: West, Class: CUP_B_CZ ======+**CUP_B_GB:** 
 +<code cpp> 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MPatrol_MTP")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MTeam_MTP")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MSection_MTP")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MSection_MTP_Ridgback")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MSection_MTP_Mastiff")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MPatrol_W")] call BIS_fnc_spawnGroup; 
 +_grp = [_posWEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MTeam_W")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MSection_W")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MSection_W_Ridgback")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MSection_W_Mastiff")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Mechanized" >> "CUP_B_GB_MechSec_MTP")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Mechanized" >> "CUP_B_GB_MechAT_MTP")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Mechanized" >> "CUP_B_GB_MechSec_W")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Mechanized" >> "CUP_B_GB_MechAT_W")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Armored" >> "CUP_B_GB_WPlatoon_MTP")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Armored" >> "CUP_B_GB_WPlatoon_W")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Air" >> "CUP_B_GB_CH47FSquadron")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Air" >> "CUP_B_GB_AH11Squadron")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Air" >> "CUP_B_GB_AH1Squadron")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Air" >> "CUP_B_GB_HC3Squadron")] call BIS_fnc_spawnGroup; 
 +</code>
  
-**Dummy Infantry Set???:**+===== CUP_B_CDF ===== 
 + 
 +**CUP_B_CDF:**
 <code cpp> <code cpp>
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Infantry" >> "CUP_B_CZInfantryPatrol")] call BIS_fnc_spawnGroup; +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Motorized" >> "CUP_B_CDFMotInfSquad")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Infantry" >> "CUP_B_CZSpecialForcesTeam")] call BIS_fnc_spawnGroup; +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Motorized" >> "CUP_B_CDFMotInfSection")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Infantry" >> "CUP_B_CZInfantryTeam_WDL")] call BIS_fnc_spawnGroup; +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Motorized" >> "CUP_B_CDFMotInfSection_Weapons")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Infantry" >> "CUP_B_CZInfantryTeam_DES")] call BIS_fnc_spawnGroup; +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Mechanized" >> "CUP_B_CDFMechReconSection")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Infantry" >> "CUP_B_CZInfantryPatrol_WDL")] call BIS_fnc_spawnGroup;+_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Mechanized" >> "CUP_B_CDFMechATSection")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Armored" >> "CUP_B_CDFTankPlatoon")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Air" >> "CUP_B_CDFMi24DSquadron")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Air" >> "CUP_B_CDFMi8Squadron")] call BIS_fnc_spawnGroup;
 </code> </code>
  
 +===== CUP_B_US_Army =====
  
-====== Side: West, Class: CUP_B_US_Army ======+**CUP_B_US_Army:** 
 +<code cpp> 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Motorized" >> "CUP_B_US_Army_MotorizedSection")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Motorized" >> "CUP_B_US_Army_MotorizedSectionAT")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Motorized" >> "CUP_B_US_Army_DeltaPatrolHMMWV")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Mechanized" >> "CUP_B_US_Army_MechanizedInfantrySquadICVM2")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Mechanized" >> "CUP_B_US_Army_MechanizedInfantrySquadICVMK19")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Mechanized" >> "CUP_B_US_Army_MechanizedReconSection")] call BIS_fnc_spawnGroup; 
 +_grp = [_posWEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Armored" >> "CUP_B_US_Army_MGSPlatoon")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Armored" >> "CUP_B_US_Army_M1A2Platoon")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Armored" >> "CUP_B_US_Army_M1A1Platoon")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Armored" >> "CUP_B_US_Army_M1A2Section")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Air" >> "CUP_B_US_Army_A10Flight")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Air" >> "CUP_B_US_Army_AH64DFlight")] call BIS_fnc_spawnGroup; 
 +_grp [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Air" >> "CUP_B_US_Army_C130JFlight")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Air" >> "CUP_B_US_Army_CH47FFlight")] call BIS_fnc_spawnGroup; 
 +</code>
  
-**Dummy Infantry Set???:**+===== CUP_B_USMC ===== 
 + 
 +**CUP_B_USMC:**
 <code cpp> <code cpp>
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_RifleSquad")] call BIS_fnc_spawnGroup; +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Motorized" >> "CUP_B_USMC_MotInfSquad")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_WeaponsSquad")] call BIS_fnc_spawnGroup; +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Motorized" >> "CUP_B_USMC_MotInfSection")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_Team")] call BIS_fnc_spawnGroup; +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Motorized" >> "CUP_B_USMC_MotInfSection_AT")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_TeamMG")] call BIS_fnc_spawnGroup; +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Mechanized" >> "CUP_B_USMC_MechInfSquad")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_TeamAT")] call BIS_fnc_spawnGroup; +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Mechanized" >> "CUP_B_USMC_MechReconSection")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_TeamSupport")] call BIS_fnc_spawnGroup; +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Armored" >> "CUP_B_USMC_TankPlatoon")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_HeavyATTeam")] call BIS_fnc_spawnGroup; +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Air" >> "CUP_B_USMC_AH1ZSquadron")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_SniperTeam")] call BIS_fnc_spawnGroup; +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Air" >> "CUP_B_USMC_UH1YSquadron")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_DeltaForceTeam")] call BIS_fnc_spawnGroup;+_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Air" >> "CUP_B_USMC_MV22Squadron")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Air" >> "CUP_B_USMC_AV8BFighterSquadron")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Air" >> "CUP_B_USMC_AV8BBomberSquadron")] call BIS_fnc_spawnGroup;
 </code> </code>
  
 +===== CUP_B_GER =====
  
-====== Side: Indep, Class: CUP_I_PMC_ION ====== +**CUP_B_GER:**
- +
-**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_GER" >> "Motorized" >> "CUP_B_GER_SF_MotInf_KSK")] 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_GER" >> "Motorized" >> "CUP_B_GER_SF_MotInf_KSK_WDL")] 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_GER" >> "Motorized" >> "CUP_B_GER_SF_MotInf_ReconPatrol_KSK")] 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_GER" >> "Motorized" >> "CUP_B_GER_SF_MotInf_ReconPatrol_KSK_WDL")] 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_GER" >> "Air" >> "CUP_B_GER_UH1DFlight")] call BIS_fnc_spawnGroup;
 </code> </code>
  
Line 127: Line 255:
  
  
-====== Side: West, Class: CUP_B_GER ====== 
  
-**Germany:** 
-<code cpp> 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry" >> "CUP_B_GER_KSK_Team")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry" >> "CUP_B_GER_KSK_AssaultTeam")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry" >> "CUP_B_GER_KSK_SniperTeam")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry" >> "CUP_B_GER_KSK_ATTeam")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry" >> "CUP_B_GER_KSK_AATeam")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry" >> "CUP_B_GER_KSK_EngineerTeam")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry" >> "CUP_B_GER_KSK_ReconPatrol")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry_WDL" >> "CUP_B_GER_Fleck_KSK_Team")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry_WDL" >> "CUP_B_GER_Fleck_KSK_AssaultTeam")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry_WDL" >> "CUP_B_GER_Fleck_KSK_SniperTeam")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry_WDL" >> "CUP_B_GER_Fleck_KSK_ATTeam")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry_WDL" >> "CUP_B_GER_Fleck_KSK_AATeam")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry_WDL" >> "CUP_B_GER_Fleck_KSK_EngineerTeam")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Infantry_WDL" >> "CUP_B_GER_Fleck_KSK_ReconPatrol")] call BIS_fnc_spawnGroup; 
-</code> 
  
 +====== Side: Indep ======
  
- +===== CUP_I_NAPA =====
-====== Side: Indep, Class: CUP_I_NAPA ======+
  
 **CUP_I_NAPA:** **CUP_I_NAPA:**
Line 164: Line 274:
 </code> </code>
  
 +===== CUP_I_PMC_ION =====
  
-====== Side: Indep, ClassCUP_I_RACS ======+**Dummy Infantry Set???:** 
 +<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, Resistance, (configFile >> "CfgGroups" >> "Guerrila" >> "CUP_I_PMC_ION" >> "Infantry" >> "CUP_I_PMC_ION_Field_Security_Team")] 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, Resistance, (configFile >> "CfgGroups" >> "Guerrila" >> "CUP_I_PMC_ION" >> "Infantry" >> "CUP_I_PMC_ION_Security_Specialists")] 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; 
 +</code> 
 + 
 +===== 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 = [_posWEST, (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> 
 + 
 +===== 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> 
 + 
 +===== CUP_I_RACS =====
  
 **Royal Army Corps of Sahrani:** **Royal Army Corps of Sahrani:**
Line 198: Line 340:
  
  
-====== Side: EastClassCUP_O_RU ======+====== Side: Independent ====== 
 + 
 +===== CUP_I_NAPA ===== 
 + 
 +**CUP_I_NAPA:** 
 +<code cpp> 
 +_grp = [_posIndependent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_NAPA" >> "Mechanized" >> "CUP_I_NAPA_MechInfSection")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_NAPA" >> "Mechanized" >> "CUP_I_NAPA_MechInfSquad")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_NAPA" >> "Armored" >> "CUP_I_NAPA_TankSection")] call BIS_fnc_spawnGroup; 
 +</code> 
 + 
 +===== CUP_I_PMC_ION ===== 
 + 
 +**CUP_I_PMC_ION:** 
 +<code cpp> 
 +_grp [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_PMC_ION" >> "Motorized" >> "CUP_I_PMC_ION_Patrol")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_PMC_ION" >> "Motorized" >> "CUP_I_PMC_ION_Tactical_Patrol")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_PMC_ION" >> "Motorized" >> "CUP_I_PMC_ION_Armored_Patrol")] call BIS_fnc_spawnGroup; 
 +</code> 
 + 
 +===== CUP_I_UN ===== 
 + 
 +**CUP_I_UN:** 
 +<code cpp> 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_UN" >> "Motorized" >> "CUP_I_UN_MotorizedPatrol")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_UN" >> "Mechanized" >> "CUP_I_UN_MechanizedPatrolBMP2")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_UN" >> "Mechanized" >> "CUP_I_UN_MechanizedPatrolM113")] call BIS_fnc_spawnGroup; 
 +</code> 
 + 
 +===== CUP_I_TK_GUE ===== 
 + 
 +**CUP_I_TK_GUE:** 
 +<code cpp> 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_TK_GUE" >> "Motorized" >> "CUP_I_TK_GUE_MotorizedPatrol")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_TK_GUE" >> "Mechanized" >> "CUP_I_TK_GUE_MechanizedPatrol")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_TK_GUE" >> "Mechanized" >> "CUP_I_TK_GUE_MechanizedGroup")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_TK_GUE" >> "Armored" >> "CUP_I_TK_GUE_T55Section")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_TK_GUE" >> "Armored" >> "CUP_I_TK_GUE_T34Platoon")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_TK_GUE" >> "Air" >> "CUP_I_TK_GUE_UH1HSquadron")] call BIS_fnc_spawnGroup; 
 +</code> 
 + 
 +===== CUP_I_RACS ===== 
 + 
 +**CUP_I_RACS:** 
 +<code cpp> 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_RACS" >> "Motorized" >> "CUP_I_RACS_MotInfSection")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_RACS" >> "Motorized" >> "CUP_I_RACS_MotInfSection_AT")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_RACS" >> "Mechanized" >> "CUP_I_RACS_MechInfSquad")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_RACS" >> "Mechanized" >> "CUP_I_RACS_MechReconSection")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_RACS" >> "Armored" >> "CUP_I_RACS_TankPlatoon")] call BIS_fnc_spawnGroup; 
 +_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_RACS" >> "Air" >> "CUP_I_RACS_SA330Squadron")] 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; 
 +</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:** **CUP_O_RU:**
Line 231: Line 443:
 </code> </code>
  
- +===== CUP_O_SLA =====
- +
-====== Side: East, Class: CUP_O_SLA ======+
  
 **Sahrani Liberation Army:** **Sahrani Liberation Army:**
Line 264: Line 474:
 </code> </code>
  
- +===== CUP_O_TK =====
-====== Side: East, Class: CUP_O_TK ======+
  
 **CUP_O_TK:** **CUP_O_TK:**
Line 278: Line 487:
 </code> </code>
  
- +===== CUP_O_TK_MILITIA =====
-====== Side: East, Class: CUP_O_TK_MILITIA ======+
  
 **CUP_O_TK_MILITIA:** **CUP_O_TK_MILITIA:**
Line 290: Line 498:
 </code> </code>
  
- +===== CUP_O_ChDKZ =====
-====== 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:** +
-<code cpp> +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_RifleSquad")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_WeaponsSquad")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_Team")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_TeamMG")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_TeamAT")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_TeamSupport")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_HeavyATTeam")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_SniperTeam")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Infantry" >> "CUP_B_US_Army_DeltaForceTeam")] call BIS_fnc_spawnGroup; +
-</code> +
- +
- +
-====== Side: West, Class: CUP_B_USMC ====== +
- +
-**CUP_B_USMC:** +
-<code cpp> +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_InfSquad")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FireTeam")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FireTeam_MG")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FireTeam_AT")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FireTeam_Support")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_HeavyATTeam")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_SniperTeam")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FRTeam_Desert")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FRTeam_Razor_Desert")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FRTeam")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry" >> "CUP_B_USMC_FRTeam_Razor")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_WDL" >> "CUP_B_USMC_InfSquad_FROG_WDL")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_WDL" >> "CUP_B_USMC_FireTeam_FROG_WDL")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_WDL" >> "CUP_B_USMC_FireTeam_MG_FROG_WDL")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_WDL" >> "CUP_B_USMC_FireTeam_AT_FROG_WDL")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_WDL" >> "CUP_B_USMC_FireTeam_Support_FROG_WDL")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_WDL" >> "CUP_B_USMC_HeavyATTeam_FROG_WDL")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_DES" >> "CUP_B_USMC_InfSquad_FROG_DES")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_DES" >> "CUP_B_USMC_FireTeam_FROG_DES")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_DES" >> "CUP_B_USMC_FireTeam_MG_FROG_DES")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_DES" >> "CUP_B_USMC_FireTeam_AT_FROG_DES")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_DES" >> "CUP_B_USMC_FireTeam_Support_FROG_DES")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Infantry_FROG_DES" >> "CUP_B_USMC_HeavyATTeam_FROG_DES")] call BIS_fnc_spawnGroup; +
-</code> +
- +
- +
-====== Side: West, Class: CUP_B_CZ ====== +
- +
-**CUP_B_CZ:** +
-<code cpp> +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Motorized" >> "CUP_B_CZMotorizedPatrol")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Motorized" >> "CUP_B_CZSpecialForcesPatrolLandRover")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Air" >> "CUP_B_CZMi171ShFlight")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CZ" >> "Air" >> "CUP_B_CZMi171Sh_RocketsFlight")] call BIS_fnc_spawnGroup; +
-</code> +
- +
- +
-====== Side: West, Class: CUP_B_GB ====== +
- +
-**CUP_B_GB:** +
-<code cpp> +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MPatrol_MTP")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MTeam_MTP")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MSection_MTP")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MSection_MTP_Ridgback")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MSection_MTP_Mastiff")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MPatrol_W")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MTeam_W")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MSection_W")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MSection_W_Ridgback")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Motorized_MTP" >> "CUP_B_GB_MSection_W_Mastiff")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Mechanized" >> "CUP_B_GB_MechSec_MTP")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Mechanized" >> "CUP_B_GB_MechAT_MTP")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Mechanized" >> "CUP_B_GB_MechSec_W")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Mechanized" >> "CUP_B_GB_MechAT_W")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Armored" >> "CUP_B_GB_WPlatoon_MTP")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Armored" >> "CUP_B_GB_WPlatoon_W")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Air" >> "CUP_B_GB_CH47FSquadron")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Air" >> "CUP_B_GB_AH11Squadron")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Air" >> "CUP_B_GB_AH1Squadron")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GB" >> "Air" >> "CUP_B_GB_HC3Squadron")] call BIS_fnc_spawnGroup; +
-</code> +
- +
- +
-====== Side: West, Class: CUP_B_CDF ====== +
- +
-**CUP_B_CDF:** +
-<code cpp> +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Motorized" >> "CUP_B_CDFMotInfSquad")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Motorized" >> "CUP_B_CDFMotInfSection")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Motorized" >> "CUP_B_CDFMotInfSection_Weapons")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Mechanized" >> "CUP_B_CDFMechReconSection")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Mechanized" >> "CUP_B_CDFMechATSection")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Armored" >> "CUP_B_CDFTankPlatoon")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Air" >> "CUP_B_CDFMi24DSquadron")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_CDF" >> "Air" >> "CUP_B_CDFMi8Squadron")] call BIS_fnc_spawnGroup; +
-</code> +
- +
- +
-====== Side: West, Class: CUP_B_US_Army ====== +
- +
-**CUP_B_US_Army:** +
-<code cpp> +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Motorized" >> "CUP_B_US_Army_MotorizedSection")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Motorized" >> "CUP_B_US_Army_MotorizedSectionAT")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Motorized" >> "CUP_B_US_Army_DeltaPatrolHMMWV")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Mechanized" >> "CUP_B_US_Army_MechanizedInfantrySquadICVM2")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Mechanized" >> "CUP_B_US_Army_MechanizedInfantrySquadICVMK19")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Mechanized" >> "CUP_B_US_Army_MechanizedReconSection")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Armored" >> "CUP_B_US_Army_MGSPlatoon")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Armored" >> "CUP_B_US_Army_M1A2Platoon")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Armored" >> "CUP_B_US_Army_M1A1Platoon")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Armored" >> "CUP_B_US_Army_M1A2Section")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Air" >> "CUP_B_US_Army_A10Flight")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Air" >> "CUP_B_US_Army_AH64DFlight")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Air" >> "CUP_B_US_Army_C130JFlight")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_US_Army" >> "Air" >> "CUP_B_US_Army_CH47FFlight")] call BIS_fnc_spawnGroup; +
-</code> +
- +
- +
-====== Side: West, Class: CUP_B_USMC ====== +
- +
-**CUP_B_USMC:** +
-<code cpp> +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Motorized" >> "CUP_B_USMC_MotInfSquad")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Motorized" >> "CUP_B_USMC_MotInfSection")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Motorized" >> "CUP_B_USMC_MotInfSection_AT")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Mechanized" >> "CUP_B_USMC_MechInfSquad")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Mechanized" >> "CUP_B_USMC_MechReconSection")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Armored" >> "CUP_B_USMC_TankPlatoon")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Air" >> "CUP_B_USMC_AH1ZSquadron")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Air" >> "CUP_B_USMC_UH1YSquadron")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Air" >> "CUP_B_USMC_MV22Squadron")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Air" >> "CUP_B_USMC_AV8BFighterSquadron")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_USMC" >> "Air" >> "CUP_B_USMC_AV8BBomberSquadron")] call BIS_fnc_spawnGroup; +
-</code> +
- +
- +
-====== Side: West, Class: CUP_B_GER ====== +
- +
-**CUP_B_GER:** +
-<code cpp> +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Motorized" >> "CUP_B_GER_SF_MotInf_KSK")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Motorized" >> "CUP_B_GER_SF_MotInf_KSK_WDL")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Motorized" >> "CUP_B_GER_SF_MotInf_ReconPatrol_KSK")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Motorized" >> "CUP_B_GER_SF_MotInf_ReconPatrol_KSK_WDL")] call BIS_fnc_spawnGroup; +
-_grp = [_pos, WEST, (configFile >> "CfgGroups" >> "West" >> "CUP_B_GER" >> "Air" >> "CUP_B_GER_UH1DFlight")] call BIS_fnc_spawnGroup; +
-</code> +
- +
- +
-====== Side: East, Class: CUP_O_ChDKZ ======+
  
 **CUP_O_ChDKZ:** **CUP_O_ChDKZ:**
Line 467: Line 510:
 </code> </code>
  
- +===== CUP_O_RU =====
-====== Side: East, Class: CUP_O_RU ======+
  
 **CUP_O_RU:** **CUP_O_RU:**
Line 481: Line 523:
 </code> </code>
  
- +===== CUP_O_TK =====
-====== Side: East, Class: CUP_O_TK ======+
  
 **CUP_O_TK:** **CUP_O_TK:**
Line 502: Line 543:
 </code> </code>
  
- +===== CUP_O_TK_MILITIA =====
-====== Side: East, Class: CUP_O_TK_MILITIA ======+
  
 **CUP_O_TK_MILITIA:** **CUP_O_TK_MILITIA:**
Line 512: Line 552:
 </code> </code>
  
- +===== CUP_O_SLA =====
-====== Side: East, Class: CUP_O_SLA ======+
  
 **CUP_O_SLA:** **CUP_O_SLA:**
Line 525: Line 564:
 </code> </code>
  
- 
-====== Side: Independent, Class: CUP_I_NAPA ====== 
- 
-**CUP_I_NAPA:** 
-<code cpp> 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_NAPA" >> "Mechanized" >> "CUP_I_NAPA_MechInfSection")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_NAPA" >> "Mechanized" >> "CUP_I_NAPA_MechInfSquad")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_NAPA" >> "Armored" >> "CUP_I_NAPA_TankSection")] call BIS_fnc_spawnGroup; 
-</code> 
- 
- 
-====== Side: Independent, Class: CUP_I_PMC_ION ====== 
- 
-**CUP_I_PMC_ION:** 
-<code cpp> 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_PMC_ION" >> "Motorized" >> "CUP_I_PMC_ION_Patrol")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_PMC_ION" >> "Motorized" >> "CUP_I_PMC_ION_Tactical_Patrol")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_PMC_ION" >> "Motorized" >> "CUP_I_PMC_ION_Armored_Patrol")] call BIS_fnc_spawnGroup; 
-</code> 
- 
- 
-====== Side: Independent, Class: CUP_I_UN ====== 
- 
-**CUP_I_UN:** 
-<code cpp> 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_UN" >> "Motorized" >> "CUP_I_UN_MotorizedPatrol")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_UN" >> "Mechanized" >> "CUP_I_UN_MechanizedPatrolBMP2")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_UN" >> "Mechanized" >> "CUP_I_UN_MechanizedPatrolM113")] call BIS_fnc_spawnGroup; 
-</code> 
- 
- 
-====== Side: Independent, Class: CUP_I_TK_GUE ====== 
- 
-**CUP_I_TK_GUE:** 
-<code cpp> 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_TK_GUE" >> "Motorized" >> "CUP_I_TK_GUE_MotorizedPatrol")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_TK_GUE" >> "Mechanized" >> "CUP_I_TK_GUE_MechanizedPatrol")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_TK_GUE" >> "Mechanized" >> "CUP_I_TK_GUE_MechanizedGroup")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_TK_GUE" >> "Armored" >> "CUP_I_TK_GUE_T55Section")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_TK_GUE" >> "Armored" >> "CUP_I_TK_GUE_T34Platoon")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_TK_GUE" >> "Air" >> "CUP_I_TK_GUE_UH1HSquadron")] call BIS_fnc_spawnGroup; 
-</code> 
- 
- 
-====== Side: Independent, Class: CUP_I_RACS ====== 
- 
-**CUP_I_RACS:** 
-<code cpp> 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_RACS" >> "Motorized" >> "CUP_I_RACS_MotInfSection")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_RACS" >> "Motorized" >> "CUP_I_RACS_MotInfSection_AT")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_RACS" >> "Mechanized" >> "CUP_I_RACS_MechInfSquad")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_RACS" >> "Mechanized" >> "CUP_I_RACS_MechReconSection")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_RACS" >> "Armored" >> "CUP_I_RACS_TankPlatoon")] call BIS_fnc_spawnGroup; 
-_grp = [_pos, Independent, (configFile >> "CfgGroups" >> "Indep" >> "CUP_I_RACS" >> "Air" >> "CUP_I_RACS_SA330Squadron")] 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; 
-</code> 
arma3/scripting/cup-class-names-bis_fnc_spawngroup.1485118092.txt.gz · Last modified: 2017/01/22 20:48 by snakeman

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.