Jump to content

Operator

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Operator

  1. 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
  2. My brain is fried trying to get this sorted. How should my monitor setup file look with a 27" 1920x1080 | 42" 3840x2160 | 27" 1920x1080 setup?
  3. Exactly what I'm trying to setup. So you just entered -y values for the left and right screens too?
×
×
  • Create New...