Jump to content

Any way to remove the MFDs from the ALT F1 HUD-only view?


Stevo

Recommended Posts

  • 3 weeks later...

Sure go to the Monitor setup folder of DCS... Create a new .lua file with the following in it. Name it 1Camera_No_MFCD.lua

_  = function(p) return p; end;
name = _('NO MFCDs in HUD-only');
Description = 'One monitor configuration'
Viewports =
{
     Center =
     {
          x = 0;
          y = 0;
          width = screen.width;
          height = screen.height;
          viewDx = 0;
          viewDy = 0;
          aspect = screen.aspect;
     }
}

LEFT_MFCD =
{
     x = 2;
     y = 2;
     width = 1;
     height = 1;
}

RIGHT_MFCD =
{
     x = 1;
     y = 1;
     width = 1;
     height = 1;

 

 

 

Just save it and in the next time in the menu of DCS in video settings select this new profile.

Cheers

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...
On 7/15/2022 at 6:06 PM, John Galt said:

I bought the Thrustmaster MFD set and a couple of Cubesim screens and now not only do I have a clear hud only look but have quality MFD's still available.

Interesting Idea..have to try that.

But how do you interact with the switches and knobs. F1 to hotas?

Link to comment
Share on other sites

On 8/1/2022 at 2:49 PM, idenwen said:

Interesting Idea..have to try that.

But how do you interact with the switches and knobs. F1 to hotas?

Yes, I also would like to know because I went Cubesim also and am in the middle of a pit build. Can't wait to be up and running again!

Link to comment
Share on other sites

  • Recently Browsing   0 members

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