Jump to content

Recommended Posts

Posted

Hello, I'm looking to export the UFCP information from the JF-17 to another screen.

 

5n41.png

Anyone know the variable to use in MonitorSetup.lua?

(For F / A 18, the variable is "F18_UFC", on JF-17, I did not find).

 

Thanks by advance.

Configuration :

Asus ROG 701VI (laptop)- Core i7 6700HQ - 32 Go de Ram DDR4 2400Mhz - GeForce GTX 1080 - 2 DD SSD NVMe 1To & 520Go -

TrustMaster Warthog - VKB Gunfighter Pro - TRP Rudder Pedals Trustmaster - HTC Vive - ED TrackerPro - Leap Motion - TrustMaster MFD Cougar - Playseat Flight - Windows 10 CU

-- DCS 2.5 : JF-17- F16 - F14 - AV8B - Mirage 2000C - F/A 18C - Black Shark 2 - Flaming Cliffs 3 - Persian Gulf - Nevada --

 

 

[sIGPIC][/sIGPIC]

Posted

It is possible, here is my config

 

_ = function(p) return p; end;

name = _('JF17 + UFCP');

Description = 'Three monitor configuration'

Viewports =

{

Center =

{

x = 0;

y = 0;

width = 2560;

height = 1440;

viewDx = 0;

viewDy = 0;

aspect = screen.aspect;

}

}

 

JF17_LEFT_MFCD =

{

x = 2560 + 50;

y = 620;

width = 540;

height = 760;

}

 

JF17_CENTER_MFCD =

{

x = 2560 + 640 + 50;

y = 620;

width = 540;

height = 760;

}

 

JF17_RIGHT_MFCD =

{

x = 2560 + 640 + 640 + 50;

y = 620;

width = 540;

height = 760;

}

 

JF17_UFCP_1 =

{

x = 2560 + 840;

y = 360;

width = 240;

height = 40;

}

 

JF17_UFCP_2 =

{

x = 2560 + 840;

y = 410;

width = 240;

height = 40;

}

 

JF17_UFCP_3 =

{

x = 2560 + 840;

y = 460;

width = 240;

height = 40;

}

 

JF17_UFCP_4 =

{

x = 2560 + 840;

y = 510;

width = 240;

height = 40;

}

 

UIMainView = Viewports.Center

[sIGPIC][/sIGPIC]

MATRIC developer

Check out MATRIC and forget about keyboard shortcuts

Posted

Thanks a lot for these information.

 

I'll test them tonight.

 

Very clever to have one export per UFCP screen, in order to put them where we want. :D

Configuration :

Asus ROG 701VI (laptop)- Core i7 6700HQ - 32 Go de Ram DDR4 2400Mhz - GeForce GTX 1080 - 2 DD SSD NVMe 1To & 520Go -

TrustMaster Warthog - VKB Gunfighter Pro - TRP Rudder Pedals Trustmaster - HTC Vive - ED TrackerPro - Leap Motion - TrustMaster MFD Cougar - Playseat Flight - Windows 10 CU

-- DCS 2.5 : JF-17- F16 - F14 - AV8B - Mirage 2000C - F/A 18C - Black Shark 2 - Flaming Cliffs 3 - Persian Gulf - Nevada --

 

 

[sIGPIC][/sIGPIC]

  • 1 month later...
Posted

Hi AnarchyZG, thanks a lot, great job man, one cuestion:

 

where folder is the JF17_UFCP_1/2/3/4 indicator? I dont see, only page_01, page_02, page_03 and page_04 name indicators archive!!!!!!

 

Wich corresponding *init.lua files you modified to let indicator files JF17_UFCP_1/2/3/4 appear on your external display?

 

Thanks

Posted

Oh man!!!!!!!! Directly mi specific monitor file i have made DISAPPEAR and DCS launcher no recognize it!!!!!!! What goes wrong? CRAZYYYYYYYYYYYYYYYYYYYYYYYYYY

  • Recently Browsing   0 members

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