Fixing Radios for Mirage-F1EE, Mi-8MT & Mi-24P

This commit is contained in:
Raffson
2023-02-11 15:26:53 +01:00
parent 71296f9180
commit 75bc521fa5
6 changed files with 51 additions and 4 deletions

View File

@@ -25,3 +25,12 @@ role: Attack/Transport
kneeboard_units: "metric"
variants:
Mi-24P Hind-F: {}
radios:
# Ideally this would use the R-828 for intra-flight to be used for flight comms,
# but DCS won't allow it as the group's frequency (100-400MHz AM only).
intra_flight: R-863
inter_flight: R-863
channels:
type: common
intra_flight_radio_index: 1
inter_flight_radio_index: 1

View File

@@ -13,4 +13,13 @@ price: 5
role: Transport/Light Attack
variants:
Mi-8MTV2 Hip: {}
kneeboard_units: "metric"
kneeboard_units: "metric"
radios:
# Ideally this would use the R-828 for intra-flight to be used for flight comms,
# but DCS won't allow it as the group's frequency (100-400MHz AM only).
intra_flight: R-863
inter_flight: R-863
channels:
type: common
intra_flight_radio_index: 1
inter_flight_radio_index: 1

View File

@@ -12,3 +12,11 @@ role: Multirole Fighter
max_range: 200
variants:
Mirage-F1EE: {}
radios:
intra_flight: UHF TRAP 137B
inter_flight: V/UHF TRAP 136
channels:
type: common
namer: mirage-f1ce
intra_flight_radio_index: 2
inter_flight_radio_index: 1