alt10k Posted November 29, 2017 Posted November 29, 2017 Hello, MPCD export views works fine with F2 air craft view but with F1 cockpit view you can see nothing. Any idea what is the problem? Monitor lua is: _ = function(p) return p; end; name = _('Dual monitor for AV-8B'); Description = 'ASUS 34" top and 15" bottom' Viewports = { Center = { x = 0; y = 0; width = 3440; height = 1440; viewDx = 0; viewDy = 0; aspect = 3440/1440; } } LEFT_MFCD = { x = 0+10; y = 1440+1080-620+10; width = 620-20; height = 620-20; } RIGHT_MFCD = { x = 1920-620+10; y = 1440+1080-620+10; width = 620-20; height = 620-20; } UIMainView = Viewports.Center Asus X99 Deluxe II|Intel i7 6850K @4.2GHz|G.Skill 64GB Trident Z DDR4 3200MHz|Noctua NH-D15 and 4x NF-A14 PWM|Corsair HX850i Win10 Pro 64 @M.2 512GB 950 PRO|DCS @M.2 250GB 960 EVO ASUS GTX 1070 STRIX OC 8GB GDDR5|ASUS PG348Q - LG 25UM58 @3440x2520 Corsair Strafe RGB MX Silent|TM Hotas Warthog 7.5cm ext & 3x MFD Cougars|MFG Crosswind|TrackIR 5 A-10C|AJS-37|AV-8B|BS2|F/A-18C|FC3|Mi-8MTV2|PG NE NO SY maps|Tacview.
Zeus67 Posted November 29, 2017 Posted November 29, 2017 Hello, MPCD export views works fine with F2 air craft view but with F1 cockpit view you can see nothing. Any idea what is the problem? Monitor lua is: _ = function(p) return p; end; name = _('Dual monitor for AV-8B'); Description = 'ASUS 34" top and 15" bottom' Viewports = { Center = { x = 0; y = 0; width = 3440; height = 1440; viewDx = 0; viewDy = 0; aspect = 3440/1440; } } LEFT_MFCD = { x = 0+10; y = 1440+1080-620+10; width = 620-20; height = 620-20; } RIGHT_MFCD = { x = 1920-620+10; y = 1440+1080-620+10; width = 620-20; height = 620-20; } UIMainView = Viewports.Center For the time being, when you are inside the cockpit click on the "Left MPCD Export View ON/OFF" and "Right MPCD Export View ON/OFF" option. It is an issue that we will fix in a future update. "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." "The three most dangerous things in the world are a programmer with a soldering iron, a hardware type with a program patch and a user with an idea."
alt10k Posted November 29, 2017 Author Posted November 29, 2017 Thanks for a quick fix, it works. 10 points to Mr. Zeus, great work. Asus X99 Deluxe II|Intel i7 6850K @4.2GHz|G.Skill 64GB Trident Z DDR4 3200MHz|Noctua NH-D15 and 4x NF-A14 PWM|Corsair HX850i Win10 Pro 64 @M.2 512GB 950 PRO|DCS @M.2 250GB 960 EVO ASUS GTX 1070 STRIX OC 8GB GDDR5|ASUS PG348Q - LG 25UM58 @3440x2520 Corsair Strafe RGB MX Silent|TM Hotas Warthog 7.5cm ext & 3x MFD Cougars|MFG Crosswind|TrackIR 5 A-10C|AJS-37|AV-8B|BS2|F/A-18C|FC3|Mi-8MTV2|PG NE NO SY maps|Tacview.
MetalGear_Honk Posted November 29, 2017 Posted November 29, 2017 Hi Thanks I Was about to ask the same. MetalGear_Honk The threemost dangerous threads to Programmers: Fresh air Bright sun light The horrifying screams of singingbirds
Recommended Posts