Jump to content

Recommended Posts

Posted

ILS is listed as 333 MHz. Please fix this. Is there a frequency that actually works and is tunable?

I enjoy creating content for the community.  Missions, lua scripts, and kneeboards.  Follow my content on my Discord, GT’s Runway.  https://discord.gg/GHH7bVZ7K6

 IRL: Private Pilot, UAS Test Pilot, Aircraft Designer, and... eh hem... DCS Enthusiast

 

Posted (edited)

Apparently the GP frequency has been copied over to the localizer. The correct LOC frequency for a 333.8 MHz GP is 109.9 MHz. As a temporary fix (while we wait for ED to fix it) you can open the beacon file (\DCS World\Mods\terrains\PersianGulf\Beacons.lua), find the section

   {
       display_name = _('');
       beaconId = 'airfield2_2';
       type = BEACON_TYPE_ILS_LOCALIZER;
       callsign = 'IBND';
       frequency = 333800000.000000;
       position = { 113693.740992, 5.776140, 13154.132035 };
       direction = 28.001016;
       positionGeo = { latitude = 27.198930, longitude = 56.367921 };
       sceneObjects = {'t:200671295'};
       chartOffsetX = 4544.000000;
    };

and replace 333800000.000000 with 109900000.000000

 

 

Note: Make a backup copy of the file before changing anything. The multiplayer integrity check might be an issue.

Edited by drPhibes
Posted
Apparently the GP frequency has been copied over to the localizer. The correct LOC frequency for a 333.8 MHz GP is 109.9 MHz. As a temporary fix (while we wait for ED to fix it) you can open the beacon file (\DCS World\Mods\terrains\PersianGulf\Beacons.lua), find the section

   {
       display_name = _('');
       beaconId = 'airfield2_2';
       type = BEACON_TYPE_ILS_LOCALIZER;
       callsign = 'IBND';
       frequency = 333800000.000000;
       position = { 113693.740992, 5.776140, 13154.132035 };
       direction = 28.001016;
       positionGeo = { latitude = 27.198930, longitude = 56.367921 };
       sceneObjects = {'t:200671295'};
       chartOffsetX = 4544.000000;
    };

and replace 333800000.000000 with 109900000.000000

 

 

Note: Make a backup copy of the file before changing anything. The multiplayer integrity check might be an issue.

 

 

 

Thanks

I enjoy creating content for the community.  Missions, lua scripts, and kneeboards.  Follow my content on my Discord, GT’s Runway.  https://discord.gg/GHH7bVZ7K6

 IRL: Private Pilot, UAS Test Pilot, Aircraft Designer, and... eh hem... DCS Enthusiast

 

  • 2 months later...
Posted

Bump for the developers. Seems like a quick fix but still haven’t seen it come through. I’m okay with this because I’m still enjoying all the more important updates coming through :)

I enjoy creating content for the community.  Missions, lua scripts, and kneeboards.  Follow my content on my Discord, GT’s Runway.  https://discord.gg/GHH7bVZ7K6

 IRL: Private Pilot, UAS Test Pilot, Aircraft Designer, and... eh hem... DCS Enthusiast

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...