2015-04-02 20:40:21 +00:00
|
|
|
|
|
|
|
class RscText;
|
|
|
|
|
2015-01-16 12:15:14 +00:00
|
|
|
class RscTitles {
|
2015-01-18 21:34:45 +00:00
|
|
|
class ACE_Scopes_Zeroing {
|
2015-01-16 12:15:14 +00:00
|
|
|
idd = -1;
|
|
|
|
movingEnable = 0;
|
|
|
|
enableSimulation = 1;
|
|
|
|
enableDisplay = 1;
|
2015-02-10 02:00:40 +00:00
|
|
|
onLoad = QUOTE(uiNamespace setVariable [ARR_2(QUOTE(QGVAR(ZeroingDisplay)),_this select 0)];);
|
2015-01-16 12:15:14 +00:00
|
|
|
duration = 1e+011;
|
|
|
|
fadein = 0;
|
|
|
|
fadeout = 0;
|
|
|
|
name = QGVAR(Zeroing);
|
|
|
|
class RscPicture;
|
|
|
|
class RscText;
|
|
|
|
class controls {
|
2015-01-18 07:13:37 +00:00
|
|
|
class ACE_Scopes_Zeroing_BG : RscPicture {
|
2015-02-12 14:51:17 +00:00
|
|
|
idc = 11;
|
2015-01-16 12:15:14 +00:00
|
|
|
type = 0;
|
|
|
|
text = PATHTOF(UI\scopes_bg.paa);
|
|
|
|
style = 48 + 0x800;
|
|
|
|
scale = 1;
|
|
|
|
sizeEx = 1;
|
|
|
|
font = "PuristaMedium";
|
|
|
|
colorText[] = { 1, 1, 1, 1 };
|
|
|
|
colorBackground[] = { 1, 1, 1, 1 };
|
|
|
|
shadow = 1;
|
|
|
|
|
|
|
|
x = (0.5 - 0.4 / 2) * safezoneW + safezoneX;
|
|
|
|
y = 0 * safezoneH + safezoneY;
|
|
|
|
w = 0.4 * safezoneW;
|
|
|
|
h = 0.3 * safezoneH;
|
|
|
|
};
|
2015-01-18 07:13:37 +00:00
|
|
|
class ACE_Scopes_Zeroing_Vertical : RscText {
|
2015-02-12 14:51:17 +00:00
|
|
|
idc = 12;
|
2015-01-16 12:15:14 +00:00
|
|
|
type = 0;
|
|
|
|
style = 2;
|
|
|
|
sizeEx = 0.04;
|
|
|
|
lineSpacing = 1;
|
|
|
|
font = "PuristaMedium";
|
|
|
|
text = "";
|
|
|
|
colorText[] = { 1, 1, 1, 0.9 };
|
|
|
|
colorBackground[] = { 1, 0, 0, 0 };
|
|
|
|
shadow = 0;
|
|
|
|
|
|
|
|
x = (0.5 - 0.4 / 2 + 0.45*0.4) * safezoneW + safezoneX;
|
|
|
|
y = (0 + 0.19*0.3) * safezoneH + safezoneY;
|
|
|
|
w = 0.04 * safezoneW;
|
|
|
|
h = 0.025 * safezoneH;
|
|
|
|
};
|
2015-01-18 07:13:37 +00:00
|
|
|
class ACE_Scopes_Zeroing_Horizontal : RscText {
|
2015-02-12 14:51:17 +00:00
|
|
|
idc = 13;
|
2015-01-16 12:15:14 +00:00
|
|
|
type = 0;
|
|
|
|
style = 0;
|
|
|
|
sizeEx = 0.04;
|
|
|
|
lineSpacing = 1;
|
|
|
|
font = "PuristaMedium";
|
|
|
|
text = "";
|
|
|
|
colorText[] = { 1, 1, 1, 0.9 };
|
|
|
|
colorBackground[] = { 1, 0, 0, 0 };
|
|
|
|
shadow = 0;
|
|
|
|
|
|
|
|
x = (0.5 - 0.4 / 2 + 0.6*0.4) * safezoneW + safezoneX;
|
|
|
|
y = (0 + 0.47*0.3) * safezoneH + safezoneY;
|
|
|
|
w = 0.04 * safezoneW;
|
|
|
|
h = 0.025 * safezoneH;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-04-03 15:50:52 +00:00
|
|
|
/*
|
2015-01-16 12:15:14 +00:00
|
|
|
class RscInGameUI {
|
|
|
|
class RscUnitInfo;
|
|
|
|
class RscWeaponZeroing : RscUnitInfo {
|
2015-01-18 07:13:37 +00:00
|
|
|
onLoad = QUOTE([ARR_4('onLoad',_this,'RscUnitInfo','IGUI')] call compile preprocessfilelinenumbers 'A3\ui_f\scripts\initDisplay.sqf'; uiNamespace setVariable [ARR_2('ACE_dlgWeaponZeroing', _this select 0)]; );
|
|
|
|
//onLoad = "[""onLoad"",_this,""RscUnitInfo"",'IGUI'] call compile preprocessfilelinenumbers ""A3\ui_f\scripts\initDisplay.sqf""; uiNamespace setVariable ['ACE_dlgWeaponZeroing', _this select 0];";
|
2015-01-16 12:15:14 +00:00
|
|
|
};
|
|
|
|
};
|
2015-04-03 15:50:52 +00:00
|
|
|
*/
|