mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Removing 2 old rightclick actions, shorter german text (#1786)
* Removing old code Build Sandbag Fence is not longer used since the rightclick action to build a sandbag. * Removing old code Old code "remove tank trap" is not longer used since we have the scroll action for that. * Update Prop_Defs.hpp * Cutting some strings, removing old strings * Update stringtable.xml
This commit is contained in:
@@ -489,7 +489,7 @@ class CanvasHut_DZ: Land_covering_hut_EP1
|
|||||||
offset[] = {0,2.5,1};
|
offset[] = {0,2.5,1};
|
||||||
displayName = $STR_EPOCH_CANVASSUNSHADE;
|
displayName = $STR_EPOCH_CANVASSUNSHADE;
|
||||||
vehicleClass = "Fortifications";
|
vehicleClass = "Fortifications";
|
||||||
removeoutput[] = {{"sun_shade_kit",1}}
|
removeoutput[] = {{"sun_shade_kit",1}};
|
||||||
};
|
};
|
||||||
class Park_bench1;
|
class Park_bench1;
|
||||||
class ParkBench_DZ: Park_bench1
|
class ParkBench_DZ: Park_bench1
|
||||||
|
|||||||
@@ -12,15 +12,6 @@ class ItemEtool : ItemCore
|
|||||||
|
|
||||||
class ItemActions
|
class ItemActions
|
||||||
{
|
{
|
||||||
class Build
|
|
||||||
{
|
|
||||||
text = "Build Sandbag Fence";
|
|
||||||
script = "spawn player_build;";
|
|
||||||
require[] = {"ItemEtool"};
|
|
||||||
consume[] = {"ItemSandbag"};
|
|
||||||
create = "Sandbag1_DZ";
|
|
||||||
};
|
|
||||||
|
|
||||||
/*class Use
|
/*class Use
|
||||||
{
|
{
|
||||||
text=$STR_CREATE_STASH;
|
text=$STR_CREATE_STASH;
|
||||||
|
|||||||
@@ -12,11 +12,6 @@ class ItemToolbox : ItemCore
|
|||||||
text= $STR_EQUIP_TOOLBOX_ACTION_1;
|
text= $STR_EQUIP_TOOLBOX_ACTION_1;
|
||||||
script=";[['DesertCamoNet_DZ','ForestCamoNet_DZ','DesertLargeCamoNet_DZ','ForestLargeCamoNet_DZ'],5,'str_epoch_player_8'] call player_removeNearby;";
|
script=";[['DesertCamoNet_DZ','ForestCamoNet_DZ','DesertLargeCamoNet_DZ','ForestLargeCamoNet_DZ'],5,'str_epoch_player_8'] call player_removeNearby;";
|
||||||
};
|
};
|
||||||
class RemoveTankTrap
|
|
||||||
{
|
|
||||||
text= $STR_EQUIP_TOOLBOX_ACTION_2;
|
|
||||||
script=";[['Hedgehog_DZ'],1,'STR_EPOCH_ACTIONS_14'] call player_removeNearby;";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
@@ -13573,13 +13573,6 @@
|
|||||||
<French>Vous avez acheté %3 pour %1 %2, la clé a été ajoutée à votre ceinture.</French>
|
<French>Vous avez acheté %3 pour %1 %2, la clé a été ajoutée à votre ceinture.</French>
|
||||||
<Czech>Koupeno %3 za %1 %2, klíč byl přidán do opasku na nářadí.</Czech>
|
<Czech>Koupeno %3 za %1 %2, klíč byl přidán do opasku na nářadí.</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_ACTIONS_14">
|
|
||||||
<English>No Tank Traps found nearby.</English>
|
|
||||||
<German>Keine Panzersperren in der Nähe gefunden.</German>
|
|
||||||
<Russian>Противотанковые ежи не найдены.</Russian>
|
|
||||||
<French>Aucun piège à tank trouvé aux alentours.</French>
|
|
||||||
<Czech>Nebyly poblíž nalezeny žádné tankové zátarasy.</Czech>
|
|
||||||
</Key>
|
|
||||||
<Key ID="STR_EPOCH_ACTIONS_15">
|
<Key ID="STR_EPOCH_ACTIONS_15">
|
||||||
<English>Another object is blocking the vehicle exit.</English>
|
<English>Another object is blocking the vehicle exit.</English>
|
||||||
<German>Ein anderes Objekt blockiert den Ausstieg.</German>
|
<German>Ein anderes Objekt blockiert den Ausstieg.</German>
|
||||||
@@ -13649,7 +13642,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_EMPTY">
|
<Key ID="STR_EPOCH_BULK_DISP_EMPTY">
|
||||||
<English>Supply Crate (Empty)</English>
|
<English>Supply Crate (Empty)</English>
|
||||||
<German>Versorgungskiste (Leer)</German>
|
<German>Kiste (Leer)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_SODACOKE_HALF">
|
<Key ID="STR_EPOCH_BULK_DESC_SODACOKE_HALF">
|
||||||
<English>6x Soda (Coke)</English>
|
<English>6x Soda (Coke)</English>
|
||||||
@@ -13659,7 +13652,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_SODACOKE_HALF">
|
<Key ID="STR_EPOCH_BULK_DISP_SODACOKE_HALF">
|
||||||
<English>Supply Crate (6x Coke)</English>
|
<English>Supply Crate (6x Coke)</English>
|
||||||
<German>Versorgungskiste (6x Coke)</German>
|
<German>Kiste (6x Coke)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_SODACOKE_FULL">
|
<Key ID="STR_EPOCH_BULK_DESC_SODACOKE_FULL">
|
||||||
<English>12x Soda (Coke)</English>
|
<English>12x Soda (Coke)</English>
|
||||||
@@ -13669,7 +13662,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_SODACOKE_FULL">
|
<Key ID="STR_EPOCH_BULK_DISP_SODACOKE_FULL">
|
||||||
<English>Supply Crate (12x Coke)</English>
|
<English>Supply Crate (12x Coke)</English>
|
||||||
<German>Versorgungskiste (12x Coke)</German>
|
<German>Kiste (12x Coke)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_SODAPEPSI_HALF">
|
<Key ID="STR_EPOCH_BULK_DESC_SODAPEPSI_HALF">
|
||||||
<English>6x Soda (Pepsi)</English>
|
<English>6x Soda (Pepsi)</English>
|
||||||
@@ -13679,7 +13672,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_SODAPEPSI_HALF">
|
<Key ID="STR_EPOCH_BULK_DISP_SODAPEPSI_HALF">
|
||||||
<English>Supply Crate (6x Pepsi)</English>
|
<English>Supply Crate (6x Pepsi)</English>
|
||||||
<German>Versorgungskiste (6x Pepsi)</German>
|
<German>Kiste (6x Pepsi)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_SODAPEPSI_FULL">
|
<Key ID="STR_EPOCH_BULK_DESC_SODAPEPSI_FULL">
|
||||||
<English>12x Soda (Pepsi)</English>
|
<English>12x Soda (Pepsi)</English>
|
||||||
@@ -13689,7 +13682,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_SODAPEPSI_FULL">
|
<Key ID="STR_EPOCH_BULK_DISP_SODAPEPSI_FULL">
|
||||||
<English>Supply Crate (12x Pepsi)</English>
|
<English>Supply Crate (12x Pepsi)</English>
|
||||||
<German>Versorgungskiste (12x Pepsi)</German>
|
<German>Kiste (12x Pepsi)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_BACON_HALF">
|
<Key ID="STR_EPOCH_BULK_DESC_BACON_HALF">
|
||||||
<English>6x Bacon</English>
|
<English>6x Bacon</English>
|
||||||
@@ -13699,7 +13692,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_BACON_HALF">
|
<Key ID="STR_EPOCH_BULK_DISP_BACON_HALF">
|
||||||
<English>Supply Crate (6x Bacon)</English>
|
<English>Supply Crate (6x Bacon)</English>
|
||||||
<German>Versorgungskiste (6x Bacon)</German>
|
<German>Kiste (6x Bacon)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_BACON_FULL">
|
<Key ID="STR_EPOCH_BULK_DESC_BACON_FULL">
|
||||||
<English>12x Bacon</English>
|
<English>12x Bacon</English>
|
||||||
@@ -13709,35 +13702,35 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_BACON_FULL">
|
<Key ID="STR_EPOCH_BULK_DISP_BACON_FULL">
|
||||||
<English>Supply Crate (12x Bacon)</English>
|
<English>Supply Crate (12x Bacon)</English>
|
||||||
<German>Versorgungskiste (12x Bacon)</German>
|
<German>Kiste (12x Bacon)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_G17">
|
<Key ID="STR_EPOCH_BULK_DESC_G17">
|
||||||
<English>12x 17Rnd_9x19_glock17</English>
|
<English>12x 17Rnd_9x19_glock17</English>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_G17">
|
<Key ID="STR_EPOCH_BULK_DISP_G17">
|
||||||
<English>Supply Crate (12x G17)</English>
|
<English>Supply Crate (12x G17)</English>
|
||||||
<German>Versorgungskiste (12x G17)</German>
|
<German>Kiste (12x G17)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_M9SD">
|
<Key ID="STR_EPOCH_BULK_DESC_M9SD">
|
||||||
<English>12x 15Rnd_9x19_M9SD</English>
|
<English>12x 15Rnd_9x19_M9SD</English>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_M9SD">
|
<Key ID="STR_EPOCH_BULK_DISP_M9SD">
|
||||||
<English>Supply Crate (12x M9SD)</English>
|
<English>Supply Crate (12x M9SD)</English>
|
||||||
<German>Versorgungskiste (12x M9SD)</German>
|
<German>Kiste (12x M9SD)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_MP5SD">
|
<Key ID="STR_EPOCH_BULK_DESC_MP5SD">
|
||||||
<English>12x 30Rnd_9x19_MP5SD</English>
|
<English>12x 30Rnd_9x19_MP5SD</English>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_MP5SD">
|
<Key ID="STR_EPOCH_BULK_DISP_MP5SD">
|
||||||
<English>Supply Crate (12x MP5SD)</English>
|
<English>Supply Crate (12x MP5SD)</English>
|
||||||
<German>Versorgungskiste (12x MP5SD)</German>
|
<German>Kiste (12x MP5SD)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_STANAGSD">
|
<Key ID="STR_EPOCH_BULK_DESC_STANAGSD">
|
||||||
<English>12x 30Rnd_556x45_StanagSD</English>
|
<English>12x 30Rnd_556x45_StanagSD</English>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_STANAGSD">
|
<Key ID="STR_EPOCH_BULK_DISP_STANAGSD">
|
||||||
<English>Supply Crate (12x StanagSD)</English>
|
<English>Supply Crate (12x StanagSD)</English>
|
||||||
<German>Versorgungskiste (12x StanagSD)</German>
|
<German>Kiste (12x StanagSD)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_SANDBAG">
|
<Key ID="STR_EPOCH_BULK_DESC_SANDBAG">
|
||||||
<English>12x SandBag</English>
|
<English>12x SandBag</English>
|
||||||
@@ -13747,7 +13740,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_SANDBAG">
|
<Key ID="STR_EPOCH_BULK_DISP_SANDBAG">
|
||||||
<English>Supply Crate (12x Sandbag)</English>
|
<English>Supply Crate (12x Sandbag)</English>
|
||||||
<German>Versorgungskiste (12x Sandsack)</German>
|
<German>Kiste (12x Sandsack)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_TANKTRAP_FULL">
|
<Key ID="STR_EPOCH_BULK_DESC_TANKTRAP_FULL">
|
||||||
<English>12x Tank Trap</English>
|
<English>12x Tank Trap</English>
|
||||||
@@ -13757,7 +13750,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_TANKTRAP_FULL">
|
<Key ID="STR_EPOCH_BULK_DISP_TANKTRAP_FULL">
|
||||||
<English>Supply Crate (12x Tank Trap)</English>
|
<English>Supply Crate (12x Tank Trap)</English>
|
||||||
<German>Versorgungskiste (12x Panzersperre)</German>
|
<German>Kiste (12x Panzersperre)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_TANKTRAP_HALF">
|
<Key ID="STR_EPOCH_BULK_DESC_TANKTRAP_HALF">
|
||||||
<English>6x Tank Trap</English>
|
<English>6x Tank Trap</English>
|
||||||
@@ -13767,7 +13760,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_TANKTRAP_HALF">
|
<Key ID="STR_EPOCH_BULK_DISP_TANKTRAP_HALF">
|
||||||
<English>Supply Crate (6x Tank Trap)</English>
|
<English>Supply Crate (6x Tank Trap)</English>
|
||||||
<German>Versorgungskiste (6x Panzersperre)</German>
|
<German>Kiste (6x Panzersperre)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_WIREKIT_FULL">
|
<Key ID="STR_EPOCH_BULK_DESC_WIREKIT_FULL">
|
||||||
<English>12x Wire Kit</English>
|
<English>12x Wire Kit</English>
|
||||||
@@ -13777,7 +13770,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_WIREKIT_FULL">
|
<Key ID="STR_EPOCH_BULK_DISP_WIREKIT_FULL">
|
||||||
<English>Supply Crate (12x Wire Kit)</English>
|
<English>Supply Crate (12x Wire Kit)</English>
|
||||||
<German>Versorgungskiste (12x Stacheldraht)</German>
|
<German>Kiste (12x Stacheldraht)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_WIREKIT_HALF">
|
<Key ID="STR_EPOCH_BULK_DESC_WIREKIT_HALF">
|
||||||
<English>6x Wire Kit</English>
|
<English>6x Wire Kit</English>
|
||||||
@@ -13787,7 +13780,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_WIREKIT_HALF">
|
<Key ID="STR_EPOCH_BULK_DISP_WIREKIT_HALF">
|
||||||
<English>Supply Crate (6x Wire Kit)</English>
|
<English>Supply Crate (6x Wire Kit)</English>
|
||||||
<German>Versorgungskiste (6x Stacheldraht)</German>
|
<German>Kiste (6x Stacheldraht)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_GENERIC_FULL">
|
<Key ID="STR_EPOCH_BULK_DESC_GENERIC_FULL">
|
||||||
<English>12x Scrap Metal</English>
|
<English>12x Scrap Metal</English>
|
||||||
@@ -13797,7 +13790,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_GENERIC_FULL">
|
<Key ID="STR_EPOCH_BULK_DISP_GENERIC_FULL">
|
||||||
<English>Supply Crate (12x Scrap Metal)</English>
|
<English>Supply Crate (12x Scrap Metal)</English>
|
||||||
<German>Versorgungskiste (12x Metallteile)</German>
|
<German>Kiste (12x Metallteile)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DESC_GENERIC_HALF">
|
<Key ID="STR_EPOCH_BULK_DESC_GENERIC_HALF">
|
||||||
<English>6x Scrap Metal</English>
|
<English>6x Scrap Metal</English>
|
||||||
@@ -13807,7 +13800,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_BULK_DISP_GENERIC_HALF">
|
<Key ID="STR_EPOCH_BULK_DISP_GENERIC_HALF">
|
||||||
<English>Supply Crate (6x Scrap Metal)</English>
|
<English>Supply Crate (6x Scrap Metal)</English>
|
||||||
<German>Versorgungskiste (6x Metallteile)</German>
|
<German>Kiste (6x Metallteile)</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_SAFE">
|
<Key ID="STR_EPOCH_SAFE">
|
||||||
<English>Safe</English>
|
<English>Safe</English>
|
||||||
@@ -16765,10 +16758,6 @@
|
|||||||
<English>Remove Camo Net</English>
|
<English>Remove Camo Net</English>
|
||||||
<German>Tarnnetz entfernen</German>
|
<German>Tarnnetz entfernen</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EQUIP_TOOLBOX_ACTION_2">
|
|
||||||
<English>Remove Tank Trap</English>
|
|
||||||
<German>Panzersperre entfernen</German>
|
|
||||||
</Key>
|
|
||||||
<!--Namalsk compatibility-->
|
<!--Namalsk compatibility-->
|
||||||
<Key ID="STR_EQUIP_NAME_43">
|
<Key ID="STR_EQUIP_NAME_43">
|
||||||
<English>Winter Ghillie Suit</English>
|
<English>Winter Ghillie Suit</English>
|
||||||
|
|||||||
Reference in New Issue
Block a user