mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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:
parent
470cdd64d4
commit
f648add735
@ -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
|
||||
* **[Modding]** Updated support for Su-30 mod to V2.1.12 beta
|
||||
* **[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]** 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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -104,19 +104,19 @@ local unitPayloads = {
|
||||
["name"] = "SEAD",
|
||||
["pylons"] = {
|
||||
[1] = {
|
||||
["CLSID"] = "{AGM_45A}",
|
||||
["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
|
||||
["num"] = 4,
|
||||
},
|
||||
[2] = {
|
||||
["CLSID"] = "{AGM_45A}",
|
||||
["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
|
||||
["num"] = 5,
|
||||
},
|
||||
[3] = {
|
||||
["CLSID"] = "{AGM_45A}",
|
||||
["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
|
||||
["num"] = 2,
|
||||
},
|
||||
[4] = {
|
||||
["CLSID"] = "{AGM_45A}",
|
||||
["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
|
||||
["num"] = 1,
|
||||
},
|
||||
[5] = {
|
||||
@ -132,19 +132,19 @@ local unitPayloads = {
|
||||
["name"] = "ANTISHIP",
|
||||
["pylons"] = {
|
||||
[1] = {
|
||||
["CLSID"] = "{AGM_45A}",
|
||||
["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
|
||||
["num"] = 5,
|
||||
},
|
||||
[2] = {
|
||||
["CLSID"] = "{AGM_45A}",
|
||||
["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
|
||||
["num"] = 4,
|
||||
},
|
||||
[3] = {
|
||||
["CLSID"] = "{AGM_45A}",
|
||||
["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
|
||||
["num"] = 2,
|
||||
},
|
||||
[4] = {
|
||||
["CLSID"] = "{AGM_45A}",
|
||||
["CLSID"] = "{3E6B632D-65EB-44D2-9501-1C2D04515404}",
|
||||
["num"] = 1,
|
||||
},
|
||||
[5] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user