gsg Posted November 8, 2012 Posted November 8, 2012 Hi! The problem is that I want to export in the left MFD is a 15" VGA monitor. primary monitor resolution 1366X768, 1024X768 resolution of the secondary monitor. both 60Hz operation.The attached picture shows the cockpit and the MFD shows details on the primary monitor, the black on the secondary monitor. the secondary monitor to the left MFD looks, but it lacks the part that is on the primary.I tried to set the "camera + leftMFD (on the right side). lua" file, but nothing changed. even when copied back to the original. lua files, you can also see this same picture in the game.I tried to set the "camera + leftMFD (on the right side). lua" file, but nothing changed. even when copied back to the original. lua files, you can also see this same picture in the game. What could be the problem? days since I read in the forum, but no solution has been found. my OS win7 64bit,video card ATI radeon HD4870. :helpsmilie:
slowhand Posted November 8, 2012 Posted November 8, 2012 Hey G, can you post your .lua file. It lools like there maybe a lil trouble with the math, Is it just the left mfd you want on that 2nd monitor or do you want both left and right? if you go here http://forums.eagle.ru/showthread.php?t=60815 and open the spoiler boxes you will find what you are looking for.If not just post that .lua and i'll see if i can help.:thumbup: [sIGPIC][/sIGPIC] SMOKE'M:smoke: IF YA GOT'M!:gun_rifle: H2o Cooler I7 9700k GA 390x MB Win 10 pro Evga RTX 2070 8Gig DD5 32 Gig Corsair Vengence, 2T SSD. TM.Warthog:joystick: :punk:, CV-1:matrix:,3x23" monitors, Tm MFD's, Saitek pro rudders wrapped up in 2 sheets of plywood:megalol:
gsg Posted November 8, 2012 Author Posted November 8, 2012 Hi! I just landed on the left MFD like the 15" monitor. camera+LMFD(on the right side).lua : _ = function(p) return p; end; name = _('Camera + LMFCD(on right side)'); Description = 'Left MFCD on the right and camera on the center' Viewports = { Center = { x = 0; y = 0; width = screen.width / 2; height = screen.height; viewDx = 0; viewDy = 0; aspect = screen.aspect / 2; } } LEFT_MFCD = { x = screen.width / 2; y = 0; width = screen.width / 2; height = screen.height; } UIMainView = Viewports.Center If you change the data, you can be the same image on two monitors
Sci2 Posted November 8, 2012 Posted November 8, 2012 you can try this if you want both mfd's on the second monitor _ = function(p) return p; end; name = _('Export example'); Description = 'Export example'; Viewports = -- Put your values in , and delete all exports that you don't want to use ! -- You will have to determine the area for the MP/SP GUI { Center = { x = 0; y = 0; width = 2390; height = 768; viewDx = 0; viewDy = 0; aspect = 1.3333333333; } } GUI= { x = 0; y = 0; width = 600; height = 400; } LEFT_MFCD = { x = 1024; y = 0; width = 500; height = 500; } RIGHT_MFCD = { x = 1536; y = 0; width = 500; height = 500; } UIMainView = Viewports.Center [sIGPIC]http://forums.eagle.ru/signaturepics/sigpic90574_1.gif[/sIGPIC] Australasian Gaming Community Specs: Intel Quad 2.4GHz -- Geforce GTX 560 Duo -- SSD HDD -- 8Gb Mem -- 23" led -- 17"touch -- Logitech G940 Flight System --JoyLocs-- TIR 5 -- Cougar MFD'S -- Helios -
gsg Posted November 9, 2012 Author Posted November 9, 2012 Hi! I copied what you wrote down and have a picture as you see below.Can you show a step by step description of how to do this? Thank you! :book:
Hansolo Posted November 9, 2012 Posted November 9, 2012 (edited) Hi, Not sure what the GUI is for but a kind suggestions is to change to the following; LEFT_MFCD = { x = 1367; y = 0; width = 500; height = 500; } RIGHT_MFCD = { x = 1890; y = 0; width = 500; height = 500; } This should place you left MFCD on coordinates (1367,0) which is top left of your right screen (1024x768). The right MFCD is then placed on top right of your right screen (1366+1024-500 = 1890) Also I think the aspect is a little off. Think it should be: { Center = { x = 0; y = 0; width = 1366; height = 768; viewDx = 0; viewDy = 0; aspect = 1.78; } The 3390x768 should then be set in the game under resolution. ASlowhand also points out this is a very good thread with explanation: http://forums.eagle.ru/showthread.php?t=60815 Helped more than once :-) Edited November 9, 2012 by Hansolo typo 132nd Virtual Wing homepage & 132nd Virtual Wing YouTube channel My DCS-BIOS sketches & Cockpit Album
Sci2 Posted November 9, 2012 Posted November 9, 2012 (edited) You are right my bad it shoud be 1366 instead of 1024 copy paste below in your .lua file and go to game options select the " export example" and make sure your 2nd screen is set on the right of your main screen as you showed on the example of your screen setup in windows :joystick: The GUI is the screen that shows up before a missions "briefing" "mission setup" etc etc _ = function(p) return p; end; name = _('Export example'); Description = 'Export example'; Viewports = -- Put your values in , and delete all exports that you don't want to use ! -- You will have to determine the area for the MP/SP GUI { Center = { x = 0; y = 0; width = 2390; height = 768; viewDx = 0; viewDy = 0; aspect = 1.78; } } GUI= { x = 0; y = 0; width = 600; height = 400; } LEFT_MFCD = { x = 1366; y = 0; width = 500; height = 500; } RIGHT_MFCD = { x = 1536; y = 0; width = 500; height = 500; } UIMainView = Viewports.Center Edited November 9, 2012 by Sci2 [sIGPIC]http://forums.eagle.ru/signaturepics/sigpic90574_1.gif[/sIGPIC] Australasian Gaming Community Specs: Intel Quad 2.4GHz -- Geforce GTX 560 Duo -- SSD HDD -- 8Gb Mem -- 23" led -- 17"touch -- Logitech G940 Flight System --JoyLocs-- TIR 5 -- Cougar MFD'S -- Helios -
gsg Posted November 9, 2012 Author Posted November 9, 2012 Hi! Thanks for the help, but no change will be made, but that edits the. lua files. I tried to set it as http://files.digitalcombatsimulator.com/en/214771/ ,but the view is not 1camera was like in the example there.instead of the first image, the second image is me on the monitor.second monitor to the right of the primary.it seems the secondary monitor to the left MFD if the camera + LMFD (on right side), I use the opportunity.I just want another monitor on the left MFD. but slowly giving up. I do not understand why it works for others, and I do not? 1camera.lua see attached file, which is described as modified, but the game did not change anything.Új szöveges dokumentum.txt
Sci2 Posted November 9, 2012 Posted November 9, 2012 am i right that you have 2 monitors ? main screen in the middle and the 2nd screen on the right? and you want your mfd's on your 2nd monitor? [sIGPIC]http://forums.eagle.ru/signaturepics/sigpic90574_1.gif[/sIGPIC] Australasian Gaming Community Specs: Intel Quad 2.4GHz -- Geforce GTX 560 Duo -- SSD HDD -- 8Gb Mem -- 23" led -- 17"touch -- Logitech G940 Flight System --JoyLocs-- TIR 5 -- Cougar MFD'S -- Helios -
gsg Posted November 9, 2012 Author Posted November 9, 2012 and yes, the first is to the right of the secondary in the Windows registry, and for this I would like to put on the left MFD
Sci2 Posted November 9, 2012 Posted November 9, 2012 Yes, I would like to do. than my above setup should work since i used that lua file as well for my both monitors having the mfd's on the 2nd screen to the right still using i but than for helios _ = function(p) return p; end; name = _('Export example'); Description = 'Export example'; Viewports = -- Put your values in , and delete all exports that you don't want to use ! -- You will have to determine the area for the MP/SP GUI { Center = { x = 0; y = 0; width = 2390; height = 768; viewDx = 0; viewDy = 0; aspect = 1.78; } } GUI= { x = 0; y = 0; width = 600; height = 400; } LEFT_MFCD = { x = 1366; y = 0; width = 500; height = 500; } RIGHT_MFCD = { x = 1536; y = 0; width = 500; height = 500; } UIMainView = Viewports.Center [sIGPIC]http://forums.eagle.ru/signaturepics/sigpic90574_1.gif[/sIGPIC] Australasian Gaming Community Specs: Intel Quad 2.4GHz -- Geforce GTX 560 Duo -- SSD HDD -- 8Gb Mem -- 23" led -- 17"touch -- Logitech G940 Flight System --JoyLocs-- TIR 5 -- Cougar MFD'S -- Helios -
gsg Posted November 9, 2012 Author Posted November 9, 2012 than my above setup should work since i used that lua file as well for my both monitors having the mfd's on the 2nd screen to the right still using i but than for helios what you wrote here, I copied it on my LMFCD + Camera + RMFCD.lua file. the picture you see is the result. nothing changes, and I do not see why not? There are also settings in the game. I noticed that if I set the primary monitor resolution is lower, it improves some of the pictures. the primary monitor, the image shifts to the right. but it does not help him much.
Sci2 Posted November 9, 2012 Posted November 9, 2012 download the file that is attached to this message place it in your C:\Program Files\Eagle Dynamics\DCS World\Config\MonitorSetup and make sure you select the profile "select this one" instead of MFCD and put your resolution to 2390x768select this one.lua [sIGPIC]http://forums.eagle.ru/signaturepics/sigpic90574_1.gif[/sIGPIC] Australasian Gaming Community Specs: Intel Quad 2.4GHz -- Geforce GTX 560 Duo -- SSD HDD -- 8Gb Mem -- 23" led -- 17"touch -- Logitech G940 Flight System --JoyLocs-- TIR 5 -- Cougar MFD'S -- Helios -
gsg Posted November 10, 2012 Author Posted November 10, 2012 download the file that is attached to this message place it in your C:\Program Files\Eagle Dynamics\DCS World\Config\MonitorSetup and make sure you select the profile "select this one" instead of MFCD and put your resolution to 2390x768 HI! have made some changes, thanks for the help so far! the attached picture shows how the game has changed. but it would be really good if you only left MFD to look bigger. and of course the plane would be only on the primary monitor. if you can do it, then I will send you a bottle of genuine gratitude Hungarian red wine!:yes::thumbsup::drink:
Sci2 Posted November 10, 2012 Posted November 10, 2012 I will take a look to it as soon as im home mate Cheers [sIGPIC]http://forums.eagle.ru/signaturepics/sigpic90574_1.gif[/sIGPIC] Australasian Gaming Community Specs: Intel Quad 2.4GHz -- Geforce GTX 560 Duo -- SSD HDD -- 8Gb Mem -- 23" led -- 17"touch -- Logitech G940 Flight System --JoyLocs-- TIR 5 -- Cougar MFD'S -- Helios -
Recommended Posts