mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Remove dayz pbo
The only difference from the vanilla dayz pbo is the DeathScreen change. It is better to do that in dayz_code RscTitles. Then the dayz pbo does not need to be maintained in this repo.
This commit is contained in:
@@ -6,7 +6,7 @@ class RscTitles
|
||||
movingEnable = 0;
|
||||
duration = 4;
|
||||
};
|
||||
titles[] = {"DeathScreen_DZ","RscTitleStructuredText"};
|
||||
titles[] = {"DeathScreen_DZ","DeathScreen_DZE","RscTitleStructuredText"};
|
||||
class DeathScreen_DZ {
|
||||
idd = -1;
|
||||
movingEnable = "false";
|
||||
@@ -22,6 +22,21 @@ class RscTitles
|
||||
text = "\z\addons\dayz_code\gui\deathscreen.paa";
|
||||
};
|
||||
};
|
||||
class DeathScreen_DZE {
|
||||
idd = -1;
|
||||
movingEnable = "false";
|
||||
duration = 120;
|
||||
fadein = 0;
|
||||
name = "DeathScreen";
|
||||
controls[] = {"DeathScreen"};
|
||||
class DeathScreen: RscPicture {
|
||||
x = 0 * safezoneW + safezoneX;
|
||||
y = 0 * safezoneH + safezoneY;
|
||||
w = 1 * safezoneW;
|
||||
h = 1 * safezoneH;
|
||||
text = "\z\addons\dayz_epoch\ui\screen_death_ca.paa";
|
||||
};
|
||||
};
|
||||
class playerKillScore {
|
||||
idd = 6902;
|
||||
movingEnable = 0;
|
||||
|
||||
Reference in New Issue
Block a user