Yurgon Posted May 24, 2020 Posted May 24, 2020 (edited) Tested in 2.5.6.49314 OpenBeta. Abu Dhabi International Airport has two different radio beacons in two different places operating on the same frequency. Mission Editor: Outside view: Cockpit view with Nav Radio tuned to 114.25: The first entries in C:\Program Files\Eagle Dynamics\DCS World OpenBeta\Mods\terrains\PersianGulf\Beacons.lua seem to be the problem: beacons = { { display_name = _('ABUDHABI'); beaconId = 'airfield22_0'; type = BEACON_TYPE_VOR; callsign = 'ADV'; frequency = 114250000.000000; position = { -189766.531250, 13.518525, -161838.828125 }; direction = 0.000000; positionGeo = { latitude = 24.441924, longitude = 54.656381 }; sceneObjects = {'t:358023169'}; }; { display_name = _('AbuDhabiInt'); beaconId = 'airfield22_1'; type = BEACON_TYPE_DME; callsign = 'ADV'; frequency = 114250000.000000; channel = 119; position = { -192321.214626, 25.584987, -160210.619647 }; direction = 38.621600; positionGeo = { latitude = 24.419118, longitude = 54.672854 }; sceneObjects = {'t:60263104'}; }; -- ... } Edited March 27 by Yurgon Attachments removed
Recommended Posts