diff options
Diffstat (limited to 'Common/Config/Core_Definition/Vanilla')
4 files changed, 108 insertions, 0 deletions
diff --git a/Common/Config/Core_Definition/Vanilla/Definition_CDF_INS.sqf b/Common/Config/Core_Definition/Vanilla/Definition_CDF_INS.sqf new file mode 100644 index 0000000..cc8fe56 --- /dev/null +++ b/Common/Config/Core_Definition/Vanilla/Definition_CDF_INS.sqf @@ -0,0 +1,27 @@ +/* Vanilla - CDF versus Insurgents */
+
+/* Units Core */
+WFBE_V_West_UnitsRootVersion = 'Vanilla';
+WFBE_V_West_Faction = 'CDF';
+WFBE_V_East_UnitsRootVersion = 'Vanilla';
+WFBE_V_East_Faction = 'INS';
+/* Loadout Core */
+WFBE_V_West_LoadoutRootVersion = 'Vanilla';
+WFBE_V_West_Loadout = 'CDF';
+WFBE_V_East_LoadoutRootVersion = 'Vanilla';
+WFBE_V_East_Loadout = 'INS';
+/* Squads Core */
+WFBE_V_West_SquadsRootVersion = 'Vanilla';
+WFBE_V_West_SquadsFaction = 'CDF';
+WFBE_V_East_SquadsRootVersion = 'Vanilla';
+WFBE_V_East_SquadsFaction = 'INS';
+/* Structures Core */
+WFBE_V_West_StructuresRootVersion = if (WF_A2_Vanilla) then {'Vanilla'} else {'CombinedOps'};
+WFBE_V_West_StructuresFaction = 'CDF';
+WFBE_V_East_StructuresRootVersion = if (WF_A2_Vanilla) then {'Vanilla'} else {'CombinedOps'};
+WFBE_V_East_StructuresFaction = 'INS';
+/* Artillery Core */
+WFBE_V_West_ArtilleryRootVersion = 'Vanilla';
+WFBE_V_West_ArtilleryFaction = 'CDF';
+WFBE_V_East_ArtilleryRootVersion = 'Vanilla';
+WFBE_V_East_ArtilleryFaction = 'INS';
\ No newline at end of file diff --git a/Common/Config/Core_Definition/Vanilla/Definition_CDF_RU.sqf b/Common/Config/Core_Definition/Vanilla/Definition_CDF_RU.sqf new file mode 100644 index 0000000..5c6afd1 --- /dev/null +++ b/Common/Config/Core_Definition/Vanilla/Definition_CDF_RU.sqf @@ -0,0 +1,27 @@ +/* Vanilla - CDF versus Russians */
+
+/* Units Core */
+WFBE_V_West_UnitsRootVersion = 'Vanilla';
+WFBE_V_West_Faction = 'CDF';
+WFBE_V_East_UnitsRootVersion = 'Vanilla';
+WFBE_V_East_Faction = 'RU';
+/* Loadout Core */
+WFBE_V_West_LoadoutRootVersion = 'Vanilla';
+WFBE_V_West_Loadout = 'CDF';
+WFBE_V_East_LoadoutRootVersion = 'Vanilla';
+WFBE_V_East_Loadout = 'RU';
+/* Squads Core */
+WFBE_V_West_SquadsRootVersion = 'Vanilla';
+WFBE_V_West_SquadsFaction = 'CDF';
+WFBE_V_East_SquadsRootVersion = 'Vanilla';
+WFBE_V_East_SquadsFaction = 'RU';
+/* Structures Core */
+WFBE_V_West_StructuresRootVersion = 'Vanilla';
+WFBE_V_West_StructuresFaction = 'CDF';
+WFBE_V_East_StructuresRootVersion = 'Vanilla';
+WFBE_V_East_StructuresFaction = 'RU';
+/* Artillery Core */
+WFBE_V_West_ArtilleryRootVersion = 'Vanilla';
+WFBE_V_West_ArtilleryFaction = 'CDF';
+WFBE_V_East_ArtilleryRootVersion = 'Vanilla';
+WFBE_V_East_ArtilleryFaction = 'RU';
\ No newline at end of file diff --git a/Common/Config/Core_Definition/Vanilla/Definition_USMC_INS.sqf b/Common/Config/Core_Definition/Vanilla/Definition_USMC_INS.sqf new file mode 100644 index 0000000..4d311fd --- /dev/null +++ b/Common/Config/Core_Definition/Vanilla/Definition_USMC_INS.sqf @@ -0,0 +1,27 @@ +/* Vanilla - USMC versus Insurgents */
+
+/* Units Core */
+WFBE_V_West_UnitsRootVersion = 'Vanilla';
+WFBE_V_West_Faction = 'USMC';
+WFBE_V_East_UnitsRootVersion = 'Vanilla';
+WFBE_V_East_Faction = 'INS';
+/* Loadout Core */
+WFBE_V_West_LoadoutRootVersion = 'Vanilla';
+WFBE_V_West_Loadout = 'USMC';
+WFBE_V_East_LoadoutRootVersion = 'Vanilla';
+WFBE_V_East_Loadout = 'INS';
+/* Squads Core */
+WFBE_V_West_SquadsRootVersion = 'Vanilla';
+WFBE_V_West_SquadsFaction = 'USMC';
+WFBE_V_East_SquadsRootVersion = 'Vanilla';
+WFBE_V_East_SquadsFaction = 'INS';
+/* Structures Core */
+WFBE_V_West_StructuresRootVersion = 'Vanilla';
+WFBE_V_West_StructuresFaction = 'USMC';
+WFBE_V_East_StructuresRootVersion = 'Vanilla';
+WFBE_V_East_StructuresFaction = 'INS';
+/* Artillery Core */
+WFBE_V_West_ArtilleryRootVersion = 'Vanilla';
+WFBE_V_West_ArtilleryFaction = 'USMC';
+WFBE_V_East_ArtilleryRootVersion = 'Vanilla';
+WFBE_V_East_ArtilleryFaction = 'INS';
\ No newline at end of file diff --git a/Common/Config/Core_Definition/Vanilla/Definition_USMC_RU.sqf b/Common/Config/Core_Definition/Vanilla/Definition_USMC_RU.sqf new file mode 100644 index 0000000..d633884 --- /dev/null +++ b/Common/Config/Core_Definition/Vanilla/Definition_USMC_RU.sqf @@ -0,0 +1,27 @@ +/* Vanilla - USMC versus Russians */
+
+/* Units Core */
+WFBE_V_West_UnitsRootVersion = 'Vanilla';
+WFBE_V_West_Faction = 'USMC';
+WFBE_V_East_UnitsRootVersion = 'Vanilla';
+WFBE_V_East_Faction = 'RU';
+/* Loadout Core */
+WFBE_V_West_LoadoutRootVersion = 'Vanilla';
+WFBE_V_West_Loadout = 'USMC';
+WFBE_V_East_LoadoutRootVersion = 'Vanilla';
+WFBE_V_East_Loadout = 'RU';
+/* Squads Core */
+WFBE_V_West_SquadsRootVersion = 'Vanilla';
+WFBE_V_West_SquadsFaction = 'USMC';
+WFBE_V_East_SquadsRootVersion = 'Vanilla';
+WFBE_V_East_SquadsFaction = 'RU';
+/* Structures Core */
+WFBE_V_West_StructuresRootVersion = 'Vanilla';
+WFBE_V_West_StructuresFaction = 'USMC';
+WFBE_V_East_StructuresRootVersion = 'Vanilla';
+WFBE_V_East_StructuresFaction = 'RU';
+/* Artillery Core */
+WFBE_V_West_ArtilleryRootVersion = 'Vanilla';
+WFBE_V_West_ArtilleryFaction = 'USMC';
+WFBE_V_East_ArtilleryRootVersion = 'Vanilla';
+WFBE_V_East_ArtilleryFaction = 'RU';
\ No newline at end of file |
