mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
This PR 1) introduces a cruise_speed parameter to the AircraftType class and uses it as an override for default TOT/Ground Speed calculations and 2) sets this for the AH64. The reason for this change is that air starts with the Apache at a speed >130kt seems to completely break the FCR, even if you subsequently slow down. In the development branch, Liberation sets the Apache to travel at 168kt, so any player air starting won't be able to use their FCR and it wouldn't be readily apparent as to why. In the longer run this parameter may also be useful for other aircraft e.g. to override the cruise speed to the most efficient etc.
45 lines
1.7 KiB
YAML
45 lines
1.7 KiB
YAML
class: Helicopter
|
|
always_keeps_gun: true
|
|
lha_capable: true
|
|
cabin_size: 0 # Can not transport troops
|
|
can_carry_crates: false # Can not carry crates
|
|
description:
|
|
The legendary 'Apache' is an US twin-turboshaft attack helicopter for
|
|
a crew of two. It features a nose-mounted sensor suite for target acquisition and
|
|
night vision systems. It is armed with a 30 mm (1.18 in) M230 chain gun carried
|
|
between the main landing gear, under the aircraft's forward fuselage, and four hardpoints
|
|
mounted on stub-wing pylons for carrying armament and stores, typically a mixture
|
|
of AGM-114 Hellfire missiles and Hydra 70 rocket pods. The AH-64 has significant
|
|
systems redundancy to improve combat survivability. American AH-64s have served
|
|
in conflicts in Panama, the Persian Gulf, Kosovo, Afghanistan, and Iraq. Israel
|
|
used the Apache in its military conflicts in Lebanon and the Gaza Strip. British
|
|
and Dutch Apaches have seen deployments in wars in Afghanistan and Iraq.
|
|
introduced: 2003
|
|
manufacturer: Boeing
|
|
origin: USA
|
|
price: 20
|
|
role: Attack
|
|
cruise_speed_kt_indicated: 120
|
|
variants:
|
|
AH-64D Apache Longbow: {}
|
|
radios:
|
|
# DCS uses the 2nd Radio AN/ARC-164 (UHF) as the main intra flight for the Apache
|
|
# so we use this Radio for Intra and Inter Flight for now
|
|
# The radio frequencies set in the mission editor are in the current state of Early
|
|
# access not used for radio presets. Only the flight frequency is used. Any other
|
|
# frequency has to be entered manually atm.
|
|
intra_flight: AN/ARC-164
|
|
inter_flight: AN/ARC-164
|
|
channels:
|
|
type: common
|
|
namer: apache
|
|
intra_flight_radio_index: 2
|
|
inter_flight_radio_index: 2
|
|
tasks:
|
|
BAI: 510
|
|
CAS: 510
|
|
DEAD: 115
|
|
OCA/Aircraft: 510
|
|
default_overrides:
|
|
FCR_RFI_removed: false
|