mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Export airfield data to yaml, switch to ID keys.
This exports all the old AIRFIELD_DATA to yaml files. It's easier for users to send fixes if it's defined this way, and they can also fix it in their install without having to wait for a new release. This also switches the indexes from the unstable DCS airfield names to airfield IDs, so this fixes another case of DCS updates occasionally breaking Liberation. I also ended up finding quite a few typos in airfield names, and incorrect theater names in the process. Those have been fixed.
This commit is contained in:
19
resources/airfields/Syria/bassel_al_assad.yaml
Normal file
19
resources/airfields/Syria/bassel_al_assad.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: Bassel Al-Assad
|
||||
id: 21
|
||||
icao: OSLK
|
||||
elevation: 93
|
||||
runway_length: 7305
|
||||
vor:
|
||||
callsign: LTK
|
||||
frequency: 114.800 MHz
|
||||
atc:
|
||||
hf: 4.050 MHz
|
||||
vhf_low: 118.100 MHz
|
||||
vhf_high: 39 MHz
|
||||
uhf: 250.550 MHz
|
||||
runways:
|
||||
"17":
|
||||
ils:
|
||||
callsign: IBA
|
||||
frequency: 109.100 MHz
|
||||
Reference in New Issue
Block a user