mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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:
22
resources/airfields/Caucasus/nalchik.yaml
Normal file
22
resources/airfields/Caucasus/nalchik.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
name: Nalchik
|
||||
id: 27
|
||||
icao: URMN
|
||||
elevation: 1410
|
||||
runway_length: 7082
|
||||
atc:
|
||||
hf: 4.500 MHz
|
||||
vhf_low: 41.400 MHz
|
||||
vhf_high: 136 MHz
|
||||
uhf: 265 MHz
|
||||
runways:
|
||||
"24":
|
||||
ils:
|
||||
callsign: INL
|
||||
frequency: 110.500 MHz
|
||||
outer_ndb:
|
||||
callsign: NL
|
||||
frequency: 718 MHz
|
||||
inner_ndb:
|
||||
callsign: N
|
||||
frequency: 350 MHz
|
||||
Reference in New Issue
Block a user