Update A4EC mod version to 2.3 (#3525)

This commit is contained in:
zhexu14 2025-10-03 23:28:48 +10:00 committed by GitHub
parent a7488a5fdd
commit 5676c40788
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 463 additions and 340 deletions

View File

@ -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

View File

@ -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

View File

@ -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] = {