mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-13 11:42:57 +03:00
1.0.1 part 1
+ [ADDED] dayz_zedsAttackVehicles variable override to mission init.sqf to allow disabling of zeds attacking vehicles. + [FIXED] Major code cleanup, updated private arrays, several fixes to coding.
This commit is contained in:
@@ -40,7 +40,7 @@ class CfgMods
|
|||||||
hidePicture = 0;
|
hidePicture = 0;
|
||||||
hideName = 0;
|
hideName = 0;
|
||||||
action = "http://www.dayzepoch.com";
|
action = "http://www.dayzepoch.com";
|
||||||
version = "1.0.1RC3";
|
version = "1.0.1";
|
||||||
hiveVersion = 0.96; //0.93
|
hiveVersion = 0.96; //0.93
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ _unit = (_this select 3) select 0;
|
|||||||
//_inPain = _unit getVariable ["USEC_inPain", false];
|
//_inPain = _unit getVariable ["USEC_inPain", false];
|
||||||
_lastused = _unit getVariable ["LastTransfusion", time];
|
_lastused = _unit getVariable ["LastTransfusion", time];
|
||||||
|
|
||||||
if (_lastused - time < 60) exitwith {cutText [format[(localize "str_actions_medical_18"),_text] , "PLAIN DOWN"]};
|
// if (_lastused - time < 60) exitwith {cutText [format[(localize "str_actions_medical_18"),_text] , "PLAIN DOWN"]};
|
||||||
|
|
||||||
call fnc_usec_medic_removeActions;
|
call fnc_usec_medic_removeActions;
|
||||||
r_action = false;
|
r_action = false;
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ class RscDisplayMain : RscStandardDisplay
|
|||||||
class DAYZ_Version : CA_Version
|
class DAYZ_Version : CA_Version
|
||||||
{
|
{
|
||||||
idc = -1;
|
idc = -1;
|
||||||
text = "DayZ Epoch 1.0.1 RC3 (1.7.6.1)";
|
text = "DayZ Epoch 1.0.1 (1.7.6.1)";
|
||||||
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
|
y = "(SafeZoneH + SafeZoneY) - (1 - 0.95)";
|
||||||
};
|
};
|
||||||
delete CA_TitleMainMenu;
|
delete CA_TitleMainMenu;
|
||||||
|
|||||||
Reference in New Issue
Block a user