Flipper Posted July 9, 2019 Posted July 9, 2019 (edited) Moin, mangels (deutscher) Infos über die Umsetzung von drei zusätzlichen Bildschirmen für das Hornet-Cockpit, wollte ich hier mal meine Version zeigen. Hier auch die entspr. notwendige Monitor-Setup-Datei: ____________________________________________________________________________ _ = function(p) return p; end; name = _('FlipperF-18L'); Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center' Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1920/1080; } } LEFT_MFCD = { x = 1950; y = 0; width = 750; height = 600; aspect = 1024/600; } RIGHT_MFCD = { x = 2974; y = 0; width = 750; height = 600; aspect = 1024/600; } CENTER_MFCD = { x = 3998; y = 0; width = 750; height = 768; aspect = 1024/768; } UIMainView = Viewports.Center ____________________________________________________________________________ Anbei noch die Win10 Monitorzuordnung: Nr. 2: =Hauptbildschirm Nr. 3, 1, 4 = 7 Zoll Displays Wichtig ist hierbei, dass die zusätzl. Displays im Setup rechts vom Hauptbildschirm angeordnet werde, sonst erkennt DCS diese nicht. Edited July 9, 2019 by Flipper New/Correction of resolution of 7" Displays “The uninitiated non-believers think an airplane is a collection of moving parts and miles of wiring. We know better.” Marshall “War Dog” Lefavor [sIGPIC][/sIGPIC]
Emmy Posted July 9, 2019 Posted July 9, 2019 Very Nice! [sIGPIC][/sIGPIC] http://www.476vfightergroup.com/content.php High Quality Aviation Photography For Personal Enjoyment And Editorial Use. www.crosswindimages.com
Recommended Posts