Jump to content

Recommended Posts

Posted (edited)
多屏用户
三屏幕永远视野,一块屏幕用作helios输出
使用MOD加载器,在F:\DCS\DCS World OpenBeta\Config\MonitorSetup下给出屏幕尺寸
以前一直没问题,这次更新后一进入游戏就报错--代码如下---实在不知道哪出了问题

问题签名:
 问题事件名称:	APPCRASH
 应用程序名:	DCS.exe
 应用程序版本:	1.5.1.47025
 应用程序时间戳:	56461bfe
 故障模块名称:	DXRenderer.dll
 故障模块版本:	1.5.1.47025
 故障模块时间戳:	56461928
 异常代码:	c0000005
 异常偏移:	00000000000151ef
 OS 版本:	6.1.7601.2.1.0.256.1


 区域设置 ID:	2052
 其他信息 1:	8916
 其他信息 2:	8916d86dfcc6d0811caacf567595ae1a
 其他信息 3:	c45d
 其他信息 4:	c45daa3f7ad4291a0027e8a7fb9a289a


lua文件代码如下
= function(p) return p; end;
name = _('BMFCD3');
Description = 'BMFCD3'
Viewports =
{
Left = 
{
x = 0;
y = 0;
width = 1773;
height = 1050;
viewDx = -1;
viewDy = 0;
aspect = 1.6;
},
Center = 
{
x = 1803;
y = 0;
width = 1760;
height = 1050;
viewDx = 0;
viewDy = 0;
aspect = 1.6;
},

Right = 
{
x = 3536;
y = 0;
width = 1773;
height = 1050;
viewDx = 1;
viewDy = 0;
aspect = 1.6;
}
}

LEFT_MFCD =
{
	x = 5388;
	y = 122;
	width = 441;
	height = 441;
}

RIGHT_MFCD =
{
		x = 6727;
	y = 122;
	width = 441;
	height = 441;
}

RWR_SCREEN =
{
	x = 5915;
	y = 159;
	width = 184;
	height = 184;
}

CMSC_SCREEN =
{
		x = 6174;
	y = 137;
	width = 232;
	height = 54;
}

CMSP_SCREEN =
{
	x = 8376;
	y = 791;
	width = 307;
	height = 70;
}

UHF_REPEATER =
{
	x = 5971;
	y = 698;
	width = 113;
	height = 24;
}
CDU_SCREEN =
{
	x = 7343;
	y = 221;
	width = 340;
	height = 259;
}	
DIGIT_CLOCK =
{
	x = 5796;
	y = 824;
	width = 127;
	height = 132;
}

GUI =
{
	x = 1836;
	y = 4;
	width = 1691;
	height = 1038;
}
UIMainView = Viewports.Center

Edited by billeinstein
  • Recently Browsing   0 members

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