bones1014 Posted August 20, 2019 Posted August 20, 2019 I have the ECMD exported to a small secondary monitor but the image is squished. It's taller than it is wide and I can't get it to be a true circle. Anyone else have this issue?
microvax Posted August 22, 2019 Posted August 22, 2019 I have my ECMD export set to a height to width ratio of 1:1,21928 and its circular. If you just mod one of the default dcs monitor export config files it will stretch it to the size of second monitor, you have to create your own custom one to not have that happen to it. [sIGPIC][/sIGPIC] *unexpected flight behaviour* Oh shiii*** ! What ? Why ? What is happening ?
bones1014 Posted September 22, 2019 Author Posted September 22, 2019 I have my ECMD export set to a height to width ratio of 1:1,21928 and its circular. If you just mod one of the default dcs monitor export config files it will stretch it to the size of second monitor, you have to create your own custom one to not have that happen to it.I'll take a look at that. Thanks. Sent from my ASUS_I01WDX using Tapatalk
bones1014 Posted September 26, 2019 Author Posted September 26, 2019 I tried adding a line to set the aspect ratio but it doesn't affect the slight egg shape of my EMCD. It's totally usable, just annoying.
draconus Posted September 27, 2019 Posted September 27, 2019 just a thought: try to input less px for the height (Y) in config file Win10 i7-10700KF 32GB RTX4070S Quest 3 T16000M VPC CDT-VMAX TFRP FC3 F-14A/B F-15E CA SC NTTR PG Syria
Looney Posted September 28, 2019 Posted September 28, 2019 Can you describe what you edited to get the export to work? I'm thinking of exporting my DDD or TID but I need some guidance :) [sIGPIC][/sIGPIC] Commodore 64 | MOS6510 | VIC-II | SID6581 | DD 1541 | KCS Power Cartridge | 64Kb | 32Kb external | Arcade Turbo
bones1014 Posted September 28, 2019 Author Posted September 28, 2019 Can you describe what you edited to get the export to work? I'm thinking of exporting my DDD or TID but I need some guidance :) Copy and rename one of the file out of your DCS World OpenBeta\Config\MonitorSetup folders. You make edits like below: _ = function(p) return p; end; name = _('Viggen and RIO'); 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 = 1.7777777777778; } } VIGGEN_RADAR = { x = 150; y = 1085; width = 480; height = 480; } VIGGEN_NAV = { x = 1165; y = 1480; width = 75; height = 75; } VIGGEN_TV = { x = 1200; y = 1080; width = 400; height = 400; } VIGGEN_WAYPOINT = { x = 1650; y = 1080; width = 100; height = 100; } F14_TID = { x = 130; y = 1080; width = 480; height = 480; } F14_ECMD = { x = 1250; y = 1080; width = 480; height = 480; aspect = 1; } MIRAGE_RADAR = { x = 140; y = 1085; width = 480; height = 480; } M2000_RWR_SCREEN = { x = 1250; y = 1080; width = 480; height = 480; } LEFT_MFCD = { x = 150; y = 1080; width = 480; height = 480; } RIGHT_MFCD = { x = 1250; y = 1080; width = 480; height = 480; } GUI= { x = 0; y = 0; width = 1920; height = 1080; } UIMainView = GUI GU_MAIN_VIEWPORT = Viewports.Center Does that help?
Recommended Posts