Flamin_Squirrel Posted March 4, 2013 Posted March 4, 2013 Hi all. I'm having some trouble getting the Shkval showing up on my second monitor. My primary monitor is set at 1900x1200, the secondary is 1280x1024. I have no problem with the A-10C getting the right MFD working at 1024x 1024 (see below). When I try with Shkval and ABRIS, ABRIS shows but it's just black where the Shkval should be. Any ideas? _ = function(p) return p; end; name = _('Dual Monitor'); Description = Dual monitor configuration' Viewports = { Center = { x = 0; y = 0; width = 1900; height = 1200; viewDx = 0; viewDy = 0; aspect = 1900/1200; } } RIGHT_MFCD = { x = 1900; y = 0; width = 1024; height = 1024; } ABRIS = { x = 1900; y = 0; width = 300; height = 300; } SHKVAL = { x = 2200; y = 0; width = 300; height = 300; } UIMainView = Viewports.Center
McMicha Posted March 4, 2013 Posted March 4, 2013 Hello Flamin_Squirrel, use Icemakers Easy Monitor Configurator, it is really easy.... CU Micha Simpit Software by SDA "SIMPIT DEVELOPER ASSOCIATION" DCS ExportScript D.A.C. DCS to Arcaze Communicator Ikarus a new Virtual Cockpit Software Deutscher Forums Thread English Forums Thread Hard/Software: AMD Ryzen 7 1800X, 32 GiB RAM, extra SSD for Windows 10 and DCS World, AMD Vega Frontier Edition with 16 GiB VRAM
dooom Posted March 5, 2013 Posted March 5, 2013 i dont see schkval export code there - are you expecting right MFCD to = schkval? ASUS Tuf Gaming Pro x570 / AMD Ryzen 7 5800X @ 3.8 / XFX Radeon 6900 XT / 64 GB DDR4 3200 "This was not in the Manual I did not read", cried the Noob" - BMBM, WWIIOL
Flamin_Squirrel Posted March 5, 2013 Author Posted March 5, 2013 Hello Flamin_Squirrel, use Icemakers Easy Monitor Configurator, it is really easy.... CU Micha Many thanks, I'll give it a go if I can't figure it out. i dont see schkval export code there - are you expecting right MFCD to = schkval? "RIGHT_MFCD =", "ABRIS =" and the code associated with them works; the windows appear where expected. "SHKVAL=" doesn't work at all. I got "SHKVAL=" from the dumies guide for milti-monitor use.
McMicha Posted March 5, 2013 Posted March 5, 2013 Hi Flamin_Squirrel, edit for ABRIS following File '.../Eagle Dynamics/DCS World/Mods/aircrafts/Ka-50/Cockpit/Scripts/ABRIS/ABRIS_init.lua" -- try_find_assigned_viewport("ABRIS","RIGHT_MFCD") -- orginal try_find_assigned_viewport("ABRIS") -- new edit for Shkval following File '.../Eagle Dynamics/DCS World/Mods/aircrafts/Ka-50/Cockpit/Scripts/SHKVAL/SHKVAL_init.lua' -- try_find_assigned_viewport("Shkval","LEFT_MFCD") -- orginal try_find_assigned_viewport("SHKVAL") -- new Because ABRIS is also RIGHT_MFCD and Shkval is also LEFT_MFCD. This change is for your Monitor.lua from the first post. Attention, edit all Files with notepad++ and not with Mircosoft Notepad!! CU Micha PS: Sorry for my bad english... Simpit Software by SDA "SIMPIT DEVELOPER ASSOCIATION" DCS ExportScript D.A.C. DCS to Arcaze Communicator Ikarus a new Virtual Cockpit Software Deutscher Forums Thread English Forums Thread Hard/Software: AMD Ryzen 7 1800X, 32 GiB RAM, extra SSD for Windows 10 and DCS World, AMD Vega Frontier Edition with 16 GiB VRAM
Recommended Posts