mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
version bump
This commit is contained in:
@@ -58,11 +58,11 @@ if (inflamed cursorTarget and _canDo) then {
|
|||||||
|
|
||||||
|
|
||||||
_recipe_ItemTinBar = [
|
_recipe_ItemTinBar = [
|
||||||
[ ["ItemTinBar",1]],
|
[ ["ItemTinBar",1] ],
|
||||||
[ ["TrashTinCan",6] ]
|
[ ["TrashTinCan",6] ]
|
||||||
];
|
];
|
||||||
_recipe_ItemAluminumBar = [
|
_recipe_ItemAluminumBar = [
|
||||||
[ ["ItemAluminumBar",1]],
|
[ ["ItemAluminumBar",1] ],
|
||||||
[ ["ItemSodaEmpty",6] ]
|
[ ["ItemSodaEmpty",6] ]
|
||||||
];
|
];
|
||||||
_recipe_ItemBronzeBar = [
|
_recipe_ItemBronzeBar = [
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ class CfgMods
|
|||||||
hidePicture = 0;
|
hidePicture = 0;
|
||||||
hideName = 0;
|
hideName = 0;
|
||||||
action = "http://www.dayzepoch.com";
|
action = "http://www.dayzepoch.com";
|
||||||
version = "0.943";
|
version = "0.944";
|
||||||
hiveVersion = 0.96; //0.93
|
hiveVersion = 0.96; //0.93
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ class RscDisplayMain : RscStandardDisplay
|
|||||||
class DAYZ_Version : CA_Version
|
class DAYZ_Version : CA_Version
|
||||||
{
|
{
|
||||||
idc = -1;
|
idc = -1;
|
||||||
text = "DayZ Epoch 0.943 (1.7.5.1)";
|
text = "DayZ Epoch 0.944 (1.7.5.1)";
|
||||||
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
|
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
|
||||||
};
|
};
|
||||||
class CA_TitleMainMenu;
|
class CA_TitleMainMenu;
|
||||||
|
|||||||
Reference in New Issue
Block a user