mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Update pydcs for 2.9.0.46801 Open Beta.
F-22 mod data is out of date. Removed the broken bits, but someone should probably update that mod.
This commit is contained in:
parent
dfb74cfd48
commit
f9e7370b35
@ -4,7 +4,7 @@ Saves from 8.x are not compatible with 9.0.0.
|
||||
|
||||
## Features/Improvements
|
||||
|
||||
* **[Engine]** Support for DCS Open Beta 2.8.8.43489.
|
||||
* **[Engine]** Support for DCS Open Beta 2.9.0.46801.
|
||||
* **[Campaign]** Added ferry only control points, which offer campaign designers a way to add squadrons that can be brought in after additional airfields are captured.
|
||||
* **[Campaign]** The new squadron rules (size limits, beginning the campaign at full strength) are now the default and required. The old style of unlimited squadron sizes and starting with zero aircraft has been removed.
|
||||
* **[Data]** Added support for the ARA Veinticinco de Mayo.
|
||||
|
||||
@ -52,24 +52,12 @@ class F_22A(PlaneType):
|
||||
Fuel_tank_610_gal = (2, Weapons.Fuel_tank_610_gal)
|
||||
|
||||
class Pylon3:
|
||||
AIM_120C_5_AMRAAM___Active_Rdr_AAM = (
|
||||
3,
|
||||
Weapons.AIM_120C_5_AMRAAM___Active_Rdr_AAM,
|
||||
)
|
||||
AIM_120D = (3, F22AWeapons.AIM_120D)
|
||||
|
||||
class Pylon4:
|
||||
AIM_120C_5_AMRAAM___Active_Rdr_AAM = (
|
||||
4,
|
||||
Weapons.AIM_120C_5_AMRAAM___Active_Rdr_AAM,
|
||||
)
|
||||
AIM_120D = (4, F22AWeapons.AIM_120D)
|
||||
|
||||
class Pylon5:
|
||||
AIM_120C_5_AMRAAM___Active_Rdr_AAM = (
|
||||
5,
|
||||
Weapons.AIM_120C_5_AMRAAM___Active_Rdr_AAM,
|
||||
)
|
||||
AIM_120D = (5, F22AWeapons.AIM_120D)
|
||||
|
||||
class Pylon6:
|
||||
@ -80,24 +68,12 @@ class F_22A(PlaneType):
|
||||
Smokewinder___yellow = (6, Weapons.Smokewinder___yellow)
|
||||
|
||||
class Pylon7:
|
||||
AIM_120C_5_AMRAAM___Active_Rdr_AAM = (
|
||||
7,
|
||||
Weapons.AIM_120C_5_AMRAAM___Active_Rdr_AAM,
|
||||
)
|
||||
AIM_120D = (7, F22AWeapons.AIM_120D)
|
||||
|
||||
class Pylon8:
|
||||
AIM_120C_5_AMRAAM___Active_Rdr_AAM = (
|
||||
8,
|
||||
Weapons.AIM_120C_5_AMRAAM___Active_Rdr_AAM,
|
||||
)
|
||||
AIM_120D = (8, F22AWeapons.AIM_120D)
|
||||
|
||||
class Pylon9:
|
||||
AIM_120C_5_AMRAAM___Active_Rdr_AAM = (
|
||||
9,
|
||||
Weapons.AIM_120C_5_AMRAAM___Active_Rdr_AAM,
|
||||
)
|
||||
AIM_120D = (9, F22AWeapons.AIM_120D)
|
||||
|
||||
class Pylon10:
|
||||
|
||||
@ -33,7 +33,7 @@ platformdirs==2.6.2
|
||||
pluggy==1.0.0
|
||||
pre-commit==2.21.0
|
||||
pydantic==1.10.7
|
||||
git+https://github.com/pydcs/dcs@bbd92f7c3aa67a8b6f7e1bb1f5534580ca05e892#egg=pydcs
|
||||
git+https://github.com/pydcs/dcs@df2d4f29b2297280f6bb8d46dead468479b700d0#egg=pydcs
|
||||
pyinstaller==5.13.0
|
||||
pyinstaller-hooks-contrib==2023.6
|
||||
pyproj==3.4.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user