Jump to content

Virtual Cockpit A10 and AV8 exports


Recommended Posts

Hi Boffins,

I have searched this thread an i cant seem to find my current issue being mentioned, i have asked the same question to the Facebook community but again, I cant seem to get an answer to my predicament.

I have used Virtual Cockpit Server to locate and size MFD exports to my 2 8" monitors. and in game settings i am using the Virtual Cockpit Server.lua file. A10 is peachy no issues what so ever.

the OSB labels are aligned fine and i have the MFD countdown timer within the viewable area behind the cougar surrounds.

 

My issue is that once i change to AV8b and use the MPSD export hot keys, the displays are larger so the OSB labels are now behind the cougar bezels, but i'm still using the original VCS lua file.

 

Any assistance would be very much appreciated.

 

Thanks

Link to comment
Share on other sites

This the VCS Lua file.

 

--***DO NOT MODIFY THESE COMMENT LINES***

--A10CVirtualCockpitServer v0.0.0.0

--LOCATION Config\MonitorSetup

--HOOKTO

--Monitor lua

 

_ = function(p) return p; end;

name = _('A-10C Virtual Cockpit Server');

Description = 'Setup for A-10C Virtual Cockpit Server MFCD and CDU Exports.'

Viewports =

{

Center =

{

x = 0;

y = 12;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1.7777777777777777777777777778;

}

}

 

LEFT_MFCD =

{

x = 5160;

y = 10;

width = 820;

height = 624;

}

 

RIGHT_MFCD =

{

x = 4244;

y = -9;

width = 874;

height = 674;

}

 

--CDU_EXPORT

 

UIMainView = Viewports.Center

 

Cheers

Link to comment
Share on other sites

  • Recently Browsing   0 members

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