Jump to content

asssboy

Members
  • Posts

    4
  • Joined

  • Last visited

  1. So break my setup on every other plane to have the digits actually show properly in the f/18? Even if export is disabled it should still show up in the actual cockpit, no?
  2. Having the same exact issue. screenshot attached in my post here: https://forums.eagle.ru/showthread.php?t=211080
  3. No Video on MFD In every mission so far, the MFD's have nothing on the screen. Using steam version SS attached.
  4. Came here to file this bug as well. I'll just leave my Lua file and hope ED solves this quick. Quite annoying. _ = function(p) return p; end; name = _('customized'); Description = '3 monitor plus mfds' Viewports = { Left = { x = 0; y = 0; width = screen.width / 3; height = 1920; viewDx = -1; viewDy = 0; aspect = 1080 / 1920; }, Center = { x = screen.width / 3; y = 0; width = screen.width / 3; height = 1920; viewDx = 0; viewDy = 0; aspect = 1080 / 1920; }, Right = { x = screen.width * 2 / 3; y = 0; width = screen.width / 3; height = 1920; viewDx = 1; viewDy = 0; aspect = 1080 / 1920; }, } LEFT_MFCD = { x = 880; y = 2315; width = 400; height = 400; } RIGHT_MFCD = { x = 1960; y = 2315; width = 400; height = 400; } GUI = { x = 0; y = 0; width = 1920; height = 1080; } UIMainView = GUI
×
×
  • Create New...