Jump to content

Recommended Posts

Posted

For the Ka-50 in the HUD-only view I used to see the ABRIS inset into the lower right of the Shkval on my second monitor. Since DCS 2.5.6 the ABRIS no longer shows up. Any clues?

 

 

This is my monitor setup file:

 

_  = function(p) return p; end;
name = _('my_monitorsetup');
Description = 'Shkval on the left monitor, camera on the right';
Viewports =
{
    Center =
    {
         x = 0;
         y = 0;
         width = 1680;
         height = 1050;
         viewDx = 0;
         viewDy = 0;
         aspect = 16/10;
    }
}

LEFT_MFCD =
{
    x = 1680;
    y = 0;
    width = 1680;
    height = 1050;
    viewDx = 0;
    viewDy = 0;
    --aspect = 16/10;
}

Gui =
{
x = 0;
y = 0;
width = 1680;
height = 1050;
}

UIMainView = Gui 


--ABRIS =
--{
--     x = 2688;
--     y = 147;
--    width = 568;
--    height = 756;
--}
--UIMainView = Viewports.Center

I tried uncommenting the ABRIS section but that had no effect.

  • 4 weeks later...
Posted

I recently started tinkering with Multi-Monitor setups and noticed that the usual ABRIS/Shkval stuff just isn't working anymore. They are working for Left_MFCD and Right_MFCD though. I suspect they're just not exporting under those identifiers anymore.

 

I suppose you can dig out the lua's for those devices and change the export name. But it looks like the better way of doing it adding an if/else block to set MFD dimensions by airframe type. Someone has done this for DCS on these forums with some example code, however I'm struggling to find it again.

  • Recently Browsing   0 members

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