Ressay Posted April 26, 2020 Posted April 26, 2020 Hello everyone, I've just got a TM MFDs, and I decided to extract my F/A18 MFCDs to my secondary screen (laptop screen). I dug into the web and I learned how to edit the .lua file under the MonitorSetup folder. everything works fine except that the right MFCD is not shown, so I edited the position many times with no luck, I also swapped the positions of the left and right MFCD but only the left one moves. I deleted the Script folder under "DCSWorld\Mods\aircraft\FA-18C\Cockpit" and made a repair but also nothing happened. so I decided to post here and I will show my .lua file maybe I've done something wrong with the syntax. That's my file: _ = function(p) return p; end; name = _('FA18 Setup'); Description = 'Two monitors configuration' Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1920/1080; } } Gui = { x = 0; y = 0; width = 1920; height = 1080; } LEFT_MFCD = { x = 0; y = 1560; width = 600; height = 600; } RIGHT_MFCD = { x = 700; y = 1560; width = 600; hight = 600; } UIMainView = Gui GU_MAIN_VIEWPORT = Viewports.Center thanx in advance for the help.
SVgamer72 Posted April 26, 2020 Posted April 26, 2020 See if this helps you figure it out. https://forums.eagle.ru/showpost.php?p=4269827&postcount=7 Sent from my iPhone using Tapatalk
FZG_Immel Posted April 26, 2020 Posted April 26, 2020 this is mine. hope it helps you out (I have a 3840x1080 main monitor and a 1920x1080) the last paragraph is for the JF-17, with specific mfds dimensions) Virtual cockpit server for DCS --<DCS root directory>\Config\MonitorSetup --Monitor setup file _ = function(p) return p; end; name = _('FA18CScreen_FINAL-JF17'); Description = 'Cockpit, left and right MPCDs' Viewports = { Center = { x = 0.0; y = 0.0; width = 3840; height = 1080; viewDx = 0; viewDy = 0; aspect = 3.5555555555555554; } } LEFT_MFCD = { x = 3953.0; y = 248.0; width = 406; height = 406; } RIGHT_MFCD = { x = 5222.0; y = 248.0; width = 406; height = 406; } CENTER_MFCD = { x = 4585.0; y = 438.0; width = 406; height = 406; } EHSI = { x = 4600.0; y = 453.0; width = 386; height = 386; } F18_IFEI = { x = 3820; y = 710; width = 550; height = 245; } F16_DED = { x = 5300; y = 710; width = 412; height = 184; } F18_RWR = { x = 5350; y = 710; width = 256; height = 256; } F14_HSD = { x = 4585.0; y = 438.0; width = 406; height = 406; } F14_VDI = { x = 3953.0; y = 248.0; width = 406; height = 406; } F14_TID = { x = 5222.0; y = 248.0; width = 406; height = 406; } F14_DDD = { x = 4585.0; y = 15.0; width = 406; height = 350; } F14_RWR = { x = 5360; y = 740; width = 266; height = 266; } LEFTJ_MFCD = { x = 3958.0; y = 290.0; width = 396; height = 560; } RIGHTJ_MFCD = { x = 5227.0; y = 290.0; width = 396; height = 560; } CENTERJ_MFCD = { x = 4590.0; y = 480.0; width = 396; height = 560; } UIMainView = Viewports.Center [sIGPIC]https://forums.eagle.ru/signaturepics/sigpic70550_3.gif[/sIGPIC] Asus Z390-H - SSD M.2 EVO 970 - Intel I9 @5.0ghz - 32gb DDR4 4000 - EVGA 3090 - Cougar FSSB + Virpil WRBRD + Hornet Stick - Thrustmaster TPR Pedal + WinWing MIP + Orion + TO and CO pannels - Track IR5
Recommended Posts