mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Update A4EC mod version to 2.3 (#3525)
This commit is contained in:
parent
a7488a5fdd
commit
5676c40788
@ -5,6 +5,7 @@ Saves from 13.x are not compatible with 14.0.0.
|
|||||||
## Features/Improvements
|
## Features/Improvements
|
||||||
|
|
||||||
* **[Engine]** Support for DCS 2.9.19.13478
|
* **[Engine]** Support for DCS 2.9.19.13478
|
||||||
|
* **[Mods]** A4EC mod version updated to 2.3.
|
||||||
* **[UI]** Allow saving after fast forwarding manually with sim speed controls (--show-sim-speed-controls option).
|
* **[UI]** Allow saving after fast forwarding manually with sim speed controls (--show-sim-speed-controls option).
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -843,7 +843,7 @@ class GeneratorOptions(QtWidgets.QWizardPage):
|
|||||||
modLayout = QtWidgets.QGridLayout()
|
modLayout = QtWidgets.QGridLayout()
|
||||||
modLayout_row = 1
|
modLayout_row = 1
|
||||||
modLayout.addWidget(
|
modLayout.addWidget(
|
||||||
QtWidgets.QLabel("A-4E Skyhawk (version 2.2.0)"), modLayout_row, 0
|
QtWidgets.QLabel("A-4E Skyhawk (version 2.3.0)"), modLayout_row, 0
|
||||||
)
|
)
|
||||||
modLayout.addWidget(a4_skyhawk, modLayout_row, 1)
|
modLayout.addWidget(a4_skyhawk, modLayout_row, 1)
|
||||||
modLayout_row += 1
|
modLayout_row += 1
|
||||||
|
|||||||
@ -178,15 +178,15 @@ local unitPayloads = {
|
|||||||
["name"] = "Liberation SEAD",
|
["name"] = "Liberation SEAD",
|
||||||
["pylons"] = {
|
["pylons"] = {
|
||||||
[1] = {
|
[1] = {
|
||||||
["CLSID"] = "{AGM_45A}",
|
["CLSID"] = "{C_A4E_AGM-45B_LAU34}",
|
||||||
["num"] = 5,
|
["num"] = 5,
|
||||||
},
|
},
|
||||||
[2] = {
|
[2] = {
|
||||||
["CLSID"] = "{AGM_45A}",
|
["CLSID"] = "{C_A4E_AGM-45B_LAU34}",
|
||||||
["num"] = 1,
|
["num"] = 1,
|
||||||
},
|
},
|
||||||
[3] = {
|
[3] = {
|
||||||
["CLSID"] = "{AGM_45A}",
|
["CLSID"] = "<CLEAN>",
|
||||||
["num"] = 4,
|
["num"] = 4,
|
||||||
},
|
},
|
||||||
[4] = {
|
[4] = {
|
||||||
@ -194,7 +194,7 @@ local unitPayloads = {
|
|||||||
["num"] = 3,
|
["num"] = 3,
|
||||||
},
|
},
|
||||||
[5] = {
|
[5] = {
|
||||||
["CLSID"] = "{AGM_45A}",
|
["CLSID"] = "<CLEAN>",
|
||||||
["num"] = 2,
|
["num"] = 2,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -265,15 +265,15 @@ local unitPayloads = {
|
|||||||
["name"] = "Liberation SEAD Escort",
|
["name"] = "Liberation SEAD Escort",
|
||||||
["pylons"] = {
|
["pylons"] = {
|
||||||
[1] = {
|
[1] = {
|
||||||
["CLSID"] = "{AGM_45A}",
|
["CLSID"] = "{C_A4E_AGM-45B_LAU34}",
|
||||||
["num"] = 5,
|
["num"] = 5,
|
||||||
},
|
},
|
||||||
[2] = {
|
[2] = {
|
||||||
["CLSID"] = "{AGM_45A}",
|
["CLSID"] = "{C_A4E_AGM-45B_LAU34}",
|
||||||
["num"] = 1,
|
["num"] = 1,
|
||||||
},
|
},
|
||||||
[3] = {
|
[3] = {
|
||||||
["CLSID"] = "{AGM_45A}",
|
["CLSID"] = "<CLEAN>",
|
||||||
["num"] = 4,
|
["num"] = 4,
|
||||||
},
|
},
|
||||||
[4] = {
|
[4] = {
|
||||||
@ -281,7 +281,7 @@ local unitPayloads = {
|
|||||||
["num"] = 3,
|
["num"] = 3,
|
||||||
},
|
},
|
||||||
[5] = {
|
[5] = {
|
||||||
["CLSID"] = "{AGM_45A}",
|
["CLSID"] = "<CLEAN>",
|
||||||
["num"] = 2,
|
["num"] = 2,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -352,11 +352,11 @@ local unitPayloads = {
|
|||||||
["name"] = "Liberation DEAD",
|
["name"] = "Liberation DEAD",
|
||||||
["pylons"] = {
|
["pylons"] = {
|
||||||
[1] = {
|
[1] = {
|
||||||
["CLSID"] = "{AGM_45A}",
|
["CLSID"] = "{C_A4E_AGM-45B_LAU34}",
|
||||||
["num"] = 5,
|
["num"] = 5,
|
||||||
},
|
},
|
||||||
[2] = {
|
[2] = {
|
||||||
["CLSID"] = "{AGM_45A}",
|
["CLSID"] = "{C_A4E_AGM-45B_LAU34}",
|
||||||
["num"] = 1,
|
["num"] = 1,
|
||||||
},
|
},
|
||||||
[3] = {
|
[3] = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user