fixes and documents

This commit is contained in:
[VB]AWOL
2013-10-07 03:02:45 -05:00
parent ba36764aed
commit 9e4014f5bd
10 changed files with 26 additions and 4 deletions

View File

@@ -154,7 +154,29 @@ class CfgMagazines {
model = "\z\addons\dayz_epoch\models\doc_generic.p3d"; model = "\z\addons\dayz_epoch\models\doc_generic.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_doc_generic_ca.paa";
descriptionShort = "Unknown document"; descriptionShort = "Unknown document";
weight = 0.5; weight = 0.1;
};
class ItemLetter: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = "Letter";
model = "\z\addons\dayz_epoch\models\doc_letter.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_letter_ca.paa";
descriptionShort = "Unknown document";
weight = 0.1;
};
class ItemDocumentRamp: CA_Magazine
{
scope = 2;
count = 1;
type = 256;
displayName = "HowTo: Ramp";
model = "\z\addons\dayz_epoch\models\doc_ramp.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_doc_ramp_ca.paa";
descriptionShort = "Document used in building a wooden ramp.";
weight = 0.1;
}; };
class ItemCanvas: CA_Magazine class ItemCanvas: CA_Magazine

View File

@@ -188,7 +188,7 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
}; };
if(!_isMan and _ownerID != "0" and !(_object isKindOf "Bicycle")) then { if(!_isMan and _ownerID != "0" and !(_cursorTarget isKindOf "Bicycle")) then {
_player_lockUnlock_crtl = true; _player_lockUnlock_crtl = true;
}; };

View File

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,4 +1,4 @@
5 "" !"PVDZE_" !="drn_AskServerDynamicWeatherEventArgs" !="usecTransfuse" !="usecBandage" !="usecBleed" !="usecPainK" !="usecEpi" !="usecMorphine" !="norrnRaDrag" !="norrnR180" !="norrnRalie" !="norrnRALW" !="norrnRACarUp" !="norrnRAPicUp" !="norrnRnoAnim" !="remExField" !="BIS_MPF_logic" !="remExFP" !="player" !="rsay" !="rland" !="rsetdir" !="_this spawn fnc_plyrHit;" 1 "" !"PVDZE_" !="drn_AskServerDynamicWeatherEventArgs" !="usecTransfuse" !="usecBandage" !="usecBleed" !="usecPainK" !="usecEpi" !="usecMorphine" !="norrnRaDrag" !="norrnR180" !="norrnRalie" !="norrnRALW" !="norrnRACarUp" !="norrnRAPicUp" !="norrnRnoAnim" !="remExField" !="BIS_MPF_logic" !="remExFP" !="player" !="rsay" !="rland" !="rsetdir" !="_this spawn fnc_plyrHit;"
5 "dayzSpawnZed" 5 "dayzSpawnZed"
5 "dayzLogin" 5 "dayzLogin"
5 "dayzLogin2" 5 "dayzLogin2"