From 24c9ca5d12486086c8d06ba39b2d9295a6d25e25 Mon Sep 17 00:00:00 2001 From: Starfire13 <72491792+Starfire13@users.noreply.github.com> Date: Sat, 24 Feb 2024 16:25:25 +1100 Subject: [PATCH] Add FCR to the Apache Blk II's new loadout slot (#3343) The Apache Blk II now has a dedicated loadout slot for the CFR, rather than it being set by a checkbox in the mission editor. This PR updates the loadouts for that new slot. This PR should not be merged until Liberation/pydcs has been updated to support the change. --- .../customized_payloads/AH-64D_BLK_II.lua | 107 +++++++++++++----- 1 file changed, 76 insertions(+), 31 deletions(-) diff --git a/resources/customized_payloads/AH-64D_BLK_II.lua b/resources/customized_payloads/AH-64D_BLK_II.lua index 0ef3e5de..2850bd4f 100644 --- a/resources/customized_payloads/AH-64D_BLK_II.lua +++ b/resources/customized_payloads/AH-64D_BLK_II.lua @@ -2,30 +2,6 @@ local unitPayloads = { ["name"] = "AH-64D_BLK_II", ["payloads"] = { [1] = { - ["name"] = "Liberation CAS", - ["pylons"] = { - [1] = { - ["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}", - ["num"] = 3, - }, - [2] = { - ["CLSID"] = "{M299_4xAGM_114L}", - ["num"] = 4, - }, - [3] = { - ["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}", - ["num"] = 2, - }, - [4] = { - ["CLSID"] = "{M299_4xAGM_114L}", - ["num"] = 1, - }, - }, - ["tasks"] = { - [1] = 31, - }, - }, - [2] = { ["displayName"] = "Liberation BAI", ["name"] = "Liberation BAI", ["pylons"] = { @@ -45,12 +21,72 @@ local unitPayloads = { ["CLSID"] = "{M299_4xAGM_114L}", ["num"] = 1, }, + [5] = { + ["CLSID"] = "{AN_APG_78}", + ["num"] = 6, + }, + }, + ["tasks"] = { + [1] = 31, + }, + }, + [2] = { + ["name"] = "Liberation OCA/Aircraft", + ["pylons"] = { + [1] = { + ["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}", + ["num"] = 3, + }, + [2] = { + ["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}", + ["num"] = 2, + }, + [3] = { + ["CLSID"] = "{M261_M229}", + ["num"] = 4, + }, + [4] = { + ["CLSID"] = "{M261_M229}", + ["num"] = 1, + }, + [5] = { + ["CLSID"] = "{AN_APG_78}", + ["num"] = 6, + }, }, ["tasks"] = { [1] = 31, }, }, [3] = { + ["name"] = "Liberation CAS", + ["pylons"] = { + [1] = { + ["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}", + ["num"] = 3, + }, + [2] = { + ["CLSID"] = "{M299_4xAGM_114L}", + ["num"] = 4, + }, + [3] = { + ["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}", + ["num"] = 2, + }, + [4] = { + ["CLSID"] = "{M299_4xAGM_114L}", + ["num"] = 1, + }, + [5] = { + ["CLSID"] = "{AN_APG_78}", + ["num"] = 6, + }, + }, + ["tasks"] = { + [1] = 31, + }, + }, + [4] = { ["displayName"] = "Liberation DEAD", ["name"] = "Liberation DEAD", ["pylons"] = { @@ -70,30 +106,39 @@ local unitPayloads = { ["CLSID"] = "{M299_4xAGM_114L}", ["num"] = 1, }, + [5] = { + ["CLSID"] = "{AN_APG_78}", + ["num"] = 6, + }, }, ["tasks"] = { [1] = 31, }, }, - [4] = { - ["name"] = "Liberation OCA/Aircraft", + [5] = { + ["displayName"] = "Liberation Escort", + ["name"] = "Liberation Escort", ["pylons"] = { [1] = { ["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}", ["num"] = 3, }, [2] = { + ["CLSID"] = "{M299_4xAGM_114L}", + ["num"] = 4, + }, + [3] = { ["CLSID"] = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}", ["num"] = 2, }, - [3] = { - ["CLSID"] = "{M261_M229}", - ["num"] = 4, - }, [4] = { - ["CLSID"] = "{M261_M229}", + ["CLSID"] = "{M299_4xAGM_114L}", ["num"] = 1, }, + [5] = { + ["CLSID"] = "{AN_APG_78}", + ["num"] = 6, + }, }, ["tasks"] = { [1] = 31,