Jump to content

GPatricks

Members
  • Posts

    487
  • Joined

  • Last visited

Status Replies posted by GPatricks

  1. Have you tried :

     

    UIMainView = Viewports.Center

     

    1. GPatricks

      GPatricks

      Went on "derammo's Discord channel and asked about the issue, here is the response - "In the Interface dialog called "DCS Monitor Setup", click on the "plane and helicopter" on each of the extra monitors to turn them from "blue" i.e. included in the view of the sky to not blue"... DUH, it worked!!

    2. (See 4 other replies to this status update)

  2. Have you tried :

     

    UIMainView = Viewports.Center

     

    1. GPatricks

      GPatricks

      Earlier today it was fine, the main screen was perfect and the lilliputs were perfect. Somewhere along the line something is causing the main screen to ignore the 2560x1440 line and it's going 2260x2240... Tomorrows another day, i'll keep plugging away! Thanks for the help!

    2. (See 4 other replies to this status update)

  3. Can you post your actual helios.lua? (to avoid spamming the thread with code)

     

    1. GPatricks

      GPatricks

      _  = function(p) return p end
      name = _('Helios')
      description = 'Generated from compatible Helios Profiles'
      F_16C_EHSI = { x = 1968, y = 2049, width = 188, height = 184 }
      F_16C_LEFT_MFCD = { x = 0, y = 1440, width = 550, height = 550 }
      F_16C_RIGHT_MFCD = { x = 1968, y = 1440, width = 548, height = 549 }
      Viewports = {
        Center = {
          x = 0,
          y = 0,
          width = 2560,
          height = 2240,
          aspect = 1.14285714285714,
          dx = 0,
          dy = 0
        }
      }
      UI = { x = 0, y = 0, width = 2560, height = 1440 }
      UIMainView = UI
      GU_MAIN_VIEWPORT = Viewports.Center

  4. Have you tried :

     

    UIMainView = Viewports.Center

     

    1. GPatricks

      GPatricks

      Yep, and Profile Editor threw a DCS Monitor Setup error and changed it back!!

    2. (See 4 other replies to this status update)

×
×
  • Create New...