Jump to content

MFD Export to secondary screen not working anymore after the last OB Update


Go to solution Solved by Special K,

Recommended Posts

Posted

It worked before the latest OB Update but isn't working anymore after the latest patch.

Secondary monitor goes black but there are no exports showing up on them.

Where do I even start to look?

Posted

works fine on my end

are you using export with .lua files or some export program like Helios?

 

         Planes:                                      Choppers:                                       Maps:

  • Flaming Cliffs 3                      Black Shark 2                                 Syria
  • A-10C Tank killer 2                Black Shark 3                                 Persian Gulf
  • F/A18C Hornet                       AH-64 Apache                               Mariana's
  • F-16C Viper                                                                                    Afghanistan
  • F-15E Strike Eagle                                                                         Kola Peninsula
  • Mirage 2000C
  • AJS-37 Viggen
  • JF-17 Thunder
  • F-14 Tomcat
  • F-4E Phantom
Posted

Was using Helios to generate the initial Monitor lua but then adjusted it myself to the positions I wanted.

My Monitor config lua

name = _('My 2 Screen Setup')
description = 'My 2 Screen Setup'
F_16C_EHSI = { x = 1142, y = 1481, width = 190, height = 190 }
F_16C_LEFT_MFCD = { x = 552, y = 1080, width = 520, height = 520 }
F_16C_RIGHT_MFCD = { x = 1410, y = 1080, width = 520, height = 520 }
F_16C_RWR =  { x = 1142, y = 1281, width = 190, height = 190 }
Viewports = {
  Center = {
    x = 0,
    y = 0,
    width = 1920,
    height = 1080,
    aspect = 1.777777777777778,
    dx = 0,
    dy = 0
  }
}
UI = { x = 0, y = 5, width = 1920, height = 1080 }
UIMainView = UI
GU_MAIN_VIEWPORT = Viewports.Center

dcs.log

  • Solution
Posted

You are not using the standard export names (LEFT_MFCD, RIGHT_MFCD) and you are exporting stuff that is not exported in the standard game, which means, that you had amended the in-game luas to export these items.

If you want it to work again, you must change the luas again, like you did in the past. 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...