Jump to content

Recommended Posts

Posted

Hello,

 

I like to know how you can see the cockpit in one screen and the skhval (plus ABRIS) on the other. I see many posts on the internet but it cannot help me. In options in DCS World you see it for A-10 with the 2 diffent screens but not for black shark, or do i something wrong?

 

I hope you can help me step-by-step.

 

I have Windows 7 64x.

 

Main scren: 1920*1200 and small screen: 1024*768.

 

Thank you.

Posted

I do not understand. I searched but nothing comes up which clears it...

_ = function(p) return p; end;

name = _('test');

Description = 'One monitor configuration'

Viewports =

{

Center =

{

x = 0;

y = 0;

width = screen.width;

height = screen.heigth;

viewDx = 0;

viewDy = 0;

aspect = screen.aspect;

}

}

LEFT_MFCD =

{

x = 0;

y = screen.height -300;

width = 300;

height = 300;

}

RIGHT_MFCD =

{

x = screen.width -300;

y = screen.height -300;

width = 300;

height = 300;

}

UIMainView = Viewports.Center

 

This is how far i managed...

Posted

Did you also activate the exports ?

 

I setup my 2 screens as "one big screen".

Both are 1920 x 1080 = 3840 x 1080 and I exported to

 

 

_ = function(p) return p; end;

name = _('A10 und KA50');

Description = 'A10 und KA-50';

Viewports =

-- Put your values in , and delete all exports that you don't want to use !

--[[

List of Exports:

----------------------

Eagle Dynamics A-10C =

----------------------

MFCD_init.lua

ED_A10C_LEFT_MFCD

ED_A10C_RIGHT_MFCD

CDU_init.lua

ED_A10C_CDU

DIGIT_CLK_init.lua

ED_A10C_CLOCK

AN_ALR69V_init.lua

ED_A10C_RWR

CMSP_init.lua

ED_A10C_CMSP

CMSC_init.lua

ED_A10C_CMSC

freq_status_init.lua

ED_A10C_UHF_FREQUENCY_STATUS

preset_channel_init.lua

ED_A10C_UHF_PRESET_CHANNEL

repeater_init.lua

ED_A10C_UHF_REPEATER

 

----------------------

Eagle Dynamics Ka-50 =

----------------------

ABRIS_init.lua

ED_KA50_ABRIS

SHKVAL_init.lua

ED_KA50_Shkval

UV_26_init.lua

ED_KA50_UV26

PVI_init.lua

ED_KA50_PVI

Ekran_init.lua

ED_KA50_Ekran

CautionLights_panel.lua

ED_KA50_CautionLights

--]]

 

{

Center =

{

x = 0;

y = 0;

width = 1920;

height = 1080;

viewDx = 0;

viewDy = 0;

aspect = 1920 / 1080;

}

}

GUI=

{

x = 0;

y = 0;

width = 1920;

height = 1080;

}

 

UIMainView = GUI

 

--//////////////////////////////////////

-- Eagle Dynamics A-10C =

--//////////////////////////////////////

 

ED_A10C_LEFT_MFCD =

{

x = 1990;

y = 125;

width = 445;

height = 445;

}

ED_A10C_RIGHT_MFCD =

{

x = 3335;

y = 125;

width = 445;

height = 445;

}

 

-- ED_A10C_CDU =

-- {

-- x = 300;

-- y = 600;

-- width = 200;

-- height = 300;

-- }

 

ED_A10C_CLOCK =

{

x = 2396;

y = 827;

width = 126;

height = 126;

}

 

ED_A10C_RWR =

{

x = 2512;

y = 152;

width = 190;

height = 190;

}

 

ED_A10C_CMSP =

{

x = 2995;

y = 190;

width = 270;

height = 70;

}

ED_A10C_CMSC =

{

x = 2790;

y = 141;

width = 204;

height = 50;

}

ED_A10C_UHF_FREQUENCY_STATUS =

{

x = 2555;

y = 565;

width = 120;

height = 30;

}

 

ED_A10C_UHF_PRESET_CHANNEL =

{

x = 2666;

y = 475;

width = 34;

height = 34;

}

 

ED_A10C_UHF_REPEATER =

{

x = 2535;

y = 695;

width = 110;

height = 30;

}

 

--//////////////////////////////////////

-- Eagle Dynamics Ka-50 =

--//////////////////////////////////////

ED_KA50_ABRIS =

{

x = 3232;

y = 389;

width = 379;

height = 485;

}

ED_KA50_Shkval =

{

x = 2687;

y = 70;

width = 464;

height = 344;

}

 

ED_KA50_UV26 =

{

x = 2000;

y = 600;

width = 200;

height = 300;

}

 

ED_KA50_PVI =

{

x = 2100;

y = 300;

width = 300;

height = 300;

}

 

ED_KA50_Ekran =

{

x = 2200;

y = 600;

width = 300;

height = 300;

}

ED_KA50_CautionLights =

{

x = 3100;

y = 0;

width = 500;

height = 500;

}

 

 

 

 

This file is from a thread here "monitorsetup for KA-50 and A-10" in one file.

 

 

Have a look for Peter_P ´s Thread "all about exports".

  • Recently Browsing   0 members

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