From d67cfe1e02dbaff3757abe95f405d7b7bf57a4ae Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Tue, 2 Feb 2021 08:20:08 +0100 Subject: [PATCH] Fix wrong garage door model Thx @ch0c --- .../Configs/CfgMagazines/Buildings/ModularBuilding.hpp | 6 +++--- SQF/dayz_code/stringtable.xml | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines/Buildings/ModularBuilding.hpp b/SQF/dayz_code/Configs/CfgMagazines/Buildings/ModularBuilding.hpp index 4eb51c406..1f27567fd 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Buildings/ModularBuilding.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Buildings/ModularBuilding.hpp @@ -529,8 +529,8 @@ class cinder_garage_kit: CA_Magazine scope = 2; count = 1; type = 256; - displayName = $STR_EPOCH_BLOCKGARAGEDOORWAY; - descriptionShort = $STR_EPOCH_BLOCKGARAGEDOORWAY_DESC; + displayName = $STR_EPOCH_BLOCKGARAGEDOOR; + descriptionShort = $STR_EPOCH_BLOCKGARAGEDOOR_DESC; model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; @@ -541,7 +541,7 @@ class cinder_garage_kit: CA_Magazine text = $STR_ACTIONS_BUILD; script = "spawn player_build;"; require[] = {"ItemToolbox"}; - create = "CinderWallDoorway_DZ"; + create = "CinderWallDoor_DZ"; }; class Crafting { diff --git a/SQF/dayz_code/stringtable.xml b/SQF/dayz_code/stringtable.xml index 05fd1b123..a36fa238e 100644 --- a/SQF/dayz_code/stringtable.xml +++ b/SQF/dayz_code/stringtable.xml @@ -28927,6 +28927,10 @@ Cinder Garage Door Betongaragentür + + Cinder garage door constructed out of cinder. + Eine Betongaragentür bestehend aus Beton. + Cinder Garage Door (locked) Betongaragentür (verschlossen)