From ba31c67bcb2f658d88fa3012bf5e524959ede857 Mon Sep 17 00:00:00 2001 From: A Man Date: Mon, 4 Nov 2019 10:15:42 +0100 Subject: [PATCH] Add display names for heli wrecks by @seelenapparat --- .../Configs/CfgVehicles/CrashSite.hpp | 4 ++++ SQF/dayz_code/stringtable.xml | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/SQF/dayz_code/Configs/CfgVehicles/CrashSite.hpp b/SQF/dayz_code/Configs/CfgVehicles/CrashSite.hpp index 7f6122f73..88020142d 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/CrashSite.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/CrashSite.hpp @@ -24,18 +24,21 @@ class CrashSite : House class CrashSite_RU : CrashSite { scope = public; + displayname = $STR_EPOCH_CRASHSITE1; model = "\z\addons\dayz_communityassets\crashsite\mi8\mi8_ru.p3d"; lootParams[] = {{0.6, -4.5, 0}, 7, 2.5, 5, 7}; }; class CrashSite_UN : CrashSite_RU { + displayname = $STR_EPOCH_CRASHSITE2; model = "\z\addons\dayz_communityassets\crashsite\mi8\mi8_un.p3d"; }; class CrashSite_US : CrashSite { scope = public; + displayname = $STR_EPOCH_CRASHSITE3; model = "\ca\air2\uh1y\uh1y_crashed.p3d"; hiddenSelections[] = {"zasleh"}; smoke[] = {-0.8,-2.3,2}; @@ -45,6 +48,7 @@ class CrashSite_US : CrashSite class CrashSite_EU : CrashSite { scope = public; + displayname = $STR_EPOCH_CRASHSITE4; model = "\z\addons\dayz_communityassets\crashsite\hc3\hc3.p3d"; lootParams[] = {{-0.4, -0.5, 0}, 4, 2.5, 7.5, 7}; }; \ No newline at end of file diff --git a/SQF/dayz_code/stringtable.xml b/SQF/dayz_code/stringtable.xml index fb52251f9..e04d01e61 100644 --- a/SQF/dayz_code/stringtable.xml +++ b/SQF/dayz_code/stringtable.xml @@ -17513,6 +17513,24 @@ Wasserflasche PET mit 900ml abgekochtem Wasser. + + + Mi-8 Wreck (Military) + Mi-8 Wrack (Militär) + + + Mi-8 Wreck (Civil) + Mi-8 Wrack (Zivil) + + + UH-1Y Wreck + UH-1Y Wrack + + + HC3 Merlin Wreck + HC3 Merlin Wrack + + Winter Ghillie Suit