mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
@@ -34,7 +34,7 @@ class CfgWorlds {
|
||||
access = 3;
|
||||
worldId = 4;
|
||||
cutscenes[] = {"DayZModIntro1"};
|
||||
description = "DayZ Epoch 1.0.6";
|
||||
description = DayZVersion;
|
||||
icon = "";
|
||||
worldName = "\ca\chernarus\chernarus.wrp";
|
||||
pictureMap = "";
|
||||
|
||||
@@ -229,7 +229,7 @@ class RscDisplayMain : RscStandardDisplay
|
||||
class DAYZ_Version : CA_Version
|
||||
{
|
||||
idc = -1;
|
||||
text = "DayZ Epoch 1.0.6";
|
||||
text = DayZVersion;
|
||||
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
|
||||
};
|
||||
delete CA_TitleMainMenu;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "Configs\basicDefines.hpp"
|
||||
#include "\z\addons\dayz_code\version.hpp"
|
||||
#include "Configs\CfgNonAIVehicles.hpp" //Axeman lights
|
||||
|
||||
class CfgPatches
|
||||
@@ -49,7 +50,7 @@ class CfgMods
|
||||
hidePicture = 0;
|
||||
hideName = 0;
|
||||
action = "http://www.dayzepoch.com";
|
||||
version = "DayZ Epoch 1.0.6";
|
||||
version = DayZVersion;
|
||||
hiveVersion = 0.96;
|
||||
//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