From bf71351e6d3f0ade9bc731879a6258d8b912f6d7 Mon Sep 17 00:00:00 2001 From: SpaceEnthusiast <29228440+SpaceEnthusiast@users.noreply.github.com> Date: Wed, 21 Apr 2021 22:45:44 -0400 Subject: [PATCH 1/3] Canadian, Australian, and Spanish Hornets now use proper liveries --- resources/factions/australia_2005.json | 8 +++++++- resources/factions/canada_2005.json | 8 +++++++- resources/factions/spain_1990.json | 19 ++++++++++++++++++- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/resources/factions/australia_2005.json b/resources/factions/australia_2005.json index 00cec1de..efca64d4 100644 --- a/resources/factions/australia_2005.json +++ b/resources/factions/australia_2005.json @@ -61,5 +61,11 @@ "ArleighBurkeGroupGenerator" ], "has_jtac": true, - "jtac_unit": "MQ_9_Reaper" + "jtac_unit": "MQ_9_Reaper", + "liveries_overrides": { + "FA_18C_hornet": [ + "Australian 75th Squadron", + "Australian 77th Squadron" + ] + } } diff --git a/resources/factions/canada_2005.json b/resources/factions/canada_2005.json index 0775dff5..7d394842 100644 --- a/resources/factions/canada_2005.json +++ b/resources/factions/canada_2005.json @@ -59,5 +59,11 @@ "ArleighBurkeGroupGenerator" ], "has_jtac": true, - "jtac_unit": "MQ_9_Reaper" + "jtac_unit": "MQ_9_Reaper", + "liveries_overrides": { + "FA_18C_hornet": [ + "Canada 409th Squadron", + "Canada 425th Squadron" + ] + } } diff --git a/resources/factions/spain_1990.json b/resources/factions/spain_1990.json index 344ea866..6dd974be 100644 --- a/resources/factions/spain_1990.json +++ b/resources/factions/spain_1990.json @@ -64,5 +64,22 @@ "OliverHazardPerryGroupGenerator" ], "has_jtac": true, - "jtac_unit": "MQ_9_Reaper" + "jtac_unit": "MQ_9_Reaper", + "liveries_overrides": { + "FA_18C_hornet": [ + "Spain 111th Escuadron C.15-73", + "Spain 111th Escuadron C.15-88", + "Spain 121th Escuadron C.15-45", + "Spain 121th Escuadron C.15-50", + "Spain 121th Escuadron C.15-60", + "Spain 151th Escuadron C.15-14", + "Spain 151th Escuadron C.15-18", + "Spain 151th Escuadron C.15-23", + "Spain 151th Escuadron C.15-24", + "Spain 211th Escuadron C.15-76", + "Spain 211th Escuadron C.15-77", + "Spain 462th Escuadron C.15-79", + "Spain 462th Escuadron C.15-90" + ] + } } From 60b9ae0a709dbd62d869bca529548d9175a3811d Mon Sep 17 00:00:00 2001 From: SpaceEnthusiast <29228440+SpaceEnthusiast@users.noreply.github.com> Date: Wed, 21 Apr 2021 23:43:31 -0400 Subject: [PATCH 2/3] Added Canada with C130 Faction --- resources/factions/canada_2005_c130.json | 75 ++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 resources/factions/canada_2005_c130.json diff --git a/resources/factions/canada_2005_c130.json b/resources/factions/canada_2005_c130.json new file mode 100644 index 00000000..9620dc24 --- /dev/null +++ b/resources/factions/canada_2005_c130.json @@ -0,0 +1,75 @@ +{ + "country": "Canada", + "name": "Canada 2005 (With C-130)", + "authors": "Khopa, SpaceEnthusiast", + "description": "
Canada in the 2000s, an F/A-18C Hornet focused faction.
", + "aircrafts": [ + "FA_18C_hornet", + "UH_1H", + "AH_1W", + "Hercules" + ], + "awacs": [ + "E_3A" + ], + "tankers": [ + "KC_135", + "KC130" + ], + "frontline_units": [ + "MBT_Leopard_1A3", + "MBT_Leopard_2", + "IFV_LAV_25", + "APC_M113", + "IFV_Warrior", + "SAM_Avenger__Stinger" + ], + "artillery_units": [ + ], + "logistics_units": [ + "Truck_M818_6x6" + ], + "infantry_units": [ + "Infantry_M4", + "Infantry_M249", + "MANPADS_Stinger" + ], + "air_defenses": [ + "AvengerGenerator", + "HawkGenerator" + ], + "ewrs": [ + "HawkEwrGenerator" + ], + "aircraft_carrier": [ + ], + "helicopter_carrier": [ + ], + "destroyers": [ + "DDG_Arleigh_Burke_IIa" + ], + "cruisers": [ + "CG_Ticonderoga" + ], + "requirements": { + "C-130J-30 Super Hercules Mod by Anubis": "https://forums.eagle.ru/topic/252075-dcs-super-hercules-mod-by-anubis/" + }, + "carrier_names": [ + ], + "helicopter_carrier_names": [ + ], + "navy_generators": [ + "ArleighBurkeGroupGenerator" + ], + "has_jtac": true, + "jtac_unit": "MQ_9_Reaper", + "liveries_overrides": { + "FA_18C_hornet": [ + "Canada 409th Squadron", + "Canada 425th Squadron" + ], + "Hercules": [ + "Royal Canadian AF CC-130J" + ] + } +} From d6c1550a1d15319bb2a577a22a5b028d0ddd9c3e Mon Sep 17 00:00:00 2001 From: SpaceEnthusiast <29228440+SpaceEnthusiast@users.noreply.github.com> Date: Wed, 21 Apr 2021 23:58:18 -0400 Subject: [PATCH 3/3] Added Australia with C130 Faction --- resources/factions/australia_2005_c130.json | 74 +++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 resources/factions/australia_2005_c130.json diff --git a/resources/factions/australia_2005_c130.json b/resources/factions/australia_2005_c130.json new file mode 100644 index 00000000..ae5ecb18 --- /dev/null +++ b/resources/factions/australia_2005_c130.json @@ -0,0 +1,74 @@ +{ + "country": "Australia", + "name": "Australia 2005 (With C-130)", + "authors": "Khopa, SpaceEnthusiast", + "description": "The Australian army in 2005.
Some units might not be accurate, but were picked to represent at best this army.
", + "aircrafts": [ + "FA_18C_hornet", + "UH_1H", + "SH_60B", + "AH_1W", + "Hercules" + ], + "awacs": [ + "E_3A" + ], + "tankers": [ + "KC_135", + "KC130" + ], + "frontline_units": [ + "MBT_M1A2_Abrams", + "MBT_Leopard_1A3", + "APC_M113", + "IFV_LAV_25", + "IFV_Warrior" + ], + "artillery_units": [ + ], + "logistics_units": [ + "Truck_M818_6x6" + ], + "infantry_units": [ + "Infantry_M4", + "Infantry_M249", + "MANPADS_Stinger" + ], + "air_defenses": [ + "HawkGenerator", + "RapierGenerator" + ], + "ewrs": [ + "HawkEwrGenerator" + ], + "aircraft_carrier": [ + ], + "helicopter_carrier": [ + "LHA_1_Tarawa" + ], + "destroyers": [ + "DDG_Arleigh_Burke_IIa" + ], + "cruisers": [ + ], + "requirements": { + "C-130J-30 Super Hercules Mod by Anubis": "https://forums.eagle.ru/topic/252075-dcs-super-hercules-mod-by-anubis/" + }, + "carrier_names": [ + ], + "helicopter_carrier_names": [ + "HMAS Canberra", + "HMAS Adelaide" + ], + "navy_generators": [ + "ArleighBurkeGroupGenerator" + ], + "has_jtac": true, + "jtac_unit": "MQ_9_Reaper", + "liveries_overrides": { + "FA_18C_hornet": [ + "Australian 75th Squadron", + "Australian 77th Squadron" + ] + } +}