Jump to content

Recommended Posts

Posted

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?

Posted

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 ?

  • 5 weeks later...
Posted
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

Posted

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

Posted

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

Posted
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?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...