mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user