Jump to content

Recommended Posts

Posted

Hi all,

I have found an issue that I am still investigating: I'm running multiple monitors 1 primary (main "camera") with three small lcd screens (8"). In A-10 the following config works just fine. In DCS-World running the A-10 it doesn't - The CDU and RWR will not display in DCS World for the A-10.

 

I have copied the .lua file to the correct directory (I note the name is present under the options so assume that the lua file is in the correct directory for DCS World).

 

Not a major problem, just trying to maximise up front view with the MFCD and CDU / RWR (will add clock etc. later). Under Options my screen resolution is 3520 X 1200 with Aspect Ratio of 2.93333333...As I say, this works just fine in A-10 standalone.

 

Any pointers on where to look?

Cheers

Pete

 

_ = function(p) return p; end;

name = _('KiwiPete 3MFCD A10');

Description = 'Triple MFCDs and camera on the center'

Viewports =

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1200;

viewDx = 0;

viewDy = 0;

aspect = 1.6

}

}

LEFT_MFCD =

{

x = 2040;

y = 50;

width = 560;

height = 560;

}

RIGHT_MFCD =

{ x = 2017;

y = 635;

width =560;

height = 560;

}

CDU_SCREEN =

{

x = 2728;

y = 7;

width = 300;

height =200 ;

}

RWR_SCREEN =

{

x = 2728;

y = 300;

width = 300;

height = 300;

}

 

UIMainView = Viewports.Center

Science doesn't have all the answers...but at least it's asking the right questions!

 

I7 Ivy 2.8 Ghz | 20 GB | GTX - 580 | 24" Dell Monitor | Cougar MFD X2 | 4 Lilliput 8" touch screens | Saitek Cessna pedals | TM Warthog HOTAS | Helios

Posted

You need to copy the cdu_init.lua from your 1.1.1.1 install into your world install, same for the alr69v_init.lua. These files are located in the scripts folder.

Airdog

| Asus ROG Strix Z370-E Mobo | i7 8700K @ 4.7 | 32 GB DDR4@3200mhz | Gigabyte 2080Ti OC 11GB| Samsung M.2 960 Evo 250Gb and 500Gb | Win10 Pro | Hotas Warthog #02743 | Track IR 5 | Toshiba 47" 120hz LED | Acer 23" Touchscreen | HELIOS |Oculus Rift-S|

 

http://www.blackknightssquadron.com/

Posted (edited)

S! airdog

All sorted.

 

Cheers & Thank you!

Edited by KiwiPete
  • Like 1

Science doesn't have all the answers...but at least it's asking the right questions!

 

I7 Ivy 2.8 Ghz | 20 GB | GTX - 580 | 24" Dell Monitor | Cougar MFD X2 | 4 Lilliput 8" touch screens | Saitek Cessna pedals | TM Warthog HOTAS | Helios

  • Recently Browsing   0 members

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