diff options
| author | hybrid <hybrid@hybridlabs.pro> | 2026-06-11 19:38:09 +0300 |
|---|---|---|
| committer | hybrid <hybrid@hybridlabs.pro> | 2026-06-11 19:38:09 +0300 |
| commit | a3a91d4f45b22fd487ecbc954ad979be5d03efdd (patch) | |
| tree | a554ab159a347dcd6c00ca1c7c26c1ec3ac0a6bd /Common/Config/Core_Definition/CombinedOps | |
| download | a2wf_chernarus-main.tar.gz a2wf_chernarus-main.tar.bz2 a2wf_chernarus-main.zip | |
Diffstat (limited to 'Common/Config/Core_Definition/CombinedOps')
| -rw-r--r-- | Common/Config/Core_Definition/CombinedOps/Definition_US_INS.sqf | 32 | ||||
| -rw-r--r-- | Common/Config/Core_Definition/CombinedOps/Definition_US_RU.sqf | 32 |
2 files changed, 64 insertions, 0 deletions
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 |
