Jump to content

For the attention of JG_14 Smil


Recommended Posts

Hello JG_14

 

You asked in your PM how i got my PVI-800 and UV-26 displays working on my second monitor.

 

Please find attached copies of the files that i use:-

 

In your BS2 installation look in these locations :-

E:\DCS Black Shark 2\Scripts\Aircrafts\Ka-50\Cockpit\EKRAN\Indicator

E:\DCS Black Shark 2\Scripts\Aircrafts\Ka-50\Cockpit\UV_26

E:\DCS Black Shark 2\Scripts\Aircrafts\Ka-50\Cockpit\PVI

 

Back up your original copies of the...

 

Ekran init.lua

 

PVI init.lua

 

UV 26 init.lua

 

Then replace them with my files....

 

The viewportHandling.lua will disable your SHkval, UV-26 and PVI-800 "in cockpit" displays, but still allows exporting to your second monitor.

 

It is located here:-

 

E:\DCS Black Shark 2\Scripts\Aircrafts\_Common\Cockpit

 

Then it's a case of adjusting your monitorconfig file to position them in the correct location,

 

_ = function(p) return p; end;

name = _('BS2KA50');

Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center'

Viewports =

{

Center =

{

x = 0;

y = 0;

width = 1680;

height = 1050;

viewDx = 0;

viewDy = 0;

aspect = 1.6;

}

}

 

LEFT_MFCD =

{

x = 766;

y = 1122;

width = 463;

height = 349;

}

 

RIGHT_MFCD =

{

x = 1321;

y = 1434;

width = 373;

height = 489;

}

 

EKRAN = <------- Make sure that these names match up with what's in your init.lua file.

{

x = 1340;

y = 1156;

width = 110;

height = 61;

}

 

PVI = <------- Make sure that these names match up with what's in your init.lua file.

{

x = 1567;

y = 1041;

width = 275;

height = 94;

}

 

UV26 = <------- Make sure that these names match up with what's in your init.lua file.

{

x = 1587;

y = 1176;

width = 211;

height = 58;

}

 

UIMainView = Viewports.Center

 

 

Hope that helps

 

Regards Gunner....

BS2KA50.lua

Ekran_init.lua

PVI_init.lua

UV_26_init.lua

ViewportHandling.lua

  • Like 1

Win 11 Home 64Bit, i7-13700K@5.2Ghz Water Cooled, 32 Gb RAM, PNY RTX4090, Pimax Crystal, Quest Pro, Realsimulator FSSB R3 ULTRA, Virpil/Thrustmaster Warthog HOTAS combo, MFG Crosswind Pedals.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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