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

@@ -48,6 +48,7 @@ from pydcs_extensions.hercules.hercules import Hercules
from pydcs_extensions.jas39.jas39 import JAS39Gripen, JAS39Gripen_AG
from pydcs_extensions.su57.su57 import Su_57
from pydcs_extensions.uh60l.uh60l import UH_60L, KC130J
from pydcs_extensions.ah64d.ah64d import AH_64D_BLK_II
plane_map["A-4E-C"] = A_4E_C
plane_map["F-22A"] = F_22A
@@ -61,6 +62,7 @@ plane_map["VSN_F104S"] = VSN_F104S
plane_map["VSN_F104S_AG"] = VSN_F104S_AG
helicopter_map["UH-60L"] = UH_60L
helicopter_map["AH-64D_BLK_II"] = AH_64D_BLK_II
vehicle_map["FieldHL"] = frenchpack._FIELD_HIDE
vehicle_map["HARRIERH"] = frenchpack._FIELD_HIDE_SMALL