mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
A-4E-C mod support v2.1.0 (#43)
* Updated a4ec.py to Community A-4E-C mod version 2.1.0 * Updated changelog. Updated A-4E mod version in QNewGameWizard.py (#44) Co-Authored-By: Raffson <Raffson@users.noreply.github.com>
This commit is contained in:
parent
4b8e7e972e
commit
cdd72820b4
@ -22,6 +22,8 @@ BAI/ANTISHIP/DEAD/STRIKE/BARCAP/CAS/OCA/AIR-ASSAULT (main) missions
|
||||
* **[Modding]** Support IDF Mod Project F-16I Sufa & F-16D v2.2 mod
|
||||
* **[Modding]** Support for F-84G mod version 2.5.7.01
|
||||
* **[Modding]** Updated F-104 mod version support to 2.7.11.222.01
|
||||
* **[Modding]** Updated Community A-4E-C mod version support to 2.1.0 release.
|
||||
* **[UI]** Add livery selector to Air Wing Configurator's squadrons.
|
||||
* **[Performance]** Added performance option: Maximum front-line unit supply per control point.
|
||||
* **[Performance]** Added performance option: Disable convoys.
|
||||
* **[Performance]** Added performance option: Front-line troops prefer roads.
|
||||
|
||||
@ -88,39 +88,49 @@ class WeaponsA4EC:
|
||||
"name": "BDU-33 *6 (MER)",
|
||||
"weight": 167.6,
|
||||
}
|
||||
CBU_1_A = {"clsid": "{CBU-1/A}", "name": "CBU-1/A", "weight": 458.921706}
|
||||
BLU_3B_x_19 = {"clsid": "{BLU_3B_GROUP}", "name": "BLU-3B x 19", "weight": 0.793786}
|
||||
BLU_4B_x_27 = {
|
||||
"clsid": "{BLU_4B_GROUP}",
|
||||
"name": "BLU-4B x 27",
|
||||
"weight": 0.5443104,
|
||||
}
|
||||
CBU_1_A = {"clsid": "{CBU-1/A}", "name": "CBU-1/A", "weight": 337.2910112}
|
||||
CBU_1_A_2 = {"clsid": "{CBU-1/A*2}", "name": "CBU-1/A*2", "weight": 616.5222464}
|
||||
CBU_1_A__2 = {
|
||||
"clsid": "{CBU-1/A_TER_2_L}",
|
||||
"name": "CBU-1/A *2",
|
||||
"weight": 713.473056,
|
||||
"weight": 722.1820224,
|
||||
}
|
||||
CBU_1_A__2_ = {
|
||||
"clsid": "{CBU-1/A_TER_2_R}",
|
||||
"name": "CBU-1/A *2",
|
||||
"weight": 713.473056,
|
||||
"weight": 722.1820224,
|
||||
}
|
||||
CBU_2B_A = {"clsid": "{CBU-2B/A}", "name": "CBU-2B/A", "weight": 379.543106}
|
||||
CBU_2B_A = {"clsid": "{CBU-2B/A}", "name": "CBU-2B/A", "weight": 344.616522}
|
||||
CBU_2B_A_2 = {"clsid": "{CBU-2B/A*2}", "name": "CBU-2B/A*2", "weight": 631.173268}
|
||||
CBU_2B_A__2 = {
|
||||
"clsid": "{CBU-2B/A_TER_2_L}",
|
||||
"name": "CBU-2B/A *2",
|
||||
"weight": 806.686212,
|
||||
"weight": 827.324648,
|
||||
}
|
||||
CBU_2B_A__2_ = {
|
||||
"clsid": "{CBU-2B/A_TER_2_R}",
|
||||
"name": "CBU-2B/A *2",
|
||||
"weight": 806.686212,
|
||||
"weight": 827.324648,
|
||||
}
|
||||
CBU_2_A = {"clsid": "{CBU-2/A}", "name": "CBU-2/A", "weight": 343.822736}
|
||||
CBU_2_A = {"clsid": "{CBU-2/A}", "name": "CBU-2/A", "weight": 344.616522}
|
||||
CBU_2_A_2 = {"clsid": "{CBU-2/A*2}", "name": "CBU-2/A*2", "weight": 631.173268}
|
||||
CBU_2_A__2 = {
|
||||
"clsid": "{CBU-2/A_TER_2_L}",
|
||||
"name": "CBU-2/A *2",
|
||||
"weight": 735.245472,
|
||||
"weight": 736.833044,
|
||||
}
|
||||
CBU_2_A__2_ = {
|
||||
"clsid": "{CBU-2/A_TER_2_R}",
|
||||
"name": "CBU-2/A *2",
|
||||
"weight": 735.245472,
|
||||
"weight": 736.833044,
|
||||
}
|
||||
CBU_DUMMY = {"clsid": "{CBU_DUMMY}", "name": "CBU_DUMMY", "weight": 58.059776}
|
||||
Fuel_Tank_150_gallons = {
|
||||
"clsid": "{DFT-150gal}",
|
||||
"name": "Fuel Tank 150 gallons",
|
||||
|
||||
@ -708,7 +708,7 @@ class GeneratorOptions(QtWidgets.QWizardPage):
|
||||
modLayout_row = 1
|
||||
|
||||
mod_pairs = [
|
||||
("A-4E Skyhawk (v2.0.0)", a4_skyhawk),
|
||||
("A-4E Skyhawk (v2.1.0)", a4_skyhawk),
|
||||
("A-6A Intruder (v2.7.5.01)", a6a_intruder),
|
||||
("C-130J-30 Super Hercules", hercules),
|
||||
("F-4B Phantom II (v2.7.10.02 EFM + Patch 2022.10.02)", f4b_phantom),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user