Scifer Posted August 23, 2021 Posted August 23, 2021 (edited) I am adding custom beacons to Syria and succeeding until the point where ILS is not working (tested with Huey only). Here is what I did in beacons.lua (file attached): -- Custom Beacons { display_name = _('Rayak'); beaconId = 'airfield51_0'; type = BEACON_TYPE_VOR_DME; callsign = 'RAY'; frequency = 107000000.000000; position = { -130181.8125, 909.15051269531, 4097.2592773438 }; direction = 0.000000; positionGeo = { latitude = 33.850690831138, longitude = 35.98781336668 }; sceneObjects = {'t:99550262'}; }; { display_name = _('Rayak'); beaconId = 'airfield51_1'; type = BEACON_TYPE_AIRPORT_HOMER_WITH_MARKER; callsign = 'RAK'; frequency = 350100.000000; position = { -131681.046875, 888.30596923828, 2396.8859863281 }; direction = 227.000000; positionGeo = { latitude = 33.836737715793, longitude = 35.969935539154 }; sceneObjects = {'t:522781717'}; }; { display_name = _('Rayak'); beaconId = 'airfield51_2'; type = BEACON_TYPE_AIRPORT_HOMER_WITH_MARKER; callsign = 'RYK'; frequency = 350200.000000; position = { -134789, 871.50836181641, -936.03497314453 }; direction = 227.000000; positionGeo = { latitude = 33.807856734319, longitude = 35.934964382606 }; sceneObjects = {'t:522781717'}; }; { display_name = _(''); beaconId = 'airfield51_3'; type = BEACON_TYPE_ILS_LOCALIZER; callsign = 'YAK'; frequency = 107100000.000000; position = { -131166.578125, 892.31683349609, 2948.5236816406 }; direction = 227.000000; positionGeo = { latitude = 32.677190, longitude = 35.175056 }; sceneObjects = {'t:201097390'}; chartOffsetX = 0; }; { display_name = _(''); beaconId = 'airfield51_4'; type = BEACON_TYPE_ILS_GLIDESLOPE; callsign = 'YAK'; frequency = 107100000.000000; position = { -131166.578125, 892.31683349609, 2948.5236816406 }; direction = 227.000000; positionGeo = { latitude = 32.677190, longitude = 35.175056 }; sceneObjects = {'t:201097390'}; chartOffsetX = 0; }; } Can anyone tell me why ILS is not working? Also: What is the difference between position and positionGeo? What sceneObjects stands for? beacons.lua Edited August 24, 2021 by Scifer
Backy 51 Posted August 24, 2021 Posted August 24, 2021 (edited) Your ILS localizer/glideslope frequency pairing is out of range ... Edited August 24, 2021 by Backy 51 2 I don't need no stinkin' GPS! (except for PGMs :D) [sIGPIC][/sIGPIC]
Backy 51 Posted August 24, 2021 Posted August 24, 2021 VOR/DME pairing chart ... 2 I don't need no stinkin' GPS! (except for PGMs :D) [sIGPIC][/sIGPIC]
Scifer Posted August 25, 2021 Author Posted August 25, 2021 (edited) 11 hours ago, Backy 51 said: Your ILS localizer/glideslope frequency pairing is out of range ... VOR/DME pairing chart ... Now it is working like a charm. Thank so much! Edited August 25, 2021 by Scifer 1
Valium Posted August 26, 2021 Posted August 26, 2021 Hello, could you share with the latest version? Click here to see more pictures of Polish Air Force! Check also my album.
Shrike88 Posted September 6, 2022 Posted September 6, 2022 what is the chartOffsetX= what is this value for ? thanks
Retnek Posted June 16, 2023 Posted June 16, 2023 On 9/6/2022 at 7:12 AM, Shrike88 said: what is the chartOffsetX= what is this value for ? thanks "Those who admire me for my 275 kills know nothing about war" Günther Rall
Recommended Posts