跳转到帖子

Fuchs

Members
  • 帖子数

    36
  • 注册日期

  • 上次访问

最新回复 发布由 Fuchs

  1. Hi, 

     

    I'm coming to you as I can"t make it work as I would like...

     

    here is my config

    Capture.JPG

    Monitor 1 is a 50 inches res: 3840x2160

    Monitor 2 is a 17 inches res: 1680x1050

    Monitor 3 is a 24 inches res: 1920x1200

     

    My wish is to use monitor 1 as the main screen for DCS use monitor 2 to show MFD for F16, F18 and Av8b

    Monitor 3 is planed to show Web browser, Discord or briefing ...

     

    I tried to make a lua with some infos found on the web but nothing work as expected and now even the lua didn't show up in the menu

     

    here is the lua à made but probably totally false...

     

    Thanks to the one who will help me to make it work

     

    _  = function(p) return p; end;
    name = _('Fuchs');
    Description = 'Two monitors + MFD'
    Viewports =
    {
         Center =
         {
              x = 0;
              y = 0;
              width = 3840;
              height = 2160;
              viewDx = 0;
              viewDy = 0;
              aspect = 3840/2160;
         }
                    LEFT_MFCD = 
                    {
               x = 34;
               y = 2683;
               width = 500;
               height = 500;
         }
                     RIGHT_MFCD = 
                     {
               x = 1145;
               y = 2683;
               width = 500;
               height = 500;
                      }
    }
    UIMainView = Viewports.Center
    LEFT_MFCD  = Viewports.LEFT_MFCD
    RIGHT_MFCD = Viewports.RIGHT_MFCD

     

×
×
  • 创建新的...