Heres what I have so far, I cant seem to get my center monitor to center up the way I would like, any sugestions or something I missed. In game settings are set to 3200x1065 with ratio set automaticly.
_ = function(p) return p; end;
name = _('MFCD');
Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center'
Viewports =
{
Center =
{
x = 3200 / 2;
y = 0;
width = 3200 / 2;
height = 1024;
viewDx = 0;
viewDy = 0;
aspect = screen.aspect / 2;
}
}
LEFT_MFCD =
{
x = 52;
y = 645;
width = 1150 / 3;
height = 368;
}
RIGHT_MFCD =
{
x = 2587 / 3;
y = 645;
width = 1152 / 3;
height = 368;
}
UIMainView = Viewports.Center