Jump to content

Recommended Posts

Posted

Hello guys, can anyone tell me how to configure DCS so that Jester's menu only between the boundaries of the main monitor, it happens to me that when I open it I see it over two monitors. These are my settings

 

_  = function(p) return p; end;
name = _('max2');
Description = 'max2'
--3440x1440
--1920x720
Viewports =
{
	Center =
	{
		x = 0;
		y = 0;
		width = 3440;
		height = 1440;
		viewDx = 0;
		viewDy = 0;
		aspect = 3440/1440;
	}
}

CENTER_MFCD  =
{
	x = 800;
	y = 1470;
	width = 300;
	height = 400;
}

LEFT_MFCD  =
{
	x = 50;
	y = 1470;
	width = 660;
	height = 660;
}

RIGHT_MFCD  =
{
	x = 1280;
	y = 1470;
	width = 660;
	height = 660;
}

UIMainView = Viewports.Center
GU_MAIN_VIEWPORT = Viewports.Center

MI_MONITOR_CENTER = CENTER_MFCD
MI_MONITOR_LEFT = LEFT_MFCD
MI_MONITOR_RIGHT = RIGHT_MFCD

M2000C_RWR = MI_MONITOR_LEFT
M2000C_VTB = MI_MONITOR_RIGHT

F14_HSD = MI_MONITOR_LEFT
F14_VDI = MI_MONITOR_RIGHT

RP22 = MI_MONITOR_RIGHT

 

  • Silhou changed the title to [NO BUG] Viewport Export issue
  • Recently Browsing   0 members

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