This commit is contained in:
[VB]AWOL
2013-11-13 16:05:40 -06:00
parent cfc2395168
commit 9eb1a4a61f
6 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -149,7 +149,7 @@ class RscDisplayMain : RscStandardDisplay
class DAYZ_Version : CA_Version
{
idc = -1;
text = "DayZ Epoch 1.0.2.7";
text = "DayZ Epoch 1.0.2.8";
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
};
delete CA_TitleMainMenu;

View File

@@ -41,7 +41,7 @@ class CfgMods
hidePicture = 0;
hideName = 0;
action = "http://www.dayzepoch.com";
version = "1.0.2.7";
version = "1.0.2.8";
hiveVersion = 0.96; //0.93
};
};

View File

@@ -1386,7 +1386,7 @@ class FSM
priority = 2.000000;
to="ERROR__No_Player_1";
precondition = /*%FSM<CONDPRECONDITION""">*/""/*%FSM</CONDPRECONDITION""">*/;
condition=/*%FSM<CONDITION""">*/"(_myEpochAnim != ""1.0.2.7"") || (_myEpoch != ""1.0.2.6"") || (_myEpochB != ""1.0.2.7"") || (_myEpochSfx != ""1.0.2.6"")"/*%FSM</CONDITION""">*/;
condition=/*%FSM<CONDITION""">*/"(_myEpochAnim != ""1.0.2.8"") || (_myEpoch != ""1.0.2.8"") || (_myEpochB != ""1.0.2.8"") || (_myEpochSfx != ""1.0.2.8"")"/*%FSM</CONDITION""">*/;
action=/*%FSM<ACTION""">*/""/*%FSM</ACTION""">*/;
};
/*%FSM</LINK>*/

View File

@@ -3,7 +3,7 @@ class CfgPatches {
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
dayzVersion = "1.0.2.7";
dayzVersion = "1.0.2.8";
requiredAddons[] = {"dayz_code"};
};
};

View File

@@ -1,5 +1,5 @@
dir = "@DayZ_Epoch";
name = "DayZ Epoch 1.0.2.7";
name = "DayZ Epoch 1.0.2.8";
actionName = "Website";
picture = "dayz_logo_ca.paa";
action = "http://www.dayzepoch.com";