Add support for AH-64D_BLK_II as PyDCS Extension

The new human flyable Apache will be handled like a mod in 5.X to be save compat and to prevent switching to the newest version of pydcs. There will no checkbox on the newgame wizard like with other mods as it can be used by everyone.

- exported the AH-64D_BLK_II and the weapon data from the latest open beta
- added the needed ressources
- maked the AH-64D_BLK_II as flyable
This commit is contained in:
RndName
2022-03-17 21:26:04 +01:00
parent edb10f60fb
commit 7d65e55665
19 changed files with 528 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ from pydcs_extensions.su57.su57 import Su_57
# Used for CAP, Escort, and intercept if there is not a specialised aircraft available
from pydcs_extensions.uh60l.uh60l import UH_60L, KC130J
from pydcs_extensions.ah64d.ah64d import AH_64D_BLK_II
CAP_CAPABLE = [
Su_57,
@@ -210,6 +211,7 @@ CAS_CAPABLE = [
MiG_27K,
MiG_29A,
MiG_21Bis,
AH_64D_BLK_II,
AH_64D,
AH_64A,
AH_1W,