Jump to content

Recommended Posts

Posted

I have Ka-50 and A010C ,,,, rignt the A-10C has me putting two monitor in veritcal stack w/ Two MFD on the lower monitor ... I need to config the KA-50 Shkval and the ABRIS on lower monitor..... main monitor is 1900x1080 and lower monitor is 1360x768

How can i do that ... HELP

 

Thank You

Posted

Well the resolution of the abris by my calculations is 724x960, so you're gonna need a bigger lower screen if you don't want to have it shrunk. Are you able to rotate the lower screen by 90 degrees?

Posted (edited)

EDIT: Oops my bad, I got the x and Y coordinates wrong (fixed now). That's what happens when you try to post in the morning after only 4 hours sleep.

 

Try this:

_  = function(p) return p; end;
name = _('eulaced+Shkval+Camera+ABRIS');
Description = 'Shkval on the left monitor,ABRIS on the right and camera on the center';
Viewports =
{
    Center =
    {
         x = 0;
         y = 0;
         width = 1900;
         height = 1080;
         viewDx = 0;
         viewDy = 0;
         aspect = 1.76;
    }
}

Shkval =
{
    x = 0;
    y = 1080;
    width = 781;
    height = 585;
}

ABRIS =
{
    x = 781;
    y = 1080;
    width = 579;
    height = 768;
}

This is assuming that both monitors are left adjusted. If not, just add the offset to the x values for the abris and sckval (but not by more than 540 pixels).

 

Copy all the text into Notepad++ and save it as a .lua file and put it in \Program Files(x86)\Eagle Dynamics\Ka-50\Config\MonitorSetup

 

In game options select 'eulaced+Shkval+Camera+ABRIS' as the monitor type and change your total resolution to 1900x1848 (just delete the current resolution like you would with text and type in the new one).

Edited by 98abaile
  • Recently Browsing   0 members

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