mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Update version info for Su-57 mod
This commit is contained in:
parent
7200c687af
commit
15b0c26c5d
@ -8,6 +8,7 @@
|
|||||||
* **[Options]** New option in Settings: Convert untasked OPFOR aircraft into client slots
|
* **[Options]** New option in Settings: Convert untasked OPFOR aircraft into client slots
|
||||||
* **[Options]** Split the **Disable idle aircraft at airfields** setting into **Disable untasked BLUFOR aircraft at airfields** and **Disable untasked OPFOR aircraft at airfields**.
|
* **[Options]** Split the **Disable idle aircraft at airfields** setting into **Disable untasked BLUFOR aircraft at airfields** and **Disable untasked OPFOR aircraft at airfields**.
|
||||||
* **[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
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
* **[Mission Generation]** Anti-ship strikes should use "group attack" in their attack-task
|
* **[Mission Generation]** Anti-ship strikes should use "group attack" in their attack-task
|
||||||
|
|||||||
@ -171,7 +171,7 @@ class GeneratorOptions(QtWidgets.QWizardPage):
|
|||||||
("JAS 39 Gripen (v1.8.5-beta)", self.jas39_gripen),
|
("JAS 39 Gripen (v1.8.5-beta)", self.jas39_gripen),
|
||||||
("OV-10A Bronco", self.ov10a_bronco),
|
("OV-10A Bronco", self.ov10a_bronco),
|
||||||
("Su-30 Flanker-H (V2.1.12 beta)", self.su30_flanker_h),
|
("Su-30 Flanker-H (V2.1.12 beta)", self.su30_flanker_h),
|
||||||
("Su-57 Felon", self.su57_felon),
|
("Su-57 Felon (build-04)", self.su57_felon),
|
||||||
("UH-60L Black Hawk (v1.3.1)", self.uh_60l),
|
("UH-60L Black Hawk (v1.3.1)", self.uh_60l),
|
||||||
("Star Wars Modpack 2.54+", self.SWPack),
|
("Star Wars Modpack 2.54+", self.SWPack),
|
||||||
("Spanish Naval Assets pack (desdemicabina 3.2.0)", self.spanishnavypack),
|
("Spanish Naval Assets pack (desdemicabina 3.2.0)", self.spanishnavypack),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user