Hi, been trying all Month to my cube sim MFD’s working.....
The problem seems to a windows display set up related issue. Extend the desktop to both.
I have been trying everything.
CUBESIM MFD SCREEN INSTRUCTION
1.position all monitor like the pic[Windows monitor set,not real position]
2.copy the cubesim.lua to
Eagle Dynamic/DCS World/Config/MonitorSetup
or Eagle Dynamic/DCS World OpenBeta/Config/MonitorSetup
3.open DCS change resolution to [3520 X 1080]
4.cancel fullscreen option
5.select cubesim screen set in DCS
6.enjoy!
However I get Main screen showing 1/4 to right of monitor and on cannot control anything. They have sent me a second LUA file but setup is the same.
Hopefully someone can help.
I have a 32" VIOTEK monitor res is 1920 X 1080 Ordered two of the 120 MFD's. Also included LUA file
Will attach files. Been trying for a month to get it to work. HELP!!!!!
name = _('CUBESIM');
Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center'
Viewports =
{
Center =
{
x = 1600;
y = 0;
width = 1920;
height = 1080;
viewDx = 0;
viewDy = 0;
aspect = 1920 / 1080;
}
}
LEFT_MFCD =
{
x = 80;
y = 0;
width = 600;
height = 600;
}
RIGHT_MFCD =
{
x = 880;
y = 0;
width = 600;
height = 600;
}
F14_HSD =
{
x = 80;
y = 0;
width = 600;
height = 600;
}
F14_VDI =
{
x = 880;
y = 0;
width = 600;
height = 600;
}
UIMainView = Viewports.Center
GU_MAIN_VIEWPORT = Viewports.Center