Skip to content

Commit

Permalink
Pydcs extensions and db info added for C-130 Hercules mod ✈️
Browse files Browse the repository at this point in the history
  • Loading branch information
Khopa committed Dec 10, 2020
1 parent 441ef79 commit fd70f0f
Show file tree
Hide file tree
Showing 4 changed files with 936 additions and 1 deletion.
6 changes: 6 additions & 0 deletions game/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
from game.factions.faction_loader import FactionLoader
from pydcs_extensions.a4ec.a4ec import A_4E_C
from pydcs_extensions.f22a.f22a import F_22A
from pydcs_extensions.hercules.hercules import Hercules
from pydcs_extensions.mb339.mb339 import MB_339PAN
from pydcs_extensions.rafale.rafale import Rafale_A_S, Rafale_M, Rafale_B
from pydcs_extensions.su57.su57 import Su_57
Expand All @@ -170,6 +171,7 @@
plane_map["Rafale_A_S"] = Rafale_A_S
plane_map["Rafale_B"] = Rafale_B
plane_map["Su-57"] = Su_57
plane_map["Hercules"] = Hercules

vehicle_map["FieldHL"] = frenchpack._FIELD_HIDE
vehicle_map["HARRIERH"] = frenchpack._FIELD_HIDE_SMALL
Expand Down Expand Up @@ -337,6 +339,7 @@
KJ_2000: 50,
E_3A: 50,
C_130: 25,
Hercules: 25,

# WW2
P_51D_30_NA: 18,
Expand Down Expand Up @@ -661,6 +664,7 @@
Tu_95MS,
UH_1H,
WingLoong_I,
Hercules
],
Transport: [
IL_76MD,
Expand All @@ -669,6 +673,7 @@
Yak_40,

C_130,
Hercules,
],
Refueling: [
IL_78M,
Expand Down Expand Up @@ -1076,6 +1081,7 @@
AH_1W: COMMON_OVERRIDE,
AH_64D: COMMON_OVERRIDE,
AH_64A: COMMON_OVERRIDE,
Hercules: COMMON_OVERRIDE,

Su_25TM: {
SEAD: "Kh-31P*2_Kh-25ML*4_R-73*2_L-081_MPS410",
Expand Down
Loading

0 comments on commit fd70f0f

Please sign in to comment.