mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
@@ -34,7 +34,7 @@ class CfgWorlds {
|
|||||||
access = 3;
|
access = 3;
|
||||||
worldId = 4;
|
worldId = 4;
|
||||||
cutscenes[] = {"DayZModIntro1"};
|
cutscenes[] = {"DayZModIntro1"};
|
||||||
description = "DayZ Epoch 1.0.6";
|
description = DayZVersion;
|
||||||
icon = "";
|
icon = "";
|
||||||
worldName = "\ca\chernarus\chernarus.wrp";
|
worldName = "\ca\chernarus\chernarus.wrp";
|
||||||
pictureMap = "";
|
pictureMap = "";
|
||||||
|
|||||||
@@ -229,7 +229,7 @@ class RscDisplayMain : RscStandardDisplay
|
|||||||
class DAYZ_Version : CA_Version
|
class DAYZ_Version : CA_Version
|
||||||
{
|
{
|
||||||
idc = -1;
|
idc = -1;
|
||||||
text = "DayZ Epoch 1.0.6";
|
text = DayZVersion;
|
||||||
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
|
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
|
||||||
};
|
};
|
||||||
delete CA_TitleMainMenu;
|
delete CA_TitleMainMenu;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#include "Configs\basicDefines.hpp"
|
#include "Configs\basicDefines.hpp"
|
||||||
|
#include "\z\addons\dayz_code\version.hpp"
|
||||||
#include "Configs\CfgNonAIVehicles.hpp" //Axeman lights
|
#include "Configs\CfgNonAIVehicles.hpp" //Axeman lights
|
||||||
|
|
||||||
class CfgPatches
|
class CfgPatches
|
||||||
@@ -49,7 +50,7 @@ class CfgMods
|
|||||||
hidePicture = 0;
|
hidePicture = 0;
|
||||||
hideName = 0;
|
hideName = 0;
|
||||||
action = "http://www.dayzepoch.com";
|
action = "http://www.dayzepoch.com";
|
||||||
version = "DayZ Epoch 1.0.6";
|
version = DayZVersion;
|
||||||
hiveVersion = 0.96;
|
hiveVersion = 0.96;
|
||||||
//requiredAddons[] = {"Chernarus"}; // No need to load for other maps
|
//requiredAddons[] = {"Chernarus"}; // No need to load for other maps
|
||||||
};
|
};
|
||||||
|
|||||||
1
SQF/dayz_code/version.hpp
Normal file
1
SQF/dayz_code/version.hpp
Normal file
@@ -0,0 +1 @@
|
|||||||
|
#define DayZVersion "DayZ Epoch 1.0.6"
|
||||||
Reference in New Issue
Block a user