Pinefang Posted September 21, 2015 Posted September 21, 2015 Can some one verify something for me? Did I read that Multiplayer doesn't support multiple monitors? Thanks in advance.
HawgDawg4Life Posted September 21, 2015 Posted September 21, 2015 No, absolutely not. Multiple Monitors work the same way in Multiplayer that they do in single player. I have 3 and its nice HawgDawg4life of MSFlights.net [sIGPIC][/sIGPIC]
Gladman Posted September 22, 2015 Posted September 22, 2015 Yep, running 3 monitors myself. You might take a FPS hit pending on hardware but I've been in a squad for better than a year and used this setup the entire time. i9 9900K @ 5.1Ghz - ASUS Maximus Hero XI - 32GB 4266 DDR4 RAM - ASUS RTX 2080Ti - 1 TB NVME - NZXT Kraken 62 Watercooling System - Thrustmaster Warthog Hotas (Virpil Base) - MFG Crosswind Pedals - Pimax 5K+ VFA-25 Fist Of The Fleet [sigpic]http://forums.eagle.ru/signaturepics/sigpic99190_2.gif[/sigpic] Virtual Carrier Strike Group 1 | Discord
Pinefang Posted September 22, 2015 Author Posted September 22, 2015 (edited) Thanks guys, All is working good now. Edited September 22, 2015 by Pinefang Figured it out, got it working.
HawgDawg4Life Posted January 15, 2016 Posted January 15, 2016 if you need some advice Thanks guys, All is working good now. if you need any advice on building monitor lau scripts for your 3 monitor setup, hit me up. I have done extensive research and scripting. HawgDawg4life of MSFlights.net [sIGPIC][/sIGPIC]
whaaw Posted January 15, 2016 Posted January 15, 2016 if you need any advice on building monitor lau scripts for your 3 monitor setup, hit me up. I have done extensive research and scripting. so maybe you can help me with my setup, it just wont work for me: http://forums.eagle.ru/showpost.php?p=2629601&postcount=21 SFMBE
HawgDawg4Life Posted January 16, 2016 Posted January 16, 2016 so maybe you can help me with my setup, it just wont work for me: http://forums.eagle.ru/showpost.php?p=2629601&postcount=21 First of all I see what your up against, and there is an easy solution. I am assuming you are wanting the editor to utilize the whole screen and the aircraft to use the whole screen. This is accomplished by setting your monitors as a single monitor and if your using ATI, its called Eyefinity. Nvidia calls it something else. I have the ATI so to get the three screens to act as a single screen, I have to create an Eyefinity. If your using the new Crimson Driver and control panel, its fairly straight forward, open your Radeon settings, then click the Eyefinity tab. Create a new eyefinity group by clicking Quick Setup. Nvidia is very similar, but I am not sure about the exact procedure. Then, in your DCS options, set your "Monitors" option to 3 screen and your resolution to 5760x1080. Option 2, if you want to use one monitor for flying and the other two for MFD's, you can use a predefined monitor settings, "LMFCD+Camera+RMFCD" or you can create your own, Like I have. Here is the lau script that I created. Hollar if you need further assistance.... **************Everything below this line is in the LAU file *********************** = function(p) return p; end; name = _('Hawgs KA-50'); Description = 'Left MFCD on the left monitor,Right MFCD on the right and camera on the center' Viewports = { Center = { x = screen.width / 3; y = 0; width = screen.width / 3; height = screen.height; viewDx = 0; viewDy = 0; aspect = screen.aspect / 3; } } LEFT_MFCD = { x = screen.width *(2 / 3); y = 0; width = screen.width / 3; height = screen.height; } RIGHT_MFCD = { x = 0; y = 0; width = screen.width / 3; height = screen.height; } UIMainView = Viewports.Center HawgDawg4life of MSFlights.net [sIGPIC][/sIGPIC]
Recommended Posts