Skip to content

Commit

Permalink
Update vehicles list to include the AH64D
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjydev committed Aug 31, 2024
1 parent 0acc33d commit dd57054
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
Binary file modified .hemtt/missions/tptest.vr/mission.sqm
Binary file not shown.
1 change: 1 addition & 0 deletions .hemtt/project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ workshop = [
"1745501605", # Hatchet H-60 pack - Stable Version
"2268351256", # Tier One Weapons
"893349825", # 3CB BAF Vehicles
"1351428303", # AH-64D Official Project
]

[hemtt.launch.alive]
Expand Down
6 changes: 4 additions & 2 deletions addons/units/units/vehicles_b_d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ AV_D_OR(CH47,RHS_CH_47F_10)
// Rotary CAS
AV_D_OR(AH6M,RHS_MELB_AH6M)
AV_D_OR(MH60M_DAP_MLASS,vtx_MH60M_DAP_MLASS)
AV_D_OR(AH64D,RHS_AH64D)
AV_D_OR(AH64D,fza_ah64d_b2e)

// Statics
GV_D_OR(S_M2_High,RHS_M2StaticMG_USMC_D)
GV_D_OR(S_M2_Low,RHS_M2StaticMG_MiniTripod_USMC_D)
GV_D_OR(S_M2_Low,RHS_M2StaticMG_MiniTripod_USMC_D)
GV_D_OR(S_TOW,RHS_TOW_TriPod_D)
GV_D_OR(S_FIM92F,RHS_Stinger_AA_pod_D)
6 changes: 4 additions & 2 deletions addons/units/units/vehicles_b_w.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ AV_W_OR_NI(CH47,RHS_CH_47F_10)
// Rotary CAS
AV_W_OR_NI(AH6M,RHS_MELB_AH6M)
AV_W_OR_NI(MH60M_DAP_MLASS,vtx_MH60M_DAP_MLASS)
AV_W_OR_NI(AH64D,RHS_AH64D)
AV_W_OR_NI(AH64D,fza_ah64d_b2e)

// Statics
GV_W_OR(S_M2_High,RHS_M2StaticMG_USMC_WD)
GV_W_OR(S_M2_Low,RHS_M2StaticMG_MiniTripod_USMC_WD)
GV_W_OR(S_M2_Low,RHS_M2StaticMG_MiniTripod_USMC_WD)
GV_W_OR(S_TOW,RHS_TOW_TriPod_WD)
GV_W_OR(S_FIM92F,RHS_Stinger_AA_pod_WD)

0 comments on commit dd57054

Please sign in to comment.