From f9e7370b35b1194631b29614971aac5ff98f3bc2 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 19 Oct 2023 19:21:36 -0700 Subject: [PATCH] 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. --- changelog.md | 2 +- pydcs_extensions/f22a/f22a.py | 24 ------------------------ requirements.txt | 2 +- 3 files changed, 2 insertions(+), 26 deletions(-) diff --git a/changelog.md b/changelog.md index b0c0a60e..c7d962e7 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/pydcs_extensions/f22a/f22a.py b/pydcs_extensions/f22a/f22a.py index 2535fb50..6e810fb6 100644 --- a/pydcs_extensions/f22a/f22a.py +++ b/pydcs_extensions/f22a/f22a.py @@ -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: diff --git a/requirements.txt b/requirements.txt index c752323f..5d8a4c64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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