Jump to content

PRMG on Nevada Map... Anyone get it working?


aileron

Recommended Posts

So been hacking away trying to get PRMG working with RSBN on the nevada map and I'm not having any success getting the PRMG working. Even though the RSBN is very simple.

 

Done a few different tests and after days of changing things, attempting different type tags like BEACON_TYPE_ILS_FAR_HOMER vs BEACON_TYPE_PRMG_LOCALIZER.

 

I'm coming here for help... hoping someone has gone before me on this and can shed some light on what I'm doing wrong.

 

So far I've just been editing the default Nevada Beacons.Lua file found in ..\Mods\Terrains\Nevada.

 

So far I've added my tweaks at groom lake between:

beaconId = 'airfield2_2'; and

beaconId = 'airfield3_0';

 

The additional beacons I've added look like so:

 

   {
       name = _('');
       beaconId = 'airfield2_3';
       type = BEACON_TYPE_RSBN;
       callsign = 'GL';
       frequency = 840000000.000000;
       channel = 40;
       position = { -289000.781250, 1373.947699, -87782.398438 };
       direction = -23.573122;
       positionGeo = { latitude = 37.231720, longitude = -115.815600 };
       sceneObjects = {'t:93257967'};
   };
   {
       name = _('');
       beaconId = 'airfield2_4';
       type = BEACON_TYPE_PRMG_LOCALIZER;
       callsign = 'GLF';
       frequency = 1681000.000000;
       channel = 38;
       position = { -286660.593750, 1357.831973, -87720.343750 };
       direction = 156.426878;
       positionGeo = { latitude = 37.250797, longitude = -115.801637 };
       sceneObjects = {'t:93716482'};
       chartOffsetX = 4269.000000;
   };
   {
       name = _('');
       beaconId = 'airfield2_5';
       type = BEACON_TYPE_PRMG_GLIDESLOPE;
       callsign = 'GLN';
       frequency = 624000.000000;
       channel = 38;
       position = { -290061.156250, 1369.163314, -86409.328125 };
       direction = 156.426864;
       positionGeo = { latitude = 37.220000, longitude = -115.787349 };
       sceneObjects = {'t:194314377'};
   };

Tried different channels for GLIDESLOPE and LOCALIZER to see if I can lock up either, no joy.

 

And I'm testing using an L39 to see if I can see it.

 

Anybody got some suggestions? Thanks in advance. ;)

Link to comment
Share on other sites

  • Recently Browsing   0 members

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