From c055d44dcdb87e8db49fb23e632fc086aa44cce6 Mon Sep 17 00:00:00 2001 From: hybrid Date: Thu, 11 Jun 2026 19:53:22 +0300 Subject: init --- .../Arrowhead/Definition_US_TKA.sqf | 27 ++++++++++++++++++ .../CombinedOps/Definition_US_INS.sqf | 32 ++++++++++++++++++++++ .../CombinedOps/Definition_US_RU.sqf | 32 ++++++++++++++++++++++ .../Core_Definition/Vanilla/Definition_CDF_INS.sqf | 27 ++++++++++++++++++ .../Core_Definition/Vanilla/Definition_CDF_RU.sqf | 27 ++++++++++++++++++ .../Vanilla/Definition_USMC_INS.sqf | 27 ++++++++++++++++++ .../Core_Definition/Vanilla/Definition_USMC_RU.sqf | 27 ++++++++++++++++++ 7 files changed, 199 insertions(+) create mode 100644 Common/Config/Core_Definition/Arrowhead/Definition_US_TKA.sqf create mode 100644 Common/Config/Core_Definition/CombinedOps/Definition_US_INS.sqf create mode 100644 Common/Config/Core_Definition/CombinedOps/Definition_US_RU.sqf create mode 100644 Common/Config/Core_Definition/Vanilla/Definition_CDF_INS.sqf create mode 100644 Common/Config/Core_Definition/Vanilla/Definition_CDF_RU.sqf create mode 100644 Common/Config/Core_Definition/Vanilla/Definition_USMC_INS.sqf create mode 100644 Common/Config/Core_Definition/Vanilla/Definition_USMC_RU.sqf (limited to 'Common/Config/Core_Definition') diff --git a/Common/Config/Core_Definition/Arrowhead/Definition_US_TKA.sqf b/Common/Config/Core_Definition/Arrowhead/Definition_US_TKA.sqf new file mode 100644 index 0000000..0fab77d --- /dev/null +++ b/Common/Config/Core_Definition/Arrowhead/Definition_US_TKA.sqf @@ -0,0 +1,27 @@ +/* Arrowhead - US versus Takistan Army */ + +/* Units Core */ +WFBE_V_West_UnitsRootVersion = 'Arrowhead'; +WFBE_V_West_Faction = 'US'; +WFBE_V_East_UnitsRootVersion = 'Arrowhead'; +WFBE_V_East_Faction = 'TKA'; +/* Loadout Core */ +WFBE_V_West_LoadoutRootVersion = 'Arrowhead'; +WFBE_V_West_Loadout = 'US'; +WFBE_V_East_LoadoutRootVersion = 'Arrowhead'; +WFBE_V_East_Loadout = 'TKA'; +/* Squads Core */ +WFBE_V_West_SquadsRootVersion = 'Arrowhead'; +WFBE_V_West_SquadsFaction = 'US'; +WFBE_V_East_SquadsRootVersion = 'Arrowhead'; +WFBE_V_East_SquadsFaction = 'TKA'; +/* Structures Core */ +WFBE_V_West_StructuresRootVersion = 'Arrowhead'; +WFBE_V_West_StructuresFaction = 'US'; +WFBE_V_East_StructuresRootVersion = 'Arrowhead'; +WFBE_V_East_StructuresFaction = 'TKA'; +/* Artillery Core */ +WFBE_V_West_ArtilleryRootVersion = 'Arrowhead'; +WFBE_V_West_ArtilleryFaction = 'US'; +WFBE_V_East_ArtilleryRootVersion = 'Arrowhead'; +WFBE_V_East_ArtilleryFaction = 'TKA'; \ No newline at end of file diff --git a/Common/Config/Core_Definition/CombinedOps/Definition_US_INS.sqf b/Common/Config/Core_Definition/CombinedOps/Definition_US_INS.sqf new file mode 100644 index 0000000..d5cc3e5 --- /dev/null +++ b/Common/Config/Core_Definition/CombinedOps/Definition_US_INS.sqf @@ -0,0 +1,32 @@ +/* Arrowhead - US versus Insurgents */ + +/* Units Core */ +WFBE_V_West_UnitsRootVersion = 'CombinedOps'; +WFBE_V_West_Faction = 'US'; +WFBE_V_East_UnitsRootVersion = 'Vanilla'; +WFBE_V_East_Faction = 'INS'; +/* Loadout Core */ +WFBE_V_West_LoadoutRootVersion = 'CombinedOps'; +WFBE_V_West_Loadout = 'US'; +WFBE_V_East_LoadoutRootVersion = 'Vanilla'; +WFBE_V_East_Loadout = 'INS'; +/* Squads Core */ +if (WF_Camo) then { + WFBE_V_West_SquadsRootVersion = 'CombinedOps'; + WFBE_V_West_SquadsFaction = 'US_Camo'; +} else { + WFBE_V_West_SquadsRootVersion = 'Arrowhead'; + WFBE_V_West_SquadsFaction = 'US'; +}; +WFBE_V_East_SquadsRootVersion = 'Vanilla'; +WFBE_V_East_SquadsFaction = 'INS'; +/* Structures Core */ +WFBE_V_West_StructuresRootVersion = 'CombinedOps'; +WFBE_V_West_StructuresFaction = 'US'; +WFBE_V_East_StructuresRootVersion = 'Vanilla'; +WFBE_V_East_StructuresFaction = 'INS'; +/* Artillery Core */ +WFBE_V_West_ArtilleryRootVersion = 'CombinedOps'; +WFBE_V_West_ArtilleryFaction = 'US'; +WFBE_V_East_ArtilleryRootVersion = 'Vanilla'; +WFBE_V_East_ArtilleryFaction = 'INS'; \ No newline at end of file diff --git a/Common/Config/Core_Definition/CombinedOps/Definition_US_RU.sqf b/Common/Config/Core_Definition/CombinedOps/Definition_US_RU.sqf new file mode 100644 index 0000000..a900b46 --- /dev/null +++ b/Common/Config/Core_Definition/CombinedOps/Definition_US_RU.sqf @@ -0,0 +1,32 @@ +/* Arrowhead - US versus Russians */ + +/* Units Core */ +WFBE_V_West_UnitsRootVersion = 'CombinedOps'; +WFBE_V_West_Faction = 'US'; +WFBE_V_East_UnitsRootVersion = 'CombinedOps'; +WFBE_V_East_Faction = 'RU'; +/* Loadout Core */ +WFBE_V_West_LoadoutRootVersion = 'CombinedOps'; +WFBE_V_West_Loadout = 'US'; +WFBE_V_East_LoadoutRootVersion = 'CombinedOps'; +WFBE_V_East_Loadout = 'RU'; +/* Squads Core */ +if (WF_Camo) then { + WFBE_V_West_SquadsRootVersion = 'CombinedOps'; + WFBE_V_West_SquadsFaction = 'US_Camo'; +} else { + WFBE_V_West_SquadsRootVersion = 'Arrowhead'; + WFBE_V_West_SquadsFaction = 'US'; +}; +WFBE_V_East_SquadsRootVersion = 'Vanilla'; +WFBE_V_East_SquadsFaction = 'RU'; +/* Structures Core */ +WFBE_V_West_StructuresRootVersion = 'CombinedOps'; +WFBE_V_West_StructuresFaction = 'US'; +WFBE_V_East_StructuresRootVersion = 'CombinedOps'; +WFBE_V_East_StructuresFaction = 'TKA'; +/* Artillery Core */ +WFBE_V_West_ArtilleryRootVersion = 'CombinedOps'; +WFBE_V_West_ArtilleryFaction = 'US'; +WFBE_V_East_ArtilleryRootVersion = 'CombinedOps'; +WFBE_V_East_ArtilleryFaction = 'RU'; \ No newline at end of file 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 -- cgit v1.3.1