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:
ebaydayz
2016-04-01 12:06:56 -04:00
parent 0088b27708
commit 426e97dda7
41 changed files with 17 additions and 60430 deletions

View File

@@ -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;