--***DO NOT MODIFY THESE COMMENT LINES*** --A10CVirtualCockpitServer v0.0.0.0 --LOCATION Config\MonitorSetup --HOOKTO --Monitor lua _ = function(p) return p; end; name = _('A-10C Virtual Cockpit Server'); Description = 'Setup for A-10C Virtual Cockpit Server MFCD and CDU Exports.' Viewports = { Center = { x = 0; y = 0; width = 4800; height = 1200; viewDx = 0; viewDy = 0; aspect = 4; } } LEFT_MFCD = { x = 4899; y = 248; width = 966; height = 753; } RIGHT_MFCD = { x = 6269; y = 219; width = 958; height = 753; } CDU_EXPORT = { x = 3241; y = 754; width = 626; height = 403; } UIMainView = Viewports.Center