Thanks Jonsky for the detailed guide.
Flying the F16 - I'm experimenting with trying to get the left MFD to display in the created view port.
I've set the the correct resolution in DCS
I have followed all the steps - and the view port does get created on my second screen, however it simply mirrors my main cockpit view when in flight and does not export the LEFT_MFCD?
Is there something I may be missing? (I've tried both the single thread and MT versions - same result)
Any assistance would be greatly appreciated!
My .lua monitor setup is :-
_ = function(p) return p; end;
name = _('1 Screen and MFD Screen');
Description = 'Configuration with 1 main monitors and a small MFD'
Viewports =
{
Center =
{
x = 0;
y = 0;
width = 2560;
height = 1440;
viewDx = 0;
viewDy = 0;
aspect = 2560/1440;
},
LEFT_MFCD =
{
x = 2552;
y = 8;
width = 480;
height = 480;
viewDx = 0;
viewDy = 0;
}
}
UIMainView =
{
x = 0;
y = 0;
width = 2560;
height = 1440;
}
GU_MAIN_VIEWPORT =
{
x = 0;
y = 0;
width = 2560;
height = 1440;
}