mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add radio config for the new F-15E.
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/3028.
This commit is contained in:
parent
c7a214201c
commit
918716044c
23
changelog.md
23
changelog.md
@ -144,6 +144,29 @@ BAI/ANTISHIP/DEAD/STRIKE/BARCAP/CAS/OCA/AIR-ASSAULT (main) missions
|
|||||||
|
|
||||||
|
|
||||||
# Liberation:
|
# Liberation:
|
||||||
|
## Features/Improvements
|
||||||
|
|
||||||
|
* **[Engine]** Support for DCS 2.8.6.41363, including F-15E support.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
|
||||||
|
# 8.0.0
|
||||||
|
|
||||||
|
Saves from 7.x are not compatible with 8.0.
|
||||||
|
|
||||||
|
## Features/Improvements
|
||||||
|
|
||||||
|
* **[Engine]** Support for DCS 2.8.6.41066, including the new Sinai map.
|
||||||
|
* **[UI]** Limited size of overfull airbase display and added scrollbar.
|
||||||
|
* **[UI]** Waypoint altitudes can be edited in Waypoints tab of Edit Flight window.
|
||||||
|
* **[UI]** Moved air wing and transfer menus to the toolbar to improve UI fit on low resolution displays.
|
||||||
|
* **[UI]** Added basic game over dialog.
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
|
||||||
|
* **[Campaign]** Fix bug introduced in 7.0 where map strike target deaths are no longer tracked.
|
||||||
|
* **[Mission Generation]** Fix crash during mission generation caused by out of date DCS data for the Gazelle.
|
||||||
|
* **[Mission Generation]** Fix crash during mission generation when DCS beacon data is inconsistent.
|
||||||
|
|
||||||
# 7.1.0
|
# 7.1.0
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,17 @@ role: Multirole Strike Fighter
|
|||||||
max_range: 300
|
max_range: 300
|
||||||
variants:
|
variants:
|
||||||
F-15E Strike Eagle (Suite 4+): {}
|
F-15E Strike Eagle (Suite 4+): {}
|
||||||
|
radios:
|
||||||
|
intra_flight: AN/ARC-210
|
||||||
|
inter_flight: AN/ARC-164
|
||||||
|
channels:
|
||||||
|
type: common
|
||||||
|
# Radio 1 is the UHF AN/ARC-164, and Radio 2 is the V/UHF AN/ARC-210. We
|
||||||
|
# only ever allocate UHF for inter-flight, so we'd prefer to use radio 2 for
|
||||||
|
# intra-flight, but as is often the case the flight's frequency will be
|
||||||
|
# assigned to radio 1 channel 1 no matter what we do.
|
||||||
|
intra_flight_radio_index: 1
|
||||||
|
inter_flight_radio_index: 2
|
||||||
tasks:
|
tasks:
|
||||||
BAI: 760
|
BAI: 760
|
||||||
BARCAP: 240
|
BARCAP: 240
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user