Files
DayZ-Epoch/SQF/dayz_code/Configs/RscDisplay/RscDisplaySpawnSelecter.hpp
Florian Kinder ad22c7df04 Updated Displays
Disabled new gear system
2014-02-18 23:51:38 +01:00

118 lines
3.4 KiB
C++

class RscDisplaySpawnSelecter {
idd = 6903;
enableDisplay = 1;
class controlsBackground {
class Mainback : RscPicture {
idc = -1;
text = "\z\addons\dayz_code\gui\spawn\spawn_bg.paa";
x = 0 * safezoneW + safezoneX;
y = 0 * safezoneH + safezoneY;
w = 1 * safezoneW;
h = 1 * safezoneH;
};
};
class controls
{
class RscSelectedRegion1 : RscActiveText
{
idc = -1;
style = 48;
text = "\z\addons\dayz_code\gui\spawn\spawn_kamenka.paa";
x = 0.524899 * safezoneW + safezoneX;
y = 0.591199 * safezoneH + safezoneY;
w = 0.234287 * safezoneW;
h = 0.3044 * safezoneH;
color[] = { 0.5, 0.5, 0.5, 1 };
colorActive[] = { 1, 1, 1, 1 };
action = "closeDialog 0;dayz_selectRegion = 1;";
onMouseEnter = "ctrlSetFocus (_this select 0)";
};
class RscSelectedRegion2: RscActiveText
{
idc = -1;
style = 48;
text = "\z\addons\dayz_code\gui\spawn\spawn_balota.paa";
x = 0.230417 * safezoneW + safezoneX;
y = 0.610615 * safezoneH + safezoneY;
w = 0.223688 * safezoneW;
h = 0.270356 * safezoneH;
color[] = { 0.5, 0.5, 0.5, 1 };
colorActive[] = { 1, 1, 1, 1 };
action = "closeDialog 0;dayz_selectRegion = 0;";
onMouseEnter = "ctrlSetFocus (_this select 0)";
};
class RscSelectedRegion3: RscActiveText
{
idc = -1;
style = 48;
text = "\z\addons\dayz_code\gui\spawn\spawn_cherno.paa";
x = 0.234564 * safezoneW + safezoneX;
y = 0.116375 * safezoneH + safezoneY;
w = 0.234375 * safezoneW;
h = 0.275 * safezoneH;
color[] = { 0.5, 0.5, 0.5, 1 };
colorActive[] = { 1, 1, 1, 1 };
action = "closeDialog 0;dayz_selectRegion = 2;";
onMouseEnter = "ctrlSetFocus (_this select 0)";
};
class RscSelectedRegion4: RscActiveText
{
idc = -1;
style = 48;
text = "\z\addons\dayz_code\gui\spawn\spawn_elektro.paa";
x = 0.212005 * safezoneW + safezoneX;
y = 0.371473 * safezoneH + safezoneY;
w = 0.234683 * safezoneW;
h = 0.274546 * safezoneH;
color[] = { 0.5, 0.5, 0.5, 1 };
colorActive[] = { 1, 1, 1, 1 };
action = "closeDialog 0;dayz_selectRegion = 3;";
onMouseEnter = "ctrlSetFocus (_this select 0)";
};
class RscSelectedRegion5: RscActiveText
{
idc = -1;
style = 48;
text = "\z\addons\dayz_code\gui\spawn\spawn_sol.paa";
x = 0.565892 * safezoneW + safezoneX;
y = 0.365922 * safezoneH + safezoneY;
w = 0.246438 * safezoneW;
h = 0.275001 * safezoneH;
color[] = { 0.5, 0.5, 0.5, 1 };
colorActive[] = { 1, 1, 1, 1 };
action = "closeDialog 0;dayz_selectRegion = 4;";
onMouseEnter = "ctrlSetFocus (_this select 0)";
};
class RscSelectedRegion6: RscActiveText
{
idc = -1;
style = 48;
text = "\z\addons\dayz_code\gui\spawn\spawn_berezino.paa";
x = 0.517793 * safezoneW + safezoneX;
y = 0.13013 * safezoneH + safezoneY;
w = 0.234375 * safezoneW;
h = 0.275 * safezoneH;
color[] = { 0.5, 0.5, 0.5, 1 };
colorActive[] = { 1, 1, 1, 1 };
action = "closeDialog 0;dayz_selectRegion = 5;";
onMouseEnter = "ctrlSetFocus (_this select 0)";
};
class RscSelectedRegionRandom: RscActiveText
{
idc = -1;
style = 48;
text = "\z\addons\dayz_code\gui\spawn\spawn_random.paa";
x = 0.420865 * safezoneW + safezoneX;
y = 0.336926 * safezoneH + safezoneY;
w = 0.168843675 * safezoneW;
h = 0.331135035 * safezoneH;
color[] = { 0.5, 0.5, 0.5, 1 };
colorActive[] = { 1, 1, 1, 1 };
action = "closeDialog 0;dayz_selectRegion = 9;";
onMouseEnter = "ctrlSetFocus (_this select 0)";
};
};
};