mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -87,4 +87,5 @@ class CfgWeapons {
|
|||||||
#include "CfgWeapons\Weapon\LMG\m240_scoped.hpp"
|
#include "CfgWeapons\Weapon\LMG\m240_scoped.hpp"
|
||||||
#include "CfgWeapons\Weapon\LMG\m249_scoped.hpp"
|
#include "CfgWeapons\Weapon\LMG\m249_scoped.hpp"
|
||||||
#include "CfgWeapons\Weapon\LMG\M60A4.hpp"
|
#include "CfgWeapons\Weapon\LMG\M60A4.hpp"
|
||||||
|
// #include "CfgWeapons\Weapon\Rifle\FN_FAL_ANPVS4_DZE.hpp"
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ class ItemFishingPole: ItemCore
|
|||||||
{
|
{
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_295";
|
text="$STR_EPOCH_PLAYER_295";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ class ItemSledge: ItemCore
|
|||||||
{
|
{
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_295";
|
text="$STR_EPOCH_PLAYER_295";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ class ItemHatchet_DZE : ItemCore {
|
|||||||
|
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_295";
|
text="$STR_EPOCH_PLAYER_295";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ class ItemMachete: ItemCore
|
|||||||
{
|
{
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_295";
|
text="$STR_EPOCH_PLAYER_295";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ class MeleeCrowbar: MeleeWeapon
|
|||||||
{
|
{
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_296";
|
text="$STR_EPOCH_PLAYER_296";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -19,12 +19,12 @@ class MeleeFishingPole: MeleeWeapon
|
|||||||
{
|
{
|
||||||
class Use
|
class Use
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_297";
|
text="$STR_EPOCH_PLAYER_297";
|
||||||
script="spawn player_goFishing;";
|
script="spawn player_goFishing;";
|
||||||
};
|
};
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_296";
|
text="$STR_EPOCH_PLAYER_296";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,41 +1,41 @@
|
|||||||
class MeleeHatchet: MeleeWeapon
|
class MeleeHatchet: MeleeWeapon
|
||||||
|
{
|
||||||
|
scope=2;
|
||||||
|
melee= "true";
|
||||||
|
autoreload=1;
|
||||||
|
magazineReloadTime=0;
|
||||||
|
model="\dayz_weapons\models\Hatchet_weaponized";
|
||||||
|
picture="\dayz_equip\textures\equip_hatchet_CA.paa";
|
||||||
|
displayName="$STR_EQUIP_NAME_41";
|
||||||
|
droppeditem= "ItemHatchet_DZE";
|
||||||
|
magazines[]=
|
||||||
{
|
{
|
||||||
scope=2;
|
"Hatchet_Swing"
|
||||||
melee= "true";
|
};
|
||||||
autoreload=1;
|
handAnim[]=
|
||||||
magazineReloadTime=0;
|
{
|
||||||
model="\dayz_weapons\models\Hatchet_weaponized";
|
"OFP2_ManSkeleton",
|
||||||
picture="\dayz_equip\textures\equip_hatchet_CA.paa";
|
"\dayz_weapons\anim\melee_hatchet_holding.rtm"
|
||||||
displayName="$STR_EQUIP_NAME_41";
|
};
|
||||||
droppeditem= "ItemHatchet_DZE";
|
class ItemActions
|
||||||
magazines[]=
|
{
|
||||||
|
class Toolbelt
|
||||||
{
|
{
|
||||||
"Hatchet_Swing"
|
text="$STR_EPOCH_PLAYER_296";
|
||||||
};
|
script="spawn player_addToolbelt;";
|
||||||
handAnim[]=
|
use[]=
|
||||||
{
|
|
||||||
"OFP2_ManSkeleton",
|
|
||||||
"\dayz_weapons\anim\melee_hatchet_holding.rtm"
|
|
||||||
};
|
|
||||||
class ItemActions
|
|
||||||
{
|
|
||||||
class Toolbelt
|
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_296";
|
"MeleeHatchet"
|
||||||
script="spawn player_addToolbelt;";
|
};
|
||||||
use[]=
|
output[]=
|
||||||
{
|
{
|
||||||
"MeleeHatchet"
|
"ItemHatchet_DZE"
|
||||||
};
|
|
||||||
output[]=
|
|
||||||
{
|
|
||||||
"ItemHatchet_DZE"
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class Library
|
|
||||||
{
|
|
||||||
libTextDesc="$STR_EQUIP_DESC_41";
|
|
||||||
};
|
|
||||||
descriptionShort="$STR_EQUIP_DESC_41";
|
|
||||||
};
|
};
|
||||||
|
class Library
|
||||||
|
{
|
||||||
|
libTextDesc="$STR_EQUIP_DESC_41";
|
||||||
|
};
|
||||||
|
descriptionShort="$STR_EQUIP_DESC_41";
|
||||||
|
};
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ class MeleeSledge: MeleeWeapon
|
|||||||
{
|
{
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="STR_EPOCH_PLAYER_296";
|
text="$STR_EPOCH_PLAYER_296";
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
class FN_FAL_ANPVS4_DZE:FN_FAL_ANPVS4 {
|
||||||
|
visionMode[] = {"Normal", NVG};
|
||||||
|
};
|
||||||
@@ -2529,7 +2529,7 @@
|
|||||||
<Russian>Keymakers kit</Russian>
|
<Russian>Keymakers kit</Russian>
|
||||||
<Spanish>Keymakers kit</Spanish>
|
<Spanish>Keymakers kit</Spanish>
|
||||||
<Dutch>Sleutelmakers set</Dutch>
|
<Dutch>Sleutelmakers set</Dutch>
|
||||||
<French>Keymakers kit</French>
|
<French>Kit de Reproduction de Clés</French>
|
||||||
<Czech>Keymakers kit</Czech>
|
<Czech>Keymakers kit</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EQUIP_KEYKIT_DESC">
|
<Key ID="STR_EQUIP_KEYKIT_DESC">
|
||||||
@@ -2539,7 +2539,7 @@
|
|||||||
<Russian>Kit including the tools required to smelt, mold and shape keys.</Russian>
|
<Russian>Kit including the tools required to smelt, mold and shape keys.</Russian>
|
||||||
<Spanish>Kit including the tools required to smelt, mold and shape keys.</Spanish>
|
<Spanish>Kit including the tools required to smelt, mold and shape keys.</Spanish>
|
||||||
<Dutch>Met deze sleutelmakers set kun je indien je een vuur en tin hebt je sleutels kopieren.</Dutch>
|
<Dutch>Met deze sleutelmakers set kun je indien je een vuur en tin hebt je sleutels kopieren.</Dutch>
|
||||||
<French>Kit including the tools required to smelt, mold and shape keys.</French>
|
<French>Ce kit inclut tous les outils nécessaires à fondre, modeler et découper des clés.</French>
|
||||||
<Czech>Kit including the tools required to smelt, mold and shape keys.</Czech>
|
<Czech>Kit including the tools required to smelt, mold and shape keys.</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EQUIP_SLEDGE">
|
<Key ID="STR_EQUIP_SLEDGE">
|
||||||
@@ -2549,7 +2549,7 @@
|
|||||||
<Russian>кувалда</Russian>
|
<Russian>кувалда</Russian>
|
||||||
<Spanish>Almádena</Spanish>
|
<Spanish>Almádena</Spanish>
|
||||||
<Dutch>Voorhamer</Dutch>
|
<Dutch>Voorhamer</Dutch>
|
||||||
<French>Frappe-Devant</French>
|
<French>Masse</French>
|
||||||
<Czech>Perlík</Czech>
|
<Czech>Perlík</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EQUIP_SLEDGE_DESC">
|
<Key ID="STR_EQUIP_SLEDGE_DESC">
|
||||||
@@ -2559,7 +2559,7 @@
|
|||||||
<Russian>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</Russian>
|
<Russian>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</Russian>
|
||||||
<Spanish>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</Spanish>
|
<Spanish>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</Spanish>
|
||||||
<Dutch>Een grote voorhamer met stalen kop. Handig voor sloop en bouw werkzaamheden.</Dutch>
|
<Dutch>Een grote voorhamer met stalen kop. Handig voor sloop en bouw werkzaamheden.</Dutch>
|
||||||
<French>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</French>
|
<French>Un outil composé d'une large tête aux faces latérales plates attachée à un manche. Sa tête est habituellement faite en acier. La masse se manipule à deux mains et permet d'exercer plus de force qu'un marteau.</French>
|
||||||
<Czech>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</Czech>
|
<Czech>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EQUIP_FISHPOLE">
|
<Key ID="STR_EQUIP_FISHPOLE">
|
||||||
@@ -2579,7 +2579,7 @@
|
|||||||
<Russian>Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.</Russian>
|
<Russian>Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.</Russian>
|
||||||
<Spanish>Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.</Spanish>
|
<Spanish>Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.</Spanish>
|
||||||
<Dutch>Vishengel: Dit carbonnen hengeltje is al oud, maar werkt nog prima!</Dutch>
|
<Dutch>Vishengel: Dit carbonnen hengeltje is al oud, maar werkt nog prima!</Dutch>
|
||||||
<French>Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.</French>
|
<French>Cette canne à pêche en fibre de carbone a beau être vieille, elle fonctionne encore à merveille!</French>
|
||||||
<Czech>Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.</Czech>
|
<Czech>Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EQUIP_CROWBAR">
|
<Key ID="STR_EQUIP_CROWBAR">
|
||||||
@@ -2589,18 +2589,18 @@
|
|||||||
<Russian>aншпуг</Russian>
|
<Russian>aншпуг</Russian>
|
||||||
<Spanish>Palanca</Spanish>
|
<Spanish>Palanca</Spanish>
|
||||||
<Dutch>Breekijzer</Dutch>
|
<Dutch>Breekijzer</Dutch>
|
||||||
<French>Pied de Biche</French>
|
<French>Pied-de-biche</French>
|
||||||
<Czech>Sochor</Czech>
|
<Czech>Sochor</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EQUIP_CROWBAR_DESC">
|
<Key ID="STR_EQUIP_CROWBAR_DESC">
|
||||||
<Original>A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails.</Original>
|
<Original>A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails.</Original>
|
||||||
<English>A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails.</English>
|
<English>A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails.</English>
|
||||||
<German></German>
|
<German>A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails.</German>
|
||||||
<Russian></Russian>
|
<Russian>A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails.</Russian>
|
||||||
<Spanish></Spanish>
|
<Spanish>A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails.</Spanish>
|
||||||
<Dutch></Dutch>
|
<Dutch>A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails.</Dutch>
|
||||||
<French></French>
|
<French>Un outil constitué d'une barre de métal dont l'une des extrémité est recourbée servant de point d'appui, légèrement aplatie et fendue, permettant ainsi d'arracher des clous.</French>
|
||||||
<Czech></Czech>
|
<Czech>A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails.</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="$STR_EQUIP_ETOOL">
|
<Key ID="$STR_EQUIP_ETOOL">
|
||||||
<Original>Etool</Original>
|
<Original>Etool</Original>
|
||||||
@@ -2609,7 +2609,7 @@
|
|||||||
<Russian>саперная лопатка</Russian>
|
<Russian>саперная лопатка</Russian>
|
||||||
<Spanish>Pala Afianzar</Spanish>
|
<Spanish>Pala Afianzar</Spanish>
|
||||||
<Dutch>Opklapbare schep/spade.</Dutch>
|
<Dutch>Opklapbare schep/spade.</Dutch>
|
||||||
<French>Outil de Tranchée</French>
|
<French>Pelle Pliable</French>
|
||||||
<Czech>Etool</Czech>
|
<Czech>Etool</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
</Package>
|
</Package>
|
||||||
@@ -5561,7 +5561,7 @@
|
|||||||
<Russian>Remove from Toolbelt.</Russian>
|
<Russian>Remove from Toolbelt.</Russian>
|
||||||
<Spanish>Remove from Toolbelt.</Spanish>
|
<Spanish>Remove from Toolbelt.</Spanish>
|
||||||
<Dutch>Verwijder van gereedschapsgordel</Dutch>
|
<Dutch>Verwijder van gereedschapsgordel</Dutch>
|
||||||
<French>Remove from Toolbelt.</French>
|
<French>Retirer de la Ceinture.</French>
|
||||||
<Czech>Remove from Toolbelt.</Czech>
|
<Czech>Remove from Toolbelt.</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_PLAYER_296">
|
<Key ID="STR_EPOCH_PLAYER_296">
|
||||||
@@ -5571,7 +5571,7 @@
|
|||||||
<Russian>Add to Toolbelt.</Russian>
|
<Russian>Add to Toolbelt.</Russian>
|
||||||
<Spanish>Add to Toolbelt.</Spanish>
|
<Spanish>Add to Toolbelt.</Spanish>
|
||||||
<Dutch>Voeg toe aan gereedschapsgordel</Dutch>
|
<Dutch>Voeg toe aan gereedschapsgordel</Dutch>
|
||||||
<French>Add to Toolbelt.</French>
|
<French>Ajouter à la Ceinture.</French>
|
||||||
<Czech>Add to Toolbelt.</Czech>
|
<Czech>Add to Toolbelt.</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_EPOCH_PLAYER_297">
|
<Key ID="STR_EPOCH_PLAYER_297">
|
||||||
@@ -5581,7 +5581,7 @@
|
|||||||
<Russian>Cast Fishing Pole</Russian>
|
<Russian>Cast Fishing Pole</Russian>
|
||||||
<Spanish>Cast Fishing Pole</Spanish>
|
<Spanish>Cast Fishing Pole</Spanish>
|
||||||
<Dutch>Werp vislijn uit</Dutch>
|
<Dutch>Werp vislijn uit</Dutch>
|
||||||
<French>Cast Fishing Pole</French>
|
<French>Lancer la Ligne</French>
|
||||||
<Czech>Cast Fishing Pole</Czech>
|
<Czech>Cast Fishing Pole</Czech>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="R3F_VERSION_WEIGHTED">
|
<Key ID="R3F_VERSION_WEIGHTED">
|
||||||
|
|||||||
Reference in New Issue
Block a user