Thanks for insight, I will try today. Weird, even with all these issues I WAS able to export my cdu to my touchscreen. 1.1.0.9 is a strange bird. I got all of the other exports (e.g. RWR CMSC/P CDU) to work eventually.
I'll let you know how your stuff worked, and maybe I can help export your CDU. I basically followed all the directions on this thread.
Nope, the complete reinstall to another hard drive did not work. Same Problem. I have even downloaded the game twice (torrent and FTP).
Same issue. My simple lua (BELOW) causes the vehicles to not be shown in MFD, and in-game.
I just don't understand what the relationship with the monitor lua to the textures/objects could be...I have found that it may be related to the screen resolution. When I set to 5248 x 1080 the objects disappear, and problems arise.
_ = function(p) return p; end;
name = _('4monitors2MFCD');
Description = 'Left MFCD on the left monitor,Right MFCD on the CENTER and camera on the RIGHT'
Viewports =
{
Center =
{
x = 0;
y = 0;
width = 1920;
height = 1080;
viewDx = 0;
viewDy = 0;
aspect = 1.66;
}
}
LEFT_MFCD =
{
x = 1949;
y = 53;
width = 700;
height = 692;
}
RIGHT_MFCD =
{
x = 3201;
y = 60;
width = 700;
height = 692;
}