Got it sorted.
_ = function(p) return p; end;
name = _('3 Screen');
Description = 'Configuration for 27" 42" 27" monitors'
Viewports =
{
Left =
{
x = -1920;
y = 0;
width = 3840;
height = 2160;
viewDx = -1;
viewDy = 0;
aspect = 3840 / 2160;
},
Center =
{
x = 1920;
y = 0;
width = 3840;
height = 2160;
viewDx = 0;
viewDy = 0;
aspect = 3840 / 2160;
},
Right =
{
x = 5760;
y = 0;
width = 3840;
height = 2160;
viewDx = 1;
viewDy = 0;
aspect = 3840 / 2160;
}
}
UIMainView = Viewports.Center
GU_MAIN_VIEWPORT = Viewports.Center
3Cameras.lua