Update A-4E-C mod support to version 2.2.0.

Updated Community A-4E-C mod version pydcs extension to 2.2.0 release.
This commit is contained in:
MetalStormGhost 2023-11-02 01:47:31 +02:00 committed by Raffson
parent 470cdd64d4
commit f648add735
3 changed files with 1488 additions and 440 deletions

View File

@ -10,6 +10,7 @@
* **[Options]** Split off the **Automatic AWACS package planning** and **Automatic Theater tanker package planning** settings from **Automatic package planning behavior** so players can choose to have AWACS and theater tankers auto-planned, while managing everything else themselves * **[Options]** Split off the **Automatic AWACS package planning** and **Automatic Theater tanker package planning** settings from **Automatic package planning behavior** so players can choose to have AWACS and theater tankers auto-planned, while managing everything else themselves
* **[Modding]** Updated support for Su-30 mod to V2.1.12 beta * **[Modding]** Updated support for Su-30 mod to V2.1.12 beta
* **[Modding]** Updated support for Su-57 mod to build-04 * **[Modding]** Updated support for Su-57 mod to build-04
* **[Modding]** Updated Community A-4E-C mod version support to 2.2.0 release.
* **[Radios]** Added HF-FM band for AN/ARC-222 * **[Radios]** Added HF-FM band for AN/ARC-222
* **[Radios]** Ability to define preset channels for radios on squadron level (for human pilots only) * **[Radios]** Ability to define preset channels for radios on squadron level (for human pilots only)
* **[Mission Planning]** Avoid helicopters being assigned as escort to planes and vice-versa * **[Mission Planning]** Avoid helicopters being assigned as escort to planes and vice-versa

File diff suppressed because it is too large Load Diff

View File

@ -104,19 +104,19 @@ local unitPayloads = {
["name"] = "SEAD", ["name"] = "SEAD",
["pylons"] = { ["pylons"] = {
[1] = { [1] = {
["CLSID"] = "{AGM_45A}", ["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
["num"] = 4, ["num"] = 4,
}, },
[2] = { [2] = {
["CLSID"] = "{AGM_45A}", ["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
["num"] = 5, ["num"] = 5,
}, },
[3] = { [3] = {
["CLSID"] = "{AGM_45A}", ["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
["num"] = 2, ["num"] = 2,
}, },
[4] = { [4] = {
["CLSID"] = "{AGM_45A}", ["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
["num"] = 1, ["num"] = 1,
}, },
[5] = { [5] = {
@ -132,19 +132,19 @@ local unitPayloads = {
["name"] = "ANTISHIP", ["name"] = "ANTISHIP",
["pylons"] = { ["pylons"] = {
[1] = { [1] = {
["CLSID"] = "{AGM_45A}", ["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
["num"] = 5, ["num"] = 5,
}, },
[2] = { [2] = {
["CLSID"] = "{AGM_45A}", ["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
["num"] = 4, ["num"] = 4,
}, },
[3] = { [3] = {
["CLSID"] = "{AGM_45A}", ["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
["num"] = 2, ["num"] = 2,
}, },
[4] = { [4] = {
["CLSID"] = "{AGM_45A}", ["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
["num"] = 1, ["num"] = 1,
}, },
[5] = { [5] = {