Jump to content

Recommended Posts

Posted

I have three monitor , and BS2 i want the ShKval and Abris on the second(2) monitor . when i added LUA the monitorsetup BS2 would not startup HELP

here is the LUA file

 

Description = 'Shkval ,ABRIS and camera on the center'

Viewports =Harpoon BS

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = screen.aspect / 3;

}

}

 

Shkval =

{

x = 400;

y = 1100;

width = 512;

height = 384;

}

b

ABRIS =

{

x = 1300;

y = 1100;

width = 576;

height = 768;

}

 

here is the monitor setup

disp2.jpg.2711b7eb370a38fee900228f079272e3.jpg

 

 

here is computer

AMD Phenom II x4 966 @800 MHz, NVIDA GeForce GTX 465,Nvida 94ooGT, 1.AOC 1920X1080,2 ViewSonic 1366X768, 3. AC191 1280x1024

Posted

I think you will find that the viewport names have changed. Their may be other issues as well but I have not tried to do anything with BS2.

 

Look at the other files in DCS Black Shark 2\Config\MonitorSetup, not the viewport name (that is one of the two screens, not sure which)

 

 
_  = function(p) return p; end;
name = _('Camera + RMFCD(on left side)');
Description = 'Right MFCD on the left and camera on the center'
Viewports =
{
    Center =
    {
         x = screen.width / 2;
         y = 0;
         width  = screen.width / 2;
         height = screen.height;
         viewDx = 0;
         viewDy = 0;
         aspect = screen.aspect / 2;
    }
}
RIGHT_MFCD =
{
    x = 0;
    y = 0;
    width = screen.width / 2;
    height = screen.height;
}
UIMainView = Viewports.Center

ASUS ROG Maximus VIII Hero, i7-6700K, Noctua NH-D14 Cooler, Crucial 32GB DDR4 2133, Samsung 950 Pro NVMe 256GB, Samsung EVO 250GB & 500GB SSD, 2TB Caviar Black, Zotac GTX 1080 AMP! Extreme 8GB, Corsair HX1000i, Phillips BDM4065UC 40" 4k monitor, VX2258 TouchScreen, TIR 5 w/ProClip, TM Warthog, VKB Gladiator Pro, Saitek X56, et. al., MFG Crosswind Pedals #1199, VolairSim Pit, Rift CV1 :thumbup:

  • Recently Browsing   0 members

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