mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Add a new cinder garage version
Models made by @Helion4
This commit is contained in:
@@ -64,7 +64,7 @@ class full_cinder_wall_kit: CA_Magazine
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class cinder_door_kit: CA_Magazine
|
class cinder_door_frame_kit: CA_Magazine
|
||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
count = 1;
|
count = 1;
|
||||||
@@ -84,6 +84,37 @@ class cinder_door_kit: CA_Magazine
|
|||||||
create = "CinderWallSmallDoorway_DZ";
|
create = "CinderWallSmallDoorway_DZ";
|
||||||
};
|
};
|
||||||
class Crafting
|
class Crafting
|
||||||
|
{
|
||||||
|
text = $STR_EPOCH_PLAYER_238;
|
||||||
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
|
neednearby[] = {};
|
||||||
|
requiretools[] = {"ItemToolbox"};
|
||||||
|
output[] = {{"cinder_door_kit",1}};
|
||||||
|
input[] = {{"cinder_door_frame_kit",1},{"ItemPole",1},{"ItemTankTrap",1}};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
class cinder_door_kit: CA_Magazine
|
||||||
|
{
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
type = 256;
|
||||||
|
displayName = $STR_EPOCH_BLOCKDOORWAY;
|
||||||
|
descriptionShort = $STR_EPOCH_BLOCKDOORWAY_DESC;
|
||||||
|
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||||
|
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||||
|
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
|
class Build
|
||||||
|
{
|
||||||
|
text = $STR_ACTIONS_BUILD;
|
||||||
|
script = "spawn player_build;";
|
||||||
|
require[] = {"ItemToolbox"};
|
||||||
|
create = "CinderWallDoorSmall_DZ";
|
||||||
|
};
|
||||||
|
class Crafting
|
||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_239;
|
text = $STR_EPOCH_PLAYER_239;
|
||||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
@@ -117,6 +148,37 @@ class cinder_door_kit_locked: CA_Magazine
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class cinder_garage_frame_kit: CA_Magazine
|
||||||
|
{
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
type = 256;
|
||||||
|
displayName = $STR_EPOCH_BLOCKGARAGEDOORWAY;
|
||||||
|
descriptionShort = $STR_EPOCH_BLOCKGARAGEDOORWAY_DESC;
|
||||||
|
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||||
|
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||||
|
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
|
class Build
|
||||||
|
{
|
||||||
|
text = $STR_ACTIONS_BUILD;
|
||||||
|
script = "spawn player_build;";
|
||||||
|
require[] = {"ItemToolbox"};
|
||||||
|
create = "CinderWallDoorway_DZ";
|
||||||
|
};
|
||||||
|
class Crafting
|
||||||
|
{
|
||||||
|
text = $STR_EPOCH_PLAYER_240;
|
||||||
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
|
neednearby[] = {};
|
||||||
|
requiretools[] = {"ItemToolbox"};
|
||||||
|
output[] = {{"cinder_garage_kit",1}};
|
||||||
|
input[] = {{"cinder_garage_frame_kit",1},{"ItemPole",3},{"ItemTankTrap",3}};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
class cinder_garage_kit: CA_Magazine
|
class cinder_garage_kit: CA_Magazine
|
||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
@@ -170,6 +232,90 @@ class cinder_garage_kit_locked: CA_Magazine
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class cinder_garage_top_open_frame_kit: CA_Magazine
|
||||||
|
{
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
type = 256;
|
||||||
|
displayName = $STR_EPOCH_CINDEROPENTOPGARAGEFRAME;
|
||||||
|
descriptionShort = $STR_EPOCH_CINDEROPENTOPGARAGEFRAME_DESC;
|
||||||
|
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||||
|
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||||
|
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
|
class Build
|
||||||
|
{
|
||||||
|
text = $STR_ACTIONS_BUILD;
|
||||||
|
script = "spawn player_build;";
|
||||||
|
require[] = {"ItemToolbox"};
|
||||||
|
create = "CinderGarageOpenTopFrame_DZ";
|
||||||
|
};
|
||||||
|
class Crafting
|
||||||
|
{
|
||||||
|
text = $STR_EPOCH_PLAYER_240;
|
||||||
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
|
neednearby[] = {};
|
||||||
|
requiretools[] = {"ItemToolbox"};
|
||||||
|
output[] = {{"cinder_garage_top_open_kit",1}};
|
||||||
|
input[] = {{"cinder_garage_top_open_frame_kit",1},{"ItemPole",3},{"ItemTankTrap",3}};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
class cinder_garage_top_open_kit: CA_Magazine
|
||||||
|
{
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
type = 256;
|
||||||
|
displayName = $STR_EPOCH_CINDEROPENTOPGARAGEDOOR;
|
||||||
|
descriptionShort = $STR_EPOCH_CINDEROPENTOPGARAGEDOOR_DESC;
|
||||||
|
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||||
|
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||||
|
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
|
class Build
|
||||||
|
{
|
||||||
|
text = $STR_ACTIONS_BUILD;
|
||||||
|
script = "spawn player_build;";
|
||||||
|
require[] = {"ItemToolbox"};
|
||||||
|
create = "CinderGarageOpenTop_DZ";
|
||||||
|
};
|
||||||
|
class Crafting
|
||||||
|
{
|
||||||
|
text = $STR_EPOCH_PLAYER_239;
|
||||||
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
|
neednearby[] = {};
|
||||||
|
requiretools[] = {};
|
||||||
|
output[] = {{"cinder_garage_top_open_kit_locked",1}};
|
||||||
|
input[] = {{"cinder_garage_top_open_kit",1},{"ItemComboLock",1}};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
class cinder_garage_top_open_kit_locked: CA_Magazine
|
||||||
|
{
|
||||||
|
scope = 2;
|
||||||
|
count = 1;
|
||||||
|
type = 256;
|
||||||
|
displayName = $STR_EPOCH_CINDEROPENTOPGARAGEDOORLOCKED;
|
||||||
|
descriptionShort = $STR_EPOCH_CINDEROPENTOPGARAGEDOORLOCKED_DESC;
|
||||||
|
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||||
|
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||||
|
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
|
class Build
|
||||||
|
{
|
||||||
|
text = $STR_ACTIONS_BUILD;
|
||||||
|
script = "spawn player_build;";
|
||||||
|
require[] = {"ItemToolbox"};
|
||||||
|
create = "CinderGarageOpenTopLocked_DZ";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
class cinder_gate_frame_kit: CA_Magazine
|
class cinder_gate_frame_kit: CA_Magazine
|
||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
@@ -189,6 +335,15 @@ class cinder_gate_frame_kit: CA_Magazine
|
|||||||
require[] = {"ItemToolbox"};
|
require[] = {"ItemToolbox"};
|
||||||
create = "CinderGateFrame_DZ";
|
create = "CinderGateFrame_DZ";
|
||||||
};
|
};
|
||||||
|
class Crafting
|
||||||
|
{
|
||||||
|
text = $STR_EPOCH_PLAYER_239_1_1;
|
||||||
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
|
neednearby[] = {};
|
||||||
|
requiretools[] = {"ItemToolbox"};
|
||||||
|
output[] = {{"cinder_gate_kit",1}};
|
||||||
|
input[] = {{"cinder_gate_frame_kit",1},{"equip_metal_sheet",6},{"ItemRSJ",2},{"ItemScrews",2}};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -74,12 +74,12 @@ class CinderBlocks: CA_Magazine
|
|||||||
};
|
};
|
||||||
class Crafting1
|
class Crafting1
|
||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_253;
|
text = $STR_EPOCH_PLAYER_252_1;
|
||||||
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {"workshop"};
|
neednearby[] = {"workshop"};
|
||||||
requiretools[] = {"ItemToolbox"};
|
requiretools[] = {"ItemToolbox"};
|
||||||
output[] = {{"cinder_garage_kit",1}};
|
output[] = {{"full_cinder_wall_kit",1}};
|
||||||
input[] = {{"CinderBlocks",3},{"MortarBucket",1},{"ItemTankTrap",1}};
|
input[] = {{"CinderBlocks",7},{"MortarBucket",2}};
|
||||||
};
|
};
|
||||||
class Crafting2
|
class Crafting2
|
||||||
{
|
{
|
||||||
@@ -87,24 +87,33 @@ class CinderBlocks: CA_Magazine
|
|||||||
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {"workshop"};
|
neednearby[] = {"workshop"};
|
||||||
requiretools[] = {"ItemToolbox"};
|
requiretools[] = {"ItemToolbox"};
|
||||||
output[] = {{"cinder_door_kit",1}};
|
output[] = {{"cinder_door_frame_kit",1}};
|
||||||
input[] = {{"CinderBlocks",4},{"MortarBucket",1},{"ItemTankTrap",1}};
|
input[] = {{"CinderBlocks",4},{"MortarBucket",1},{"ItemTankTrap",1}};
|
||||||
};
|
};
|
||||||
class Crafting3
|
class Crafting3
|
||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_252_1;
|
text = $STR_EPOCH_PLAYER_253;
|
||||||
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting3','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {"workshop"};
|
neednearby[] = {"workshop"};
|
||||||
requiretools[] = {"ItemToolbox"};
|
requiretools[] = {"ItemToolbox"};
|
||||||
output[] = {{"full_cinder_wall_kit",1}};
|
output[] = {{"cinder_garage_frame_kit",1}};
|
||||||
input[] = {{"CinderBlocks",7},{"MortarBucket",2}};
|
input[] = {{"CinderBlocks",3},{"MortarBucket",1},{"ItemTankTrap",1}};
|
||||||
};
|
};
|
||||||
class Crafting4
|
class Crafting4
|
||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_253_1;
|
text = $STR_EPOCH_PLAYER_253_1_1;
|
||||||
script = ";['Crafting4','CfgMagazines', _id] spawn player_craftItem;";
|
script = ";['Crafting4','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {"workshop"};
|
neednearby[] = {"workshop"};
|
||||||
requiretools[] = {"ItemToolbox"};
|
requiretools[] = {"ItemToolbox"};
|
||||||
|
output[] = {{"cinder_garage_top_open_frame_kit",1}};
|
||||||
|
input[] = {{"CinderBlocks",4},{"MortarBucket",1}};
|
||||||
|
};
|
||||||
|
class Crafting5
|
||||||
|
{
|
||||||
|
text = $STR_EPOCH_PLAYER_253_1;
|
||||||
|
script = ";['Crafting5','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
|
neednearby[] = {"workshop"};
|
||||||
|
requiretools[] = {"ItemToolbox"};
|
||||||
output[] = {{"cinder_gate_frame_kit",1}};
|
output[] = {{"cinder_gate_frame_kit",1}};
|
||||||
input[] = {{"CinderBlocks",8},{"MortarBucket",4}};
|
input[] = {{"CinderBlocks",8},{"MortarBucket",4}};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -974,6 +974,111 @@ class CinderGateLocked_DZ: CinderWallDoorLocked_DZ_Base {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class CinderGarageOpenTop_DZ: CinderWallDoor_DZ_Base {
|
||||||
|
scope = 2;
|
||||||
|
model = "\z\addons\dayz_epoch_v\base_building\cinder\CinderGaragenotop\cindergarage_notop.p3d";
|
||||||
|
displayName = $STR_EPOCH_CINDEROPENTOPGARAGEDOOR;
|
||||||
|
GhostPreview = "CinderGarageOpenTop_Preview_DZ";
|
||||||
|
upgradeBuilding[] = {"CinderGarageOpenTopLocked_DZ",{},{{"ItemComboLock",1}}};
|
||||||
|
class AnimationSources
|
||||||
|
{
|
||||||
|
class doorl
|
||||||
|
{
|
||||||
|
source = "user";
|
||||||
|
animPeriod = 4;
|
||||||
|
initPhase = 0;
|
||||||
|
};
|
||||||
|
class doorR
|
||||||
|
{
|
||||||
|
source = "user";
|
||||||
|
animPeriod = 4;
|
||||||
|
initPhase = 0;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
class UserActions
|
||||||
|
{
|
||||||
|
class Open_Door
|
||||||
|
{
|
||||||
|
displayName = $STR_DN_OUT_O_DOOR;
|
||||||
|
onlyforplayer = true;
|
||||||
|
position = "Door_knopf";
|
||||||
|
radius = 3;
|
||||||
|
condition = "this animationPhase ""doorl"" < 0.5";
|
||||||
|
statement = "this animate [""doorl"", 1];this animate [""doorR"", 1];";
|
||||||
|
};
|
||||||
|
class Close_Door : Open_Door
|
||||||
|
{
|
||||||
|
displayName = $STR_DN_OUT_C_DOOR;
|
||||||
|
condition = "this animationPhase ""doorl"" >= 0.5";
|
||||||
|
statement = "this animate [""doorl"", 0];this animate [""doorR"", 0];";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
class CinderGarageOpenTopLocked_DZ: CinderWallDoorLocked_DZ_Base {
|
||||||
|
scope = 2;
|
||||||
|
model = "\z\addons\dayz_epoch_v\base_building\cinder\CinderGaragenotop\locked_cindergarage_notop.p3d";
|
||||||
|
displayName = $STR_EPOCH_CINDEROPENTOPGARAGEDOORLOCKED;
|
||||||
|
GhostPreview = "CinderGarageOpenTop_Preview_DZ";
|
||||||
|
downgradeBuilding[] = {"CinderGarageOpenTop_DZ",{{"ItemComboLock",1}}};
|
||||||
|
class AnimationSources
|
||||||
|
{
|
||||||
|
class doorl
|
||||||
|
{
|
||||||
|
source = "user";
|
||||||
|
animPeriod = 4;
|
||||||
|
initPhase = 0;
|
||||||
|
};
|
||||||
|
class doorR
|
||||||
|
{
|
||||||
|
source = "user";
|
||||||
|
animPeriod = 4;
|
||||||
|
initPhase = 0;
|
||||||
|
};
|
||||||
|
class Open_latch
|
||||||
|
{
|
||||||
|
source = "user";
|
||||||
|
animPeriod = 1;
|
||||||
|
initPhase = 0;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
class UserActions
|
||||||
|
{
|
||||||
|
class Open_Door
|
||||||
|
{
|
||||||
|
displayName = $STR_DN_OUT_O_DOOR;
|
||||||
|
onlyforplayer = true;
|
||||||
|
position = "Door_knopf";
|
||||||
|
radius = 3;
|
||||||
|
condition = "(this animationPhase ""doorl"" == 0) and (this animationPhase ""Open_latch"" == 1)";
|
||||||
|
statement = "this animate [""doorl"", 1];this animate [""doorR"", 1];";
|
||||||
|
};
|
||||||
|
class Close_Door : Open_Door
|
||||||
|
{
|
||||||
|
displayName = $STR_DN_OUT_C_DOOR;
|
||||||
|
condition = "(this animationPhase ""doorl"" == 1) and (this animationPhase ""Open_latch"" == 1)";
|
||||||
|
statement = "this animate [""doorl"", 0];this animate [""doorR"", 0];";
|
||||||
|
};
|
||||||
|
class Lock_Door : Open_Door
|
||||||
|
{
|
||||||
|
displayName = $STR_EPOCH_DOORS_LOCK;
|
||||||
|
condition = "(this animationPhase ""doorl"" == 0) and (this animationPhase ""Open_latch"" == 1)";
|
||||||
|
statement = "PVDZE_handleSafeGear = [player,this,4];publicVariableServer ""PVDZE_handleSafeGear"";this animate [""Open_latch"", 0]";
|
||||||
|
};
|
||||||
|
class Unlock_Door : Open_Door
|
||||||
|
{
|
||||||
|
displayName = $STR_EPOCH_DOORS_UNLOCK;
|
||||||
|
condition = "(!keypadCancel and DZE_Lock_Door == (this getvariable['CharacterID','0'])) and (this animationPhase ""doorl"" == 0) and (this animationPhase ""Open_latch"" == 0)";
|
||||||
|
statement = "this animate [""Open_latch"", 1];PVDZE_handleSafeGear = [player,this,5,DZE_Lock_Door];publicVariableServer ""PVDZE_handleSafeGear"";";
|
||||||
|
};
|
||||||
|
class Unlock_Door_Dialog : Open_Door
|
||||||
|
{
|
||||||
|
displayName = $STR_EPOCH_DOORS_UNLOCK;
|
||||||
|
condition = "!keypadCancel and DZE_Lock_Door != (this getvariable['CharacterID','0'])";
|
||||||
|
statement = "dayz_selectedDoor = this;DZE_topCombo = 0;DZE_midCombo = 0;DZE_botCombo = 0;if(DZE_doorManagement) then {createdialog ""DoorAccess"";} else {createdialog ""ComboLockUI"";};";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Vanilla DayZ buildables are defined in \dayz_buildings\configs\
|
Vanilla DayZ buildables are defined in \dayz_buildings\configs\
|
||||||
Only included here to overwrite vanilla ItemPadlock with Epoch ItemComboLock
|
Only included here to overwrite vanilla ItemPadlock with Epoch ItemComboLock
|
||||||
|
|||||||
@@ -101,3 +101,26 @@ class CinderGateFrame_DZ: ModularItems {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class CinderGarageOpenTopFrame_DZ: ModularItems {
|
||||||
|
scope = 2;
|
||||||
|
offset[] = {0,2,0};
|
||||||
|
model = "\z\addons\dayz_epoch_v\base_building\cinder\CinderGaragenotop\cindergarage_notop_frame.p3d";
|
||||||
|
armor = 3000;
|
||||||
|
displayName = $STR_EPOCH_CINDEROPENTOPGARAGEDOORWAY;
|
||||||
|
maintainBuilding[] = {{"MortarBucket",1}};
|
||||||
|
upgradeBuilding[] = {"CinderGarageOpenTop_DZ",{"ItemToolbox"},{{"ItemPole",3},{"ItemTankTrap",3}}};
|
||||||
|
GhostPreview = "CinderGarageOpenTop_Preview_DZ";
|
||||||
|
class DestructionEffects : DestructionEffects
|
||||||
|
{
|
||||||
|
class Ruin1
|
||||||
|
{
|
||||||
|
simulation = "ruin";
|
||||||
|
type = "\z\addons\dayz_epoch\models\wreck_cinder.p3d";
|
||||||
|
position = "";
|
||||||
|
intensity = 1;
|
||||||
|
interval = 1;
|
||||||
|
lifeTime = 1;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
@@ -160,3 +160,8 @@ class Wood_GarageOpenTop_Preview_DZ: DZE_Ghost_Previews {
|
|||||||
model = "\z\addons\dayz_epoch_v\base_building\wood\garage_notop\wood_garage_notop_frame.p3d";
|
model = "\z\addons\dayz_epoch_v\base_building\wood\garage_notop\wood_garage_notop_frame.p3d";
|
||||||
displayName = "WoodGarage open top Preview";
|
displayName = "WoodGarage open top Preview";
|
||||||
};
|
};
|
||||||
|
class CinderGarageOpenTop_Preview_DZ: DZE_Ghost_Previews {
|
||||||
|
scope = 2;
|
||||||
|
model = "z\addons\dayz_epoch_v\base_building\cinder\CinderGaragenotop\cindergarage_notop_ghost.p3d";
|
||||||
|
displayName = "Cinder Garage open top Preview";
|
||||||
|
};
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
/**************Variables Compiled on Both Client and Server**************/
|
/**************Variables Compiled on Both Client and Server**************/
|
||||||
|
|
||||||
Dayz_plants = ["Dayz_Plant1","Dayz_Plant2","Dayz_Plant3"];
|
Dayz_plants = ["Dayz_Plant1","Dayz_Plant2","Dayz_Plant3"];
|
||||||
DayZ_SafeObjects = ["Base_Fire_DZ","Land_Fire_DZ","TentStorage","TentStorage0","TentStorage1","TentStorage2","TentStorage3","TentStorage4","StashSmall","StashSmall1","StashSmall2","StashSmall3","StashSmall4","StashMedium","StashMedium1","StashMedium2","StashMedium3","StashMedium4","Wire_cat1","Sandbag1_DZ","Fence_DZ","Generator_DZ","Hedgehog_DZ","BearTrap_DZ","DomeTentStorage","DomeTentStorage0","DomeTentStorage1","DomeTentStorage2","DomeTentStorage3","DomeTentStorage4","CamoNet_DZ","Trap_Cans","TrapTripwireFlare","TrapBearTrapSmoke","TrapTripwireGrenade","TrapTripwireSmoke","TrapBearTrapFlare","TentStorageDomed","VaultStorageLocked","VaultStorage2Locked","BagFenceRound_DZ","TrapBear","Fort_RazorWire","Land_HBarrier1_DZ","Land_HBarrier3_DZ","Land_HBarrier5_DZ","Fence_corrugated_DZ","M240Nest_DZ","CanvasHut_DZ","ParkBench_DZ","MetalGate_DZ","OutHouse_DZ","Wooden_shed_DZ","Wooden_shed2_DZ","WoodShack_DZ","WoodShack2_DZ","StorageShed_DZ","StorageShed2_DZ","Plastic_Pole_EP1_DZ","StickFence_DZ","LightPole_DZ","FuelPump_DZ","DesertCamoNet_DZ","ForestCamoNet_DZ","WinterCamoNet_DZ","DesertLargeCamoNet_DZ","ForestLargeCamoNet_DZ","WinterLargeCamoNet_DZ","SandNest_DZ","DeerStand_DZ","MetalPanel_DZ","WorkBench_DZ","WoodFloor_DZ","WoodLargeWall_DZ","WoodLargeWallDoor_DZ","WoodLargeWallWin_DZ","WoodSmallWall_DZ","WoodSmallWallWin_DZ","WoodSmallWallDoor_DZ","LockboxStorageLocked","LockboxStorage2Locked","LockboxStorageWinterLocked","LockboxStorageWinter2Locked","WoodFloorHalf_DZ","WoodFloorQuarter_DZ","WoodStairs_DZ","WoodStairsSans_DZ","WoodStairsRails_DZ","WoodSmallWallThird_DZ","WoodLadder_DZ","Land_DZE_GarageWoodDoor","Land_DZE_LargeWoodDoor","Land_DZE_WoodDoor","Land_DZE_GarageWoodDoorLocked","Land_DZE_LargeWoodDoorLocked","Land_DZE_WoodDoorLocked","CinderWallHalf_DZ","CinderWall_DZ","CinderWallDoorway_DZ","CinderWallDoor_DZ","CinderWallDoorLocked_DZ","CinderWallSmallDoorway_DZ","CinderWallDoorSmall_DZ","CinderWallDoorSmallLocked_DZ","MetalFloor_DZ","WoodRamp_DZ","GunRack_DZ","GunRack2_DZ","FireBarrel_DZ","WoodCrate_DZ","WoodCrate2_DZ","Scaffolding_DZ","DesertTentStorage","DesertTentStorage0","DesertTentStorage1","DesertTentStorage2","DesertTentStorage3","DesertTentStorage4","WoodenFence_1_foundation_DZ","WoodenFence_1_frame_DZ","WoodenFence_quaterpanel_DZ","WoodenFence_halfpanel_DZ","WoodenFence_thirdpanel_DZ","WoodenFence_1_DZ","WoodenFence_2_DZ","WoodenFence_3_DZ","WoodenFence_4_DZ","WoodenFence_5_DZ","WoodenFence_6_DZ","WoodenFence_7_DZ","MetalFence_1_foundation_DZ","MetalFence_1_frame_DZ","MetalFence_halfpanel_DZ","MetalFence_thirdpanel_DZ","MetalFence_1_DZ","MetalFence_2_DZ","MetalFence_3_DZ","MetalFence_4_DZ","MetalFence_5_DZ","MetalFence_6_DZ","MetalFence_7_DZ","WoodenGate_foundation_DZ","WoodenGate_1_DZ","WoodenGate_2_DZ","WoodenGate_3_DZ","WoodenGate_4_DZ","WoodGateFrame_DZ","Land_DZE_WoodGate","Land_DZE_WoodGateLocked","CinderGateFrame_DZ","CinderGate_DZ","CinderGateLocked_DZ","Metal_Drawbridge_DZ","Metal_DrawbridgeLocked_DZ","WoodTriangleWall_DZ","WoodHandrail_DZ","WoodFloorStairs_DZ","WoodPillar_DZ","Land_DZE_WoodOpenTopGarageDoor","Land_DZE_WoodOpenTopGarageLocked"];
|
DayZ_SafeObjects = ["Base_Fire_DZ","Land_Fire_DZ","TentStorage","TentStorage0","TentStorage1","TentStorage2","TentStorage3","TentStorage4","StashSmall","StashSmall1","StashSmall2","StashSmall3","StashSmall4","StashMedium","StashMedium1","StashMedium2","StashMedium3","StashMedium4","Wire_cat1","Sandbag1_DZ","Fence_DZ","Generator_DZ","Hedgehog_DZ","BearTrap_DZ","DomeTentStorage","DomeTentStorage0","DomeTentStorage1","DomeTentStorage2","DomeTentStorage3","DomeTentStorage4","CamoNet_DZ","Trap_Cans","TrapTripwireFlare","TrapBearTrapSmoke","TrapTripwireGrenade","TrapTripwireSmoke","TrapBearTrapFlare","TentStorageDomed","VaultStorageLocked","VaultStorage2Locked","BagFenceRound_DZ","TrapBear","Fort_RazorWire","Land_HBarrier1_DZ","Land_HBarrier3_DZ","Land_HBarrier5_DZ","Fence_corrugated_DZ","M240Nest_DZ","CanvasHut_DZ","ParkBench_DZ","MetalGate_DZ","OutHouse_DZ","Wooden_shed_DZ","Wooden_shed2_DZ","WoodShack_DZ","WoodShack2_DZ","StorageShed_DZ","StorageShed2_DZ","Plastic_Pole_EP1_DZ","StickFence_DZ","LightPole_DZ","FuelPump_DZ","DesertCamoNet_DZ","ForestCamoNet_DZ","WinterCamoNet_DZ","DesertLargeCamoNet_DZ","ForestLargeCamoNet_DZ","WinterLargeCamoNet_DZ","SandNest_DZ","DeerStand_DZ","MetalPanel_DZ","WorkBench_DZ","WoodFloor_DZ","WoodLargeWall_DZ","WoodLargeWallDoor_DZ","WoodLargeWallWin_DZ","WoodSmallWall_DZ","WoodSmallWallWin_DZ","WoodSmallWallDoor_DZ","LockboxStorageLocked","LockboxStorage2Locked","LockboxStorageWinterLocked","LockboxStorageWinter2Locked","WoodFloorHalf_DZ","WoodFloorQuarter_DZ","WoodStairs_DZ","WoodStairsSans_DZ","WoodStairsRails_DZ","WoodSmallWallThird_DZ","WoodLadder_DZ","Land_DZE_GarageWoodDoor","Land_DZE_LargeWoodDoor","Land_DZE_WoodDoor","Land_DZE_GarageWoodDoorLocked","Land_DZE_LargeWoodDoorLocked","Land_DZE_WoodDoorLocked","CinderWallHalf_DZ","CinderWall_DZ","CinderWallDoorway_DZ","CinderWallDoor_DZ","CinderWallDoorLocked_DZ","CinderWallSmallDoorway_DZ","CinderWallDoorSmall_DZ","CinderWallDoorSmallLocked_DZ","MetalFloor_DZ","WoodRamp_DZ","GunRack_DZ","GunRack2_DZ","FireBarrel_DZ","WoodCrate_DZ","WoodCrate2_DZ","Scaffolding_DZ","DesertTentStorage","DesertTentStorage0","DesertTentStorage1","DesertTentStorage2","DesertTentStorage3","DesertTentStorage4","WoodenFence_1_foundation_DZ","WoodenFence_1_frame_DZ","WoodenFence_quaterpanel_DZ","WoodenFence_halfpanel_DZ","WoodenFence_thirdpanel_DZ","WoodenFence_1_DZ","WoodenFence_2_DZ","WoodenFence_3_DZ","WoodenFence_4_DZ","WoodenFence_5_DZ","WoodenFence_6_DZ","WoodenFence_7_DZ","MetalFence_1_foundation_DZ","MetalFence_1_frame_DZ","MetalFence_halfpanel_DZ","MetalFence_thirdpanel_DZ","MetalFence_1_DZ","MetalFence_2_DZ","MetalFence_3_DZ","MetalFence_4_DZ","MetalFence_5_DZ","MetalFence_6_DZ","MetalFence_7_DZ","WoodenGate_foundation_DZ","WoodenGate_1_DZ","WoodenGate_2_DZ","WoodenGate_3_DZ","WoodenGate_4_DZ","WoodGateFrame_DZ","Land_DZE_WoodGate","Land_DZE_WoodGateLocked","CinderGateFrame_DZ","CinderGate_DZ","CinderGateLocked_DZ","Metal_Drawbridge_DZ","Metal_DrawbridgeLocked_DZ","WoodTriangleWall_DZ","WoodHandrail_DZ","WoodFloorStairs_DZ","WoodPillar_DZ","Land_DZE_WoodOpenTopGarageDoor","Land_DZE_WoodOpenTopGarageLocked","CinderGarageOpenTopFrame_DZ","CinderGarageOpenTop_DZ","CinderGarageOpenTopLocked_DZ"];
|
||||||
DayZ_GearedObjects = ["Car","Helicopter","Motorcycle","Ship","TentStorage_base","StashSmall_base","StashMedium_base","Plane","Tank","VaultStorage","VaultStorage2","LockboxStorage","LockboxStorage2","LockboxStorageWinter","LockboxStorageWinter2","TentStorage","OutHouse_DZ","Wooden_shed_DZ","Wooden_shed2_DZ","WoodShack_DZ","WoodShack2_DZ","StorageShed_DZ","StorageShed2_DZ","GunRack_DZ","GunRack2_DZ","WoodCrate_DZ","WoodCrate2_DZ","Scaffolding_DZ","Generator_DZ"];
|
DayZ_GearedObjects = ["Car","Helicopter","Motorcycle","Ship","TentStorage_base","StashSmall_base","StashMedium_base","Plane","Tank","VaultStorage","VaultStorage2","LockboxStorage","LockboxStorage2","LockboxStorageWinter","LockboxStorageWinter2","TentStorage","OutHouse_DZ","Wooden_shed_DZ","Wooden_shed2_DZ","WoodShack_DZ","WoodShack2_DZ","StorageShed_DZ","StorageShed2_DZ","GunRack_DZ","GunRack2_DZ","WoodCrate_DZ","WoodCrate2_DZ","Scaffolding_DZ","Generator_DZ"];
|
||||||
dayz_typedBags = ["emptyBloodBag","bloodTester","bloodBagANEG","bloodBagAPOS","bloodBagBNEG","bloodBagBPOS","bloodBagABNEG","bloodBagABPOS","bloodBagONEG","bloodBagOPOS","wholeBloodBagANEG","wholeBloodBagAPOS","wholeBloodBagBNEG","wholeBloodBagBPOS","wholeBloodBagABNEG","wholeBloodBagABPOS","wholeBloodBagONEG","wholeBloodBagOPOS"];
|
dayz_typedBags = ["emptyBloodBag","bloodTester","bloodBagANEG","bloodBagAPOS","bloodBagBNEG","bloodBagBPOS","bloodBagABNEG","bloodBagABPOS","bloodBagONEG","bloodBagOPOS","wholeBloodBagANEG","wholeBloodBagAPOS","wholeBloodBagBNEG","wholeBloodBagBPOS","wholeBloodBagABNEG","wholeBloodBagABPOS","wholeBloodBagONEG","wholeBloodBagOPOS"];
|
||||||
dayz_plant = ["pumpkin.p3d","p_helianthus.p3d","p_fiberplant_ep1.p3d"];
|
dayz_plant = ["pumpkin.p3d","p_helianthus.p3d","p_fiberplant_ep1.p3d"];
|
||||||
@@ -18,7 +18,7 @@ AllPlayers = ["Survivor_DZ","Survivor1_DZ","SurvivorW2_DZ","Survivor2_DZ","Snipe
|
|||||||
|
|
||||||
// Epoch Additions
|
// Epoch Additions
|
||||||
dayz_activeInvites = [];
|
dayz_activeInvites = [];
|
||||||
DZE_DoorsLocked = ["Land_DZE_GarageWoodDoorLocked","Land_DZE_LargeWoodDoorLocked","Land_DZE_WoodDoorLocked","CinderWallDoorLocked_DZ","CinderWallDoorSmallLocked_DZ","WoodenGate_1_DZ","WoodenGate_2_DZ","WoodenGate_3_DZ","WoodenGate_4_DZ","Land_DZE_WoodGateLocked","CinderGateLocked_DZ","Metal_DrawbridgeLocked_DZ","Land_DZE_WoodOpenTopGarageLocked"];
|
DZE_DoorsLocked = ["Land_DZE_GarageWoodDoorLocked","Land_DZE_LargeWoodDoorLocked","Land_DZE_WoodDoorLocked","CinderWallDoorLocked_DZ","CinderWallDoorSmallLocked_DZ","WoodenGate_1_DZ","WoodenGate_2_DZ","WoodenGate_3_DZ","WoodenGate_4_DZ","Land_DZE_WoodGateLocked","CinderGateLocked_DZ","Metal_DrawbridgeLocked_DZ","Land_DZE_WoodOpenTopGarageLocked","CinderGarageOpenTopLocked_DZ"];
|
||||||
DZE_isWreckBuilding = ["Land_wreck_cinder","Land_wood_wreck_quarter","Land_wood_wreck_floor","Land_wood_wreck_third","Land_wood_wreck_frame","Land_iron_vein_wreck","Land_silver_vein_wreck","Land_gold_vein_wreck","Land_ammo_supply_wreck"];
|
DZE_isWreckBuilding = ["Land_wreck_cinder","Land_wood_wreck_quarter","Land_wood_wreck_floor","Land_wood_wreck_third","Land_wood_wreck_frame","Land_iron_vein_wreck","Land_silver_vein_wreck","Land_gold_vein_wreck","Land_ammo_supply_wreck"];
|
||||||
DZE_LockedStorage = ["VaultStorageLocked","VaultStorage2Locked","LockboxStorageLocked","LockboxStorage2Locked","LockboxStorageWinterLocked","LockboxStorageWinter2Locked"];
|
DZE_LockedStorage = ["VaultStorageLocked","VaultStorage2Locked","LockboxStorageLocked","LockboxStorage2Locked","LockboxStorageWinterLocked","LockboxStorageWinter2Locked"];
|
||||||
DZE_UnLockedStorage = ["VaultStorage","VaultStorage2","LockboxStorage","LockboxStorage2","LockboxStorageWinter","LockboxStorageWinter2"];
|
DZE_UnLockedStorage = ["VaultStorage","VaultStorage2","LockboxStorage","LockboxStorage2","LockboxStorageWinter","LockboxStorageWinter2"];
|
||||||
@@ -289,7 +289,7 @@ if (!isDedicated) then {
|
|||||||
DZE_tradeObject = DZE_tradeVehicle + ["trade_backpacks"];
|
DZE_tradeObject = DZE_tradeVehicle + ["trade_backpacks"];
|
||||||
DZE_Workshops = ["Wooden_shed_DZ","Wooden_shed2_DZ","WoodShack_DZ","WoodShack2_DZ","WorkBench_DZ","WorkBench"];
|
DZE_Workshops = ["Wooden_shed_DZ","Wooden_shed2_DZ","WoodShack_DZ","WoodShack2_DZ","WorkBench_DZ","WorkBench"];
|
||||||
dayz_treeTypes = ["","MAP_t_picea1s","MAP_t_picea2s","MAP_t_picea3f","MAP_t_pinusN2s","MAP_t_pinusS2f","MAP_t_populus3s","MAP_t_betula2s","MAP_t_fagus2s","MAP_t_fagus2W","MAP_t_malus1s"];
|
dayz_treeTypes = ["","MAP_t_picea1s","MAP_t_picea2s","MAP_t_picea3f","MAP_t_pinusN2s","MAP_t_pinusS2f","MAP_t_populus3s","MAP_t_betula2s","MAP_t_fagus2s","MAP_t_fagus2W","MAP_t_malus1s"];
|
||||||
DayZ_DropDrageeObjects = ["TentStorage","TentStorage0","TentStorage1","TentStorage2","TentStorage3","TentStorage4","Wire_cat1","Sandbag1_DZ","Fence_DZ","Generator_DZ","Hedgehog_DZ","DomeTentStorage","DomeTentStorage0","DomeTentStorage1","DomeTentStorage2","DomeTentStorage3","DomeTentStorage4","TentStorageDomed","VaultStorageLocked","BagFenceRound_DZ","Fort_RazorWire","WoodGate_DZ","Land_HBarrier1_DZ","Land_HBarrier3_DZ","Land_HBarrier5_DZ","Fence_corrugated_DZ","M240Nest_DZ","ParkBench_DZ","MetalGate_DZ","OutHouse_DZ","Wooden_shed_DZ","Wooden_shed2_DZ","WoodShack_DZ","WoodShack2_DZ","StorageShed_DZ","StorageShed2_DZ","StickFence_DZ","SandNest_DZ","MetalPanel_DZ","WorkBench_DZ","WoodLargeWall_DZ","WoodLargeWallDoor_DZ","WoodLargeWallWin_DZ","WoodSmallWall_DZ","WoodSmallWallWin_DZ","WoodSmallWallDoor_DZ","LockboxStorageLocked","WoodSmallWallThird_DZ","WoodLadder_DZ","Land_DZE_GarageWoodDoor","Land_DZE_LargeWoodDoor","Land_DZE_WoodDoor","Land_DZE_GarageWoodDoorLocked","Land_DZE_LargeWoodDoorLocked","Land_DZE_WoodDoorLocked","CinderWallHalf_DZ","CinderWall_DZ","CinderWallDoorway_DZ","CinderWallDoor_DZ","CinderWallDoorLocked_DZ","CinderWallSmallDoorway_DZ","CinderWallDoorSmall_DZ","CinderWallDoorSmallLocked_DZ","DesertTentStorage","DesertTentStorage0","DesertTentStorage1","DesertTentStorage2","DesertTentStorage3","DesertTentStorage4","WoodFloorHalf_DZ","WoodFloor_DZ","WoodFloorQuarter_DZ","WoodStairs_DZ","WoodStairsSans_DZ","WoodStairsRails_DZ","MetalFloor_DZ","WoodRamp_DZ","WoodenFence_1_foundation_DZ","WoodenFence_1_frame_DZ","WoodenFence_quaterpanel_DZ","WoodenFence_halfpanel_DZ","WoodenFence_thirdpanel_DZ","WoodenFence_1_DZ","WoodenFence_2_DZ","WoodenFence_3_DZ","WoodenFence_4_DZ","WoodenFence_5_DZ","WoodenFence_6_DZ","MetalFence_1_foundation_DZ","MetalFence_1_frame_DZ","MetalFence_halfpanel_DZ","MetalFence_thirdpanel_DZ","MetalFence_1_DZ","MetalFence_2_DZ","MetalFence_3_DZ","MetalFence_4_DZ","MetalFence_5_DZ","MetalFence_6_DZ","MetalFence_7_DZ","WoodenGate_foundation_DZ","WoodenGate_1_DZ","WoodenGate_2_DZ","WoodenGate_3_DZ","WoodenGate_4_DZ","WoodGateFrame_DZ","Land_DZE_WoodGate","Land_DZE_WoodGateLocked","CinderGateFrame_DZ","CinderGate_DZ","CinderGateLocked_DZ","Metal_Drawbridge_DZ","Metal_DrawbridgeLocked_DZ","WoodTriangleWall_DZ","WoodHandrail_DZ","WoodFloorStairs_DZ","WoodPillar_DZ","Land_DZE_WoodOpenTopGarageDoor","Land_DZE_WoodOpenTopGarageLocked"];
|
DayZ_DropDrageeObjects = ["TentStorage","TentStorage0","TentStorage1","TentStorage2","TentStorage3","TentStorage4","Wire_cat1","Sandbag1_DZ","Fence_DZ","Generator_DZ","Hedgehog_DZ","DomeTentStorage","DomeTentStorage0","DomeTentStorage1","DomeTentStorage2","DomeTentStorage3","DomeTentStorage4","TentStorageDomed","VaultStorageLocked","BagFenceRound_DZ","Fort_RazorWire","WoodGate_DZ","Land_HBarrier1_DZ","Land_HBarrier3_DZ","Land_HBarrier5_DZ","Fence_corrugated_DZ","M240Nest_DZ","ParkBench_DZ","MetalGate_DZ","OutHouse_DZ","Wooden_shed_DZ","Wooden_shed2_DZ","WoodShack_DZ","WoodShack2_DZ","StorageShed_DZ","StorageShed2_DZ","StickFence_DZ","SandNest_DZ","MetalPanel_DZ","WorkBench_DZ","WoodLargeWall_DZ","WoodLargeWallDoor_DZ","WoodLargeWallWin_DZ","WoodSmallWall_DZ","WoodSmallWallWin_DZ","WoodSmallWallDoor_DZ","LockboxStorageLocked","WoodSmallWallThird_DZ","WoodLadder_DZ","Land_DZE_GarageWoodDoor","Land_DZE_LargeWoodDoor","Land_DZE_WoodDoor","Land_DZE_GarageWoodDoorLocked","Land_DZE_LargeWoodDoorLocked","Land_DZE_WoodDoorLocked","CinderWallHalf_DZ","CinderWall_DZ","CinderWallDoorway_DZ","CinderWallDoor_DZ","CinderWallDoorLocked_DZ","CinderWallSmallDoorway_DZ","CinderWallDoorSmall_DZ","CinderWallDoorSmallLocked_DZ","DesertTentStorage","DesertTentStorage0","DesertTentStorage1","DesertTentStorage2","DesertTentStorage3","DesertTentStorage4","WoodFloorHalf_DZ","WoodFloor_DZ","WoodFloorQuarter_DZ","WoodStairs_DZ","WoodStairsSans_DZ","WoodStairsRails_DZ","MetalFloor_DZ","WoodRamp_DZ","WoodenFence_1_foundation_DZ","WoodenFence_1_frame_DZ","WoodenFence_quaterpanel_DZ","WoodenFence_halfpanel_DZ","WoodenFence_thirdpanel_DZ","WoodenFence_1_DZ","WoodenFence_2_DZ","WoodenFence_3_DZ","WoodenFence_4_DZ","WoodenFence_5_DZ","WoodenFence_6_DZ","MetalFence_1_foundation_DZ","MetalFence_1_frame_DZ","MetalFence_halfpanel_DZ","MetalFence_thirdpanel_DZ","MetalFence_1_DZ","MetalFence_2_DZ","MetalFence_3_DZ","MetalFence_4_DZ","MetalFence_5_DZ","MetalFence_6_DZ","MetalFence_7_DZ","WoodenGate_foundation_DZ","WoodenGate_1_DZ","WoodenGate_2_DZ","WoodenGate_3_DZ","WoodenGate_4_DZ","WoodGateFrame_DZ","Land_DZE_WoodGate","Land_DZE_WoodGateLocked","CinderGateFrame_DZ","CinderGate_DZ","CinderGateLocked_DZ","Metal_Drawbridge_DZ","Metal_DrawbridgeLocked_DZ","WoodTriangleWall_DZ","WoodHandrail_DZ","WoodFloorStairs_DZ","WoodPillar_DZ","Land_DZE_WoodOpenTopGarageDoor","Land_DZE_WoodOpenTopGarageLocked","CinderGarageOpenTopFrame_DZ","CinderGarageOpenTop_DZ","CinderGarageOpenTopLocked_DZ"];
|
||||||
Dayz_fishingItems = ["MeleeFishingPole"];
|
Dayz_fishingItems = ["MeleeFishingPole"];
|
||||||
snapGizmos = []; // may not need this
|
snapGizmos = []; // may not need this
|
||||||
snapGizmosNearby = []; // may not need this
|
snapGizmosNearby = []; // may not need this
|
||||||
|
|||||||
@@ -23119,6 +23119,10 @@
|
|||||||
<Dutch>Creëer afsluitbare deur</Dutch>
|
<Dutch>Creëer afsluitbare deur</Dutch>
|
||||||
<Czech>Vytvořit Zamčené dveře</Czech>
|
<Czech>Vytvořit Zamčené dveře</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_PLAYER_239_1_1">
|
||||||
|
<English>Craft Gate</English>
|
||||||
|
<German>Tor herstellen</German>
|
||||||
|
</Key>
|
||||||
<Key ID="STR_EPOCH_PLAYER_239_1">
|
<Key ID="STR_EPOCH_PLAYER_239_1">
|
||||||
<English>Craft Locked Gate</English>
|
<English>Craft Locked Gate</English>
|
||||||
<German>Verschlossenes Tor herstellen</German>
|
<German>Verschlossenes Tor herstellen</German>
|
||||||
@@ -23225,6 +23229,10 @@
|
|||||||
<English>Craft Cinder Gate Frame</English>
|
<English>Craft Cinder Gate Frame</English>
|
||||||
<German>Betontorrahmen herstellen</German>
|
<German>Betontorrahmen herstellen</German>
|
||||||
</Key>
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_PLAYER_253_1_1">
|
||||||
|
<English>Craft Cinder Garage Frame w/ no top</English>
|
||||||
|
<German>Betongaragendurchgang (rahmenlos) herstellen</German>
|
||||||
|
</Key>
|
||||||
<Key ID="STR_EPOCH_PLAYER_254">
|
<Key ID="STR_EPOCH_PLAYER_254">
|
||||||
<English>Craft Plywood</English>
|
<English>Craft Plywood</English>
|
||||||
<German>Sperrholz herstellen</German>
|
<German>Sperrholz herstellen</German>
|
||||||
@@ -26827,7 +26835,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BLOCKGARAGEDOORWAY">
|
<Key ID="STR_EPOCH_BLOCKGARAGEDOORWAY">
|
||||||
<English>Cinder Garage Doorway</English>
|
<English>Cinder Garage Doorway</English>
|
||||||
<German>Beton-Garagentürrahmen</German>
|
<German>Betongaragentürrahmen</German>
|
||||||
<Russian>Дверной проём (гаражный)</Russian>
|
<Russian>Дверной проём (гаражный)</Russian>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BLOCKGARAGEDOORWAY_DESC">
|
<Key ID="STR_EPOCH_BLOCKGARAGEDOORWAY_DESC">
|
||||||
@@ -26837,15 +26845,39 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BLOCKGARAGEDOOR">
|
<Key ID="STR_EPOCH_BLOCKGARAGEDOOR">
|
||||||
<English>Cinder Garage Door</English>
|
<English>Cinder Garage Door</English>
|
||||||
<German>Beton-Garagentür</German>
|
<German>Betongaragentür</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BLOCKGARAGEDOORLOCKED">
|
<Key ID="STR_EPOCH_BLOCKGARAGEDOORLOCKED">
|
||||||
<English>Cinder Garage Door (locked)</English>
|
<English>Cinder Garage Door (locked)</English>
|
||||||
<German>Beton-Garagentür (verschlossen)</German>
|
<German>Betongaragentür (verschlossen)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BLOCKGARAGEDOORWAY_LOCKED_DESC">
|
<Key ID="STR_EPOCH_BLOCKGARAGEDOORWAY_LOCKED_DESC">
|
||||||
<English>Cinder block wall with locked metal garage doorway.</English>
|
<English>Cinder block wall with locked metal garage doorway.</English>
|
||||||
<German>Eine Beton-Garagentür mit einem Zahlenschloss.</German>
|
<German>Eine Betongaragentür mit einem Zahlenschloss.</German>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_CINDEROPENTOPGARAGEFRAME">
|
||||||
|
<English>Cinder Garage Frame w/ no top</English>
|
||||||
|
<German>Betongaragentürdurchgang (rahmenlos)</German>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_CINDEROPENTOPGARAGEFRAME_DESC">
|
||||||
|
<English>Cinder garage frame constructed out of cinder.</English>
|
||||||
|
<German>Ein Betongaragentürdurchgang bestehend aus Beton.</German>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_CINDEROPENTOPGARAGEDOOR">
|
||||||
|
<English>Cinder Garage Door w/ no top</English>
|
||||||
|
<German>Betongaragentür (rahmenlos)</German>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_CINDEROPENTOPGARAGEDOOR_DESC">
|
||||||
|
<English>Cinder garage door constructed out of cinder.</English>
|
||||||
|
<German>Eine Betongaragentür bestehend aus Beton.</German>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_CINDEROPENTOPGARAGEDOORLOCKED">
|
||||||
|
<English>Cinder Garage Door Locked w/ no top</English>
|
||||||
|
<German>Betongaragentür (verschlossen, rahmenlos)</German>
|
||||||
|
</Key>
|
||||||
|
<Key ID="STR_EPOCH_CINDEROPENTOPGARAGEDOORLOCKED_DESC">
|
||||||
|
<English>Cinder garage door with combination lock.</English>
|
||||||
|
<German>Eine Betongaragentür mit Zahlenschloss.</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_CINDERGATEFRAME">
|
<Key ID="STR_EPOCH_CINDERGATEFRAME">
|
||||||
<English>Cinder Gate Frame</English>
|
<English>Cinder Gate Frame</English>
|
||||||
@@ -27044,7 +27076,6 @@
|
|||||||
<German>Eine Holzgaragentür mit Zahlenschloss.</German>
|
<German>Eine Holzgaragentür mit Zahlenschloss.</German>
|
||||||
<Russian>Деревянная стена с запертой гаражной дверью, изготовленная из фанеры и пиломатериалов.</Russian>
|
<Russian>Деревянная стена с запертой гаражной дверью, изготовленная из фанеры и пиломатериалов.</Russian>
|
||||||
</Key>
|
</Key>
|
||||||
|
|
||||||
<Key ID="STR_EPOCH_WOODOPENTOPGARAGEDOOR">
|
<Key ID="STR_EPOCH_WOODOPENTOPGARAGEDOOR">
|
||||||
<English>Wood Garage Door w/ no top</English>
|
<English>Wood Garage Door w/ no top</English>
|
||||||
<German>Holzgaragentür (rahmenlos)</German>
|
<German>Holzgaragentür (rahmenlos)</German>
|
||||||
@@ -27063,7 +27094,6 @@
|
|||||||
<German>Eine Holzgaragentür mit Zahlenschloss.</German>
|
<German>Eine Holzgaragentür mit Zahlenschloss.</German>
|
||||||
<Russian>Деревянная стена с запертой гаражной дверью, изготовленная из фанеры и пиломатериалов.</Russian>
|
<Russian>Деревянная стена с запертой гаражной дверью, изготовленная из фанеры и пиломатериалов.</Russian>
|
||||||
</Key>
|
</Key>
|
||||||
|
|
||||||
<Key ID="STR_EPOCH_WOODGATEFRAME">
|
<Key ID="STR_EPOCH_WOODGATEFRAME">
|
||||||
<English>Wooden Gate Frame</English>
|
<English>Wooden Gate Frame</English>
|
||||||
<German>Holztorrahmen</German>
|
<German>Holztorrahmen</German>
|
||||||
|
|||||||
Reference in New Issue
Block a user