Pingoo Posted March 9, 2020 Posted March 9, 2020 Hello, I'm looking to export the UFCP information from the JF-17 to another screen. 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]
AnarchyZG Posted March 10, 2020 Posted March 10, 2020 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
Pingoo Posted March 11, 2020 Author Posted March 11, 2020 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]
Caprichila Posted April 19, 2020 Posted April 19, 2020 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
Caprichila Posted April 19, 2020 Posted April 19, 2020 Oh man!!!!!!!! Directly mi specific monitor file i have made DISAPPEAR and DCS launcher no recognize it!!!!!!! What goes wrong? CRAZYYYYYYYYYYYYYYYYYYYYYYYYYY
Caprichila Posted April 19, 2020 Posted April 19, 2020 Hello again, I got it work, the only problem is that lines 2, 3 and 4 appear over each other.... How can i upload a picture here please?
Recommended Posts