mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +03:00
Merge new MultiPlayerSetup and autojoin
This commit is contained in:
@@ -20,8 +20,9 @@ class Bag_Base_EP1 : ReammoBox_EP1 {
|
||||
|
||||
class DZ_Patrol_Pack_EP1: Bag_Base_EP1
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_EPOCH_PACK_PATROL;
|
||||
scope = 2;
|
||||
displayName = $STR_BACKPACK_NAME_PATROL;
|
||||
descriptionShort = $STR_BACKPACK_DESC_PATROL;
|
||||
picture = "\ca\weapons_e\data\icons\backpack_US_ASSAULT_COYOTE_CA.paa";
|
||||
icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa";
|
||||
mapsize = 2;
|
||||
@@ -36,8 +37,9 @@ class DZ_Patrol_Pack_EP1: Bag_Base_EP1
|
||||
|
||||
class DZ_Assault_Pack_EP1: Bag_Base_EP1
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_EPOCH_PACK_ASSAULT;
|
||||
scope = 2;
|
||||
displayName = $STR_BACKPACK_NAME_ACU;
|
||||
descriptionShort = $STR_BACKPACK_DESC_ACU;
|
||||
picture = "\ca\weapons_e\data\icons\backpack_US_ASSAULT_CA.paa";
|
||||
icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa";
|
||||
mapSize = 2;
|
||||
@@ -47,29 +49,31 @@ class DZ_Assault_Pack_EP1: Bag_Base_EP1
|
||||
class eventHandlers
|
||||
{
|
||||
init="[(_this select 0),'CfgVehicles','DZ_Assault_Pack_EP1'] execVM '\z\addons\dayz_code\init\object_BackpackAction.sqf';";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class DZ_Czech_Vest_Puch: Bag_Base_EP1
|
||||
{
|
||||
displayname = $STR_EPOCH_PACK_POUCH;
|
||||
displayname = $STR_BACKPACK_NAME_VEST;
|
||||
descriptionShort = $STR_BACKPACK_DESC_VEST;
|
||||
icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa";
|
||||
mapsize = 2;
|
||||
model = "\ca\weapons_e\AmmoBoxes\backpack_acr_small.p3d";
|
||||
picture = "\ca\weapons_e\data\icons\backpack_ACR_small_CA.paa";
|
||||
scope = public;
|
||||
scope = 2;
|
||||
transportmaxmagazines = 12;
|
||||
transportmaxweapons = 0;
|
||||
class eventHandlers
|
||||
{
|
||||
init="[(_this select 0),'CfgVehicles','DZ_Czech_Vest_Puch'] execVM '\z\addons\dayz_code\init\object_BackpackAction.sqf';";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class DZ_ALICE_Pack_EP1: Bag_Base_EP1
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_EPOCH_PACK_ALICE;
|
||||
scope = 2;
|
||||
displayName = $STR_BACKPACK_NAME_ALICE;
|
||||
descriptionShort = $STR_BACKPACK_DESC_ALICE;
|
||||
picture = "\ca\weapons_e\data\icons\backpack_TK_ALICE_CA.paa";
|
||||
icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa";
|
||||
mapsize = 2;
|
||||
@@ -79,13 +83,14 @@ class DZ_ALICE_Pack_EP1: Bag_Base_EP1
|
||||
class eventHandlers
|
||||
{
|
||||
init="[(_this select 0),'CfgVehicles','DZ_ALICE_Pack_EP1'] execVM '\z\addons\dayz_code\init\object_BackpackAction.sqf';";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class DZ_TK_Assault_Pack_EP1 : Bag_Base_EP1
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_EPOCH_PACK_ACU;
|
||||
scope = 2;
|
||||
displayName = $STR_BACKPACK_NAME_SURVACU;
|
||||
descriptionShort = $STR_BACKPACK_DESC_SURVACU;
|
||||
mapSize = 2;
|
||||
picture = "\ca\weapons_e\data\icons\backpack_CIVIL_ASSAULT_CA.paa";
|
||||
icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa";
|
||||
@@ -95,15 +100,16 @@ class DZ_TK_Assault_Pack_EP1 : Bag_Base_EP1
|
||||
class eventHandlers
|
||||
{
|
||||
init="[(_this select 0),'CfgVehicles','DZ_TK_Assault_Pack_EP1'] execVM '\z\addons\dayz_code\init\object_BackpackAction.sqf';";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class DZ_British_ACU : Bag_Base_EP1
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_EPOCH_PACK_BAP;
|
||||
scope = 2;
|
||||
displayName = $STR_BACKPACK_NAME_BRITISH;
|
||||
descriptionShort = $STR_BACKPACK_DESC_BRITISH;
|
||||
mapSize = 2;
|
||||
model = "\ca\weapons_baf\Backpack_Small_BAF";\
|
||||
model = "\ca\weapons_baf\Backpack_Small_BAF";
|
||||
picture = "\ca\weapons_baf\data\UI\backpack_BAF_CA.paa";
|
||||
icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa";
|
||||
transportMaxWeapons = 3;
|
||||
@@ -111,13 +117,14 @@ class DZ_British_ACU : Bag_Base_EP1
|
||||
class eventHandlers
|
||||
{
|
||||
init="[(_this select 0),'CfgVehicles','DZ_British_ACU'] execVM '\z\addons\dayz_code\init\object_BackpackAction.sqf';";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class DZ_CivilBackpack_EP1: Bag_Base_EP1
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_EPOCH_PACK_CZECH;
|
||||
scope = 2;
|
||||
displayName = $STR_BACKPACK_NAME_CZECH;
|
||||
descriptionShort = $STR_BACKPACK_DESC_CZECH;
|
||||
picture = "\ca\weapons_e\data\icons\backpack_ACR_CA.paa";
|
||||
icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa";
|
||||
mapsize = 2;
|
||||
@@ -127,13 +134,14 @@ class DZ_CivilBackpack_EP1: Bag_Base_EP1
|
||||
class eventHandlers
|
||||
{
|
||||
init="[(_this select 0),'CfgVehicles','DZ_CivilBackpack_EP1'] execVM '\z\addons\dayz_code\init\object_BackpackAction.sqf';";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class DZ_Backpack_EP1: Bag_Base_EP1
|
||||
{
|
||||
scope = public;
|
||||
displayName = $STR_EPOCH_PACK_COYOTE;
|
||||
scope = 2;
|
||||
displayName = $STR_BACKPACK_NAME_COYOTE;
|
||||
descriptionShort = $STR_BACKPACK_DESC_COYOTE;
|
||||
picture = "\ca\weapons_e\data\icons\backpack_US_CA.paa";
|
||||
icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa";
|
||||
mapsize = 2;
|
||||
|
||||
Reference in New Issue
Block a user