I just do it once more....Just to be sure, I did (from readme):
-load the profile and perform a Reset Monitors from the menu Profile.
-In the profile explorer window, double-click over Interfaces/DCS Black Shark line, then enter the path for DCS World, on the Black Shark Setup window and click on Setup Black Shark buttom.
-Save the profile
- recalculate positions in 2_monitors-KA50.lua put into Eagle Dynamics\DCS World OpenBeta\Config\MonitorSetup\
- eneble "DCS Monitor Configuration" via ovgme
- download Export.lua rename it to export.lua and put <user_name>\Saved Games\DCS.openbeta\Scripts\
I better but not perfect, gauges/switches working and I just see both red LEDs from UV26 (not digits) and not PVI800 and not EKRAN
on the left: 1920x1080 and on the right 1280x1024
_ = function(p) return p; end;
name = _('2 Screens Adv');
Description = 'Advanced with SHKIVAL, PVI800, ABRIS, EKRAN and UV26'
--MAIN GAME VIEWPORT TOTAL SIZE AN ASPECT
Viewports =
{
Center =
{
x = 0;
y = 0;
width = 1920;
height = 1080;
viewDx = 0;
viewDy = 0;
aspect = 1.875;
}
}
--SHKIVAL
LEFT_MFCD =
{
x = 1928;
y = 59;
width = 595;
height = 480;
}
-- PVI800
MFCD_03 =
{
x = 1955;
y = 562;
width = 148;
height = 60;
}
--ABRIS
RIGHT_MFCD =
{
x = 2772;
y = 54;
width = 428;
height = 628;
}
--EKRAN
MFCD_04 =
{
x = 2903;
y = 794;
width = 100;
height = 52;
}
--UV26
MFCD_05 =
{
x = 2583;
y = 465;
width = 138;
height = 40;
}
UIMainView = Viewports.Center