diff --git a/SQF/dayz_code/Configs/CfgLoot/Groups/Ammo.hpp b/SQF/dayz_code/Configs/CfgLoot/Groups/Ammo.hpp
index f0f209d09..88ea8163c 100644
--- a/SQF/dayz_code/Configs/CfgLoot/Groups/Ammo.hpp
+++ b/SQF/dayz_code/Configs/CfgLoot/Groups/Ammo.hpp
@@ -185,7 +185,8 @@ AmmoEU[] =
{Loot_MAGAZINE, 6, 25Rnd_45ACP_UMP},
{Loot_MAGAZINE, 6, 25Rnd_45ACP_UMPSD},
{Loot_MAGAZINE, 6, 50Rnd_57x28_P90},
- {Loot_MAGAZINE, 6, 50Rnd_57x28_P90SD},
+ {Loot_MAGAZINE, 6, 50Rnd_57x28_P90SD},
+ {Loot_MAGAZINE, 6, 32Rnd_9x19_STEN},
// Assault rifles
{Loot_MAGAZINE, 10, 30Rnd_556x45_G36},
@@ -203,6 +204,7 @@ AmmoEU[] =
{Loot_MAGAZINE, 3, 5Rnd_86x70_L115A1},
{Loot_MAGAZINE, 1, 5Rnd_127x99_as50_CP},
{Loot_MAGAZINE, 1, 20Rnd_762x51_RSASS},
+ {Loot_MAGAZINE, 1, 10Rnd_86x70_MRAD},
// Machine guns
{Loot_MAGAZINE, 3, 100Rnd_556x45_BetaCMag},
diff --git a/SQF/dayz_code/Configs/CfgLoot/Groups/Weapons.hpp b/SQF/dayz_code/Configs/CfgLoot/Groups/Weapons.hpp
index ef20d4833..149eab708 100644
--- a/SQF/dayz_code/Configs/CfgLoot/Groups/Weapons.hpp
+++ b/SQF/dayz_code/Configs/CfgLoot/Groups/Weapons.hpp
@@ -149,6 +149,7 @@ weaponsEU[] =
{Loot_WEAPON, 4, FNFAL_DZ},
{Loot_WEAPON, 3, FN_FAL_ANPVS4_DZE}, //FNFAL_ANPVS4_DZ is NV only _DZE is toggleable with attachment support
{Loot_WEAPON, 1, BAF_AS50_scoped_DZ}, // High value weapon, low spawn chance.
+ {Loot_WEAPON, 1, Barrett_MRAD_Sniper_DZ}, // High value weapon, low spawn chance.
// Submachine Guns
{Loot_WEAPON, 7, MP5_DZ},
@@ -161,6 +162,7 @@ weaponsEU[] =
{Loot_WEAPON, 7, UMP_SD_DZ},
{Loot_WEAPON, 7, P90_DZ},
{Loot_WEAPON, 7, P90_SD_DZ},
+ {Loot_WEAPON, 7, Sten_MK_DZ},
// Assault Rifles
{Loot_WEAPON, 5, G36A_Camo_DZ},
diff --git a/SQF/dayz_code/Configs/CfgMagazines/Magazines/127x99.hpp b/SQF/dayz_code/Configs/CfgMagazines/Magazines/127x99.hpp
index 94915981e..aecd0dbd0 100644
--- a/SQF/dayz_code/Configs/CfgMagazines/Magazines/127x99.hpp
+++ b/SQF/dayz_code/Configs/CfgMagazines/Magazines/127x99.hpp
@@ -1,8 +1,8 @@
//M107
class 10Rnd_127x99_m107 : CA_Magazine
{
- displayName = $STR_DZ_MAG_10Rnd_127x99_m107_NAME;
- descriptionShort = $STR_DZ_MAG_5RND_127x99_m107_DESC;
+ displayName = $STR_DZ_MAG_10Rnd_127x99_M107_NAME;
+ descriptionShort = $STR_DZ_MAG_10RND_127x99_M107_DESC;
cartridgeName = "127x99";
diff --git a/SQF/dayz_code/Configs/CfgMagazines/Magazines/86x70.hpp b/SQF/dayz_code/Configs/CfgMagazines/Magazines/86x70.hpp
index bc248affc..66cfaa74b 100644
--- a/SQF/dayz_code/Configs/CfgMagazines/Magazines/86x70.hpp
+++ b/SQF/dayz_code/Configs/CfgMagazines/Magazines/86x70.hpp
@@ -26,4 +26,13 @@ class 7Rnd_86x70_MSR_SD: 7Rnd_86x70_MSR
initSpeed = 850;
displayName = $STR_DZ_MAG_7RND_MSRSD_NAME;
descriptionShort = $STR_DZ_MAG_7RND_MSRSD_DESC;
+};
+
+class 10Rnd_86x70_MRAD: 5Rnd_86x70_L115A1
+{
+ displayName = $STR_DZ_MAG_10RND_BARRETT_MRAD_NAME;
+ descriptionShort = $STR_DZ_MAG_10RND_BARRETT_MRAD_DESC;
+ count = 10;
+ picture = "\z\addons\dayz_epoch_w\mrad\data\m_mrad_CA.paa";
+ model = "z\addons\dayz_epoch_w\mrad\h4_mrad_mag.p3d";
};
\ No newline at end of file
diff --git a/SQF/dayz_code/Configs/CfgMagazines/Magazines/9x19.hpp b/SQF/dayz_code/Configs/CfgMagazines/Magazines/9x19.hpp
index ca8b0f002..dd8060671 100644
--- a/SQF/dayz_code/Configs/CfgMagazines/Magazines/9x19.hpp
+++ b/SQF/dayz_code/Configs/CfgMagazines/Magazines/9x19.hpp
@@ -214,7 +214,6 @@ class 18Rnd_9x19_Phantom : 15Rnd_9x19_M9
picture = "\dayz_epoch_c\icons\magazines\picture_phantom_mag_ca.paa";
count = 18;
initSpeed = 400;
- cartridgeName = "9x19";
class ItemActions
{
@@ -229,7 +228,6 @@ class 18Rnd_9x19_PhantomSD : 15Rnd_9x19_M9SD
displayName = $STR_DZ_MAG_18Rnd_9x19_SD_CZ75_NAME;
picture = "\dayz_epoch_c\icons\magazines\picture_phantomsd_mag_ca.paa";
count = 18;
- cartridgeName = "9x19_SD";
initSpeed = 320;
class ItemActions
@@ -374,6 +372,8 @@ class 32Rnd_9x19_TEC9: 15Rnd_9x19_M9
};
};
+/* TMP */
+
class 30Rnd_9x19_TMP : 30Rnd_9x19_MP5
{
displayName = $STR_DZ_MAG_30RND_9X19_TMP_NAME;
@@ -388,4 +388,16 @@ class 30Rnd_9x19_TMPSD : 30Rnd_9x19_MP5SD
picture = "\RH_smg\inv\m_uzi.paa";
displayName = $STR_DZ_MAG_30RND_9X19_TMPSD_NAME;
descriptionShort = $STR_DZ_MAG_30RND_TMPSD_DESC;
+};
+
+/* STEN */
+
+class 32Rnd_9x19_STEN: 30Rnd_9x19_MP5
+{
+ displayName = $STR_DZ_MAG_32RND_9x19mm_STEN_NAME;
+ descriptionShort = $STR_DZ_MAG_32RND_9x19mm_STEN_DESC;
+ picture = "\z\addons\dayz_epoch_w\sten\data\m_sten_CA.paa";
+ model = "\z\addons\dayz_epoch_w\sten\h4_sten_mag.p3d";
+ initSpeed = 700;
+ count = 32;
};
\ No newline at end of file
diff --git a/SQF/dayz_code/Configs/CfgMagazines/Magazines/Magazines.hpp b/SQF/dayz_code/Configs/CfgMagazines/Magazines/Magazines.hpp
index 687990ebc..422e5d124 100644
--- a/SQF/dayz_code/Configs/CfgMagazines/Magazines/Magazines.hpp
+++ b/SQF/dayz_code/Configs/CfgMagazines/Magazines/Magazines.hpp
@@ -9,7 +9,7 @@
#include "22lfB.hpp" //Ruger Mk22
#include "9x17.hpp" //PPK
#include "9x18.hpp" //Makarov
-#include "9x19.hpp" //MP5, PDW, Bizon, M9, G17, CZ75, Browning HP, P226, P38
+#include "9x19.hpp" //MP5, PDW, Bizon, M9, G17, CZ75, Browning HP, P226, P38, Sten MK
#include "10x22.hpp" //P99
#include "45ACP.hpp" //Colt M1911, Revolver
#include "44Magnum.hpp" //Taurus Raging Bull, Colt Anaconda
@@ -24,7 +24,7 @@
#include "46x30.hpp" //MP7
#include "57x28.hpp" //P90
#include "680x43.hpp" //ACR
-#include "86x70.hpp" //L115, MSR
+#include "86x70.hpp" //L115 Lapua, MSR, Barrett MRAD
#include "762x67.hpp" //XM2010
#include "20x102.hpp" //Anzio
#include "9x39.hpp" //Groza, VSS
diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/Ammunition.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/Ammunition.hpp
index cb2886dc2..d76c321ec 100644
--- a/SQF/dayz_code/Configs/CfgServerTrader/Category/Ammunition.hpp
+++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/Ammunition.hpp
@@ -40,6 +40,7 @@ class Category_20 {
class 30Rnd_9x19_MP5SD {type = "trade_items";buy[] = {4,"ItemSilverBar10oz"};sell[] = {2,"ItemSilverBar10oz"};};
class 30Rnd_9x19_TMP {type = "trade_items";buy[] = {2,"ItemSilverBar10oz"};sell[] = {1,"ItemSilverBar10oz"};};
class 30Rnd_9x19_TMPSD {type = "trade_items";buy[] = {4,"ItemSilverBar10oz"};sell[] = {2,"ItemSilverBar10oz"};};
+ class 32Rnd_9x19_STEN {type = "trade_items";buy[] = {2,"ItemSilverBar10oz"};sell[] = {1,"ItemSilverBar10oz"};};
class 64Rnd_9x19_Bizon {type = "trade_items";buy[] = {2,"ItemSilverBar10oz"};sell[] = {1,"ItemSilverBar10oz"};};
class 64Rnd_9x19_SD_Bizon {type = "trade_items";buy[] = {4,"ItemSilverBar10oz"};sell[] = {2,"ItemSilverBar10oz"};};
class 40Rnd_46x30_mp7 {type = "trade_items";buy[] = {2,"ItemSilverBar10oz"};sell[] = {1,"ItemSilverBar10oz"};};
diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/Bandit.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/Bandit.hpp
index 5933a6e3f..887a17119 100644
--- a/SQF/dayz_code/Configs/CfgServerTrader/Category/Bandit.hpp
+++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/Bandit.hpp
@@ -174,6 +174,9 @@ class Category_8 {
class L115A3_2_DZ {type = "trade_weapons";buy[] = {1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
class MSR_DZ {type = "trade_weapons";buy[] = {1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
class MSR_SD_DZ {type = "trade_weapons";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
+ class Barrett_MRAD_Iron_DZ {type = "trade_weapons";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
+ class Barrett_MRAD_CCO_DZ {type = "trade_weapons";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {52,"ItemGoldBar"};};
+ class Barrett_MRAD_Sniper_DZ {type = "trade_weapons";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {6,"ItemGoldBar10oz"};};
class m107_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {6,"ItemGoldBar10oz"};};
class Anzio_20_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar10oz"};};
class BAF_AS50_scoped_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar10oz"};};
@@ -197,6 +200,7 @@ class Category_9 {
class 5Rnd_86x70_L115A1 {type = "trade_items";buy[] = {6,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};
class 7Rnd_86x70_MSR {type = "trade_items";buy[] = {7,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
class 7Rnd_86x70_MSR_SD {type = "trade_items";buy[] = {-7,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
+ class 10Rnd_86x70_MRAD {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class 10Rnd_127x99_M107 {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {5,"ItemGoldBar"};};
class 3rnd_Anzio_20x102mm {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar"};};
class 5Rnd_127x99_AS50 {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar"};};
diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/Hero.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/Hero.hpp
index 08962c9a0..5908840a9 100644
--- a/SQF/dayz_code/Configs/CfgServerTrader/Category/Hero.hpp
+++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/Hero.hpp
@@ -174,6 +174,9 @@ class Category_3 {
class L115A3_2_DZ {type = "trade_weapons";buy[] = {1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
class MSR_DZ {type = "trade_weapons";buy[] = {1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
class MSR_SD_DZ {type = "trade_weapons";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
+ class Barrett_MRAD_Iron_DZ {type = "trade_weapons";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {5,"ItemGoldBar10oz"};};
+ class Barrett_MRAD_CCO_DZ {type = "trade_weapons";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {52,"ItemGoldBar"};};
+ class Barrett_MRAD_Sniper_DZ {type = "trade_weapons";buy[] = {-1,"ItemBriefcase100oz"};sell[] = {6,"ItemGoldBar10oz"};};
class m107_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {6,"ItemGoldBar10oz"};};
class Anzio_20_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar10oz"};};
class BAF_AS50_scoped_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar10oz"};};
@@ -197,6 +200,7 @@ class Category_4 {
class 5Rnd_86x70_L115A1 {type = "trade_items";buy[] = {6,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};
class 7Rnd_86x70_MSR {type = "trade_items";buy[] = {7,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
class 7Rnd_86x70_MSR_SD {type = "trade_items";buy[] = {-7,"ItemGoldBar"};sell[] = {3,"ItemGoldBar"};};
+ class 10Rnd_86x70_MRAD {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class 10Rnd_127x99_M107 {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {5,"ItemGoldBar"};};
class 3rnd_Anzio_20x102mm {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar"};};
class 5Rnd_127x99_AS50 {type = "trade_items";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar"};};
diff --git a/SQF/dayz_code/Configs/CfgServerTrader/Category/Weapons.hpp b/SQF/dayz_code/Configs/CfgServerTrader/Category/Weapons.hpp
index 5c4b44e74..8864aa2be 100644
--- a/SQF/dayz_code/Configs/CfgServerTrader/Category/Weapons.hpp
+++ b/SQF/dayz_code/Configs/CfgServerTrader/Category/Weapons.hpp
@@ -96,6 +96,7 @@ class Category_14 {
class Bizon_SD_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {6,"ItemGoldBar"};};
class Bizon_Kobra_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {6,"ItemGoldBar"};};
class Bizon_Kobra_SD_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {8,"ItemGoldBar"};};
+ class Sten_MK_DZ {type = "trade_weapons";buy[] = {4,"ItemGoldBar"};sell[] = {2,"ItemGoldBar"};};
class MP7_DZ {type = "trade_weapons";buy[] = {8,"ItemGoldBar"};sell[] = {4,"ItemGoldBar"};};
class MP7_FL_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {5,"ItemGoldBar"};};
class MP7_MFL_DZ {type = "trade_weapons";buy[] = {-1,"ItemGoldBar"};sell[] = {6,"ItemGoldBar"};};
diff --git a/SQF/dayz_code/Configs/CfgWeapons/CfgWeapons.hpp b/SQF/dayz_code/Configs/CfgWeapons/CfgWeapons.hpp
index f3d536297..b302bee17 100644
--- a/SQF/dayz_code/Configs/CfgWeapons/CfgWeapons.hpp
+++ b/SQF/dayz_code/Configs/CfgWeapons/CfgWeapons.hpp
@@ -168,6 +168,7 @@ class CfgWeapons
#include "Rifles\TMP.hpp"
#include "Rifles\UMP.hpp"
#include "Rifles\P90.hpp"
+ #include "Rifles\Sten.hpp"
class M16A2;
class M16A2GL;
@@ -204,6 +205,7 @@ class CfgWeapons
#include "Rifles\M4SPR.hpp"
#include "Rifles\M200CheyTac.hpp"
#include "Rifles\WA2000.hpp"
+ #include "Rifles\BarrettMRAD.hpp"
/* PISTOLS */
diff --git a/SQF/dayz_code/Configs/CfgWeapons/Rifles/BarrettMRAD.hpp b/SQF/dayz_code/Configs/CfgWeapons/Rifles/BarrettMRAD.hpp
new file mode 100644
index 000000000..e4b28c075
--- /dev/null
+++ b/SQF/dayz_code/Configs/CfgWeapons/Rifles/BarrettMRAD.hpp
@@ -0,0 +1,67 @@
+class Barrett_MRAD_Iron_DZ: m107
+{
+ scope = public;
+ type = WeaponSlotPrimary;
+ canlock = 0;
+ autoFire = 0;
+ displayname = $STR_DZ_WPN_BARETT_MRAD_IRON_NAME;
+ descriptionShort = $STR_DZ_WPN_BARETT_MRAD_DESC;
+ model = "\z\addons\dayz_epoch_w\mrad\h4_mrad.p3d";
+ picture = "\z\addons\dayz_epoch_w\mrad\data\W_mrad_CA.paa";
+ handAnim[] = {"OFP2_ManSkeleton","\Ca\weapons_E\Data\Anim\M107b.rtm"};
+ magazines[] = {10Rnd_86x70_MRAD};
+ modelOptics = "-";
+ optics = false;
+
+ class OpticsModes
+ {
+ class Ironsights
+ {
+ opticsID = 1;
+ useModelOptics = false;
+ opticsFlare = false;
+ opticsDisablePeripherialVision = false;
+ opticsZoomMin = 0.25;
+ opticsZoomMax = 1.1;
+ opticsZoomInit = 0.5;
+ distanceZoomMin = 100;
+ distanceZoomMax = 100;
+ memoryPointCamera = "eye";
+ visionMode[] = {};
+ opticsPPEffects[] = {};
+ cameraDir = "";
+ };
+ };
+ class Attachments
+ {
+ Attachment_CCO = "Barrett_MRAD_CCO_DZ";
+ };
+};
+class Barrett_MRAD_CCO_DZ: Barrett_MRAD_Iron_DZ
+{
+ displayname = $STR_DZ_WPN_BARETT_MRAD_CCO_NAME;
+ model = "\z\addons\dayz_epoch_w\mrad\h4_mrad_aim.p3d";
+ class Attachments {};
+
+ class ItemActions
+ {
+ class RemoveCCO
+ {
+ text = $STR_DZ_ATT_CCO_RMVE;
+ script = "; ['Attachment_CCO',_id,'Barrett_MRAD_Iron_DZ'] call player_removeAttachment";
+ };
+ };
+};
+
+class Barrett_MRAD_Sniper_DZ: m107
+{
+ scope = public;
+ type = WeaponSlotPrimary;
+ canlock = 0;
+ autoFire = 0;
+ magazines[] = {10Rnd_86x70_MRAD};
+ displayname = $STR_DZ_WPN_BARETT_MRAD_SNIPER_NAME;
+ descriptionShort = $STR_DZ_WPN_BARETT_MRAD_DESC;
+ model = "\z\addons\dayz_epoch_w\mrad\h4_mrad.p3d";
+ picture = "\z\addons\dayz_epoch_w\mrad\data\W_mrad_CA.paa";
+};
\ No newline at end of file
diff --git a/SQF/dayz_code/Configs/CfgWeapons/Rifles/L115A3.hpp b/SQF/dayz_code/Configs/CfgWeapons/Rifles/L115A3.hpp
index 3d347c944..2e974e2a7 100644
--- a/SQF/dayz_code/Configs/CfgWeapons/Rifles/L115A3.hpp
+++ b/SQF/dayz_code/Configs/CfgWeapons/Rifles/L115A3.hpp
@@ -43,7 +43,6 @@ class L115A3_Base : Rifle
maxRange = 1500;
maxRangeProbab = 0.05;
};
-/// type = WeaponSlotPrimary + WeaponSlotSecondary;
};
class L115A3_DZ : L115A3_Base
diff --git a/SQF/dayz_code/Configs/CfgWeapons/Rifles/Sten.hpp b/SQF/dayz_code/Configs/CfgWeapons/Rifles/Sten.hpp
new file mode 100644
index 000000000..df6c60213
--- /dev/null
+++ b/SQF/dayz_code/Configs/CfgWeapons/Rifles/Sten.hpp
@@ -0,0 +1,39 @@
+class Sten_MK_DZ: MP5A5
+{
+ scope = public;
+ model = "z\addons\dayz_epoch_w\sten\h4_sten.p3d";
+ displayName = $STR_DZ_WPN_STEN_MK_NAME;
+ picture = "\z\addons\dayz_epoch_w\sten\data\W_sten_CA.paa";
+ magazines[] = {32Rnd_9x19_STEN};
+ descriptionShort = $STR_DZ_WPN_STEN_MK_DESC;
+ UiPicture = "\CA\weapons\data\Ico\i_regular_CA.paa";
+ fireLightDuration = 0.000;
+ fireLightIntensity = 0.000;
+ drySound[] = {"Ca\sounds\Weapons\rifles\dry",db-50,1,10};
+ reloadMagazineSound[] = {"ca\sounds\weapons\rifles\reload-m16-3",db-25,1,25};
+ distanceZoomMin = 50;
+ distanceZoomMax = 50;
+ handAnim[] ={"OFP2_ManSkeleton","\Ca\weapons\data\Anim\HKMP5.rtm"};
+ hiddenSelections[] = {"camo"};
+ hiddenSelectionsTextures[] = {"\addons\dayz_epoch_w\sten\data\dze_sten_01_co.paa"};
+ modes[] = {FullAuto};
+ class FullAuto : Mode_FullAuto
+ {
+ begin1[] = {"ca\sounds\weapons\rifles\Bizon_single1", db5, 1,1000};
+ begin2[] = {"ca\sounds\weapons\rifles\Bizon_single2", db5, 1,1000};
+ soundBegin[] = {begin1,0.5, begin2,0.5};
+ soundContinuous = 0;
+ reloadTime = 0.1;
+ ffCount = 1;
+ recoil = "recoil_auto_primary_1outof10";
+ recoilProne = "recoil_auto_primary_prone_1outof10";
+ aiRateOfFire = 0.001;
+ dispersion = 0.003; //0.007;
+ minRange = 0;
+ minRangeProbab = 0.20;
+ midRange = 7;
+ midRangeProbab = 0.7;
+ maxRange = 15;
+ maxRangeProbab = 0.05;
+ };
+};
\ No newline at end of file
diff --git a/SQF/dayz_code/stringtable.xml b/SQF/dayz_code/stringtable.xml
index 50d7e1862..c6f22d7ff 100644
--- a/SQF/dayz_code/stringtable.xml
+++ b/SQF/dayz_code/stringtable.xml
@@ -13378,7 +13378,37 @@
Sniper Rifle <br/>Caliber: 7.62x51mm
Scharfschützengewehr <br/>Kaliber: 7.62x51mm
-
+
+
+ Barrett MRAD
+
+
+ Barrett MRAD CCO
+
+
+ Barrett MRAD Sniper
+
+
+ Sniper rifle <br/>Caliber: .338 Lapua Magnum
+ Снайперская винтовка <br/>Патрон: .338 Lapua Magnum
+ Scharfschützengewehr <br/>Kaliber: .338 Lapua Magnum
+
+
+
+
+ Sten MK
+
+
+ Maschinenpistole <br/>Kaliber: 9x19mm Parabellum
+ Submachine gun <br/>Caliber: 9x19mm Parabellum
+ Fucile mitragliatore <br/>Calibro: 9x19mm Parabellum
+ Metralleta <br/>Calibre: 9x19mm Parabellum
+ Pistolet-mitrailleur <br/>Calibre: 9x19mm Parabellum
+ Samopal <br/>Kalibr: 9x19mm Parabellum
+ Пистолет-пулемет <br/>Патрон: 9x19мм Parabellum
+ Pistolet maszynowy <br/>Kaliber: 9x19mm Parabellum
+ Géppisztoly <br/> Kaliber: 9x19mm Parabellum
+
@@ -14295,20 +14325,20 @@
20Rnd. SCAR SD mag.
20п. SCAR SD маг.
-
+
10Rnd. M107 mag.
10п. M107 маг.
-
- Caliber: 12.7x99mm NATO<br/>Rounds: 5<br/>Used in: M107, AS50
- Calibre: 12.7x99mm NATO<br/>Munitions : 5<br/>Utilisé avec: M107, AS50
- Calibre: 12.7x99mm NATO<br/>Cartuchos: 5<br/>Usado en: M107, AS50
- Calibro: 12.7x99mm NATO<br/>Munizioni: 5<br/>Usato in: M107, AS50
- Kaliber: 12.7x99mm NATO<br/>Naboje: 5<br/>Uzywany w: M107, AS50
- Патрон: 12.7x99mm NATO<br/>Количество: 5<br/>Исп. в: M107, AS50
- Kaliber: 12.7x99mm NATO<br/>Patronen: 5<br/>Eingesetzt in: M107, AS50
- Kalibr: 12.7x99mm NATO<br/>Nábojů: 5<br/>Pro: M107, AS50
- Kaliber: 12.7x99mm NATO<br/> Töltények: 5<br/> Hozzá tartozó fegyver: M107, AS50
+
+ Caliber: 12.7x99mm NATO<br/>Rounds: 10<br/>Used in: M107, AS50
+ Calibre: 12.7x99mm NATO<br/>Munitions : 10<br/>Utilisé avec: M107, AS50
+ Calibre: 12.7x99mm NATO<br/>Cartuchos: 10<br/>Usado en: M107, AS50
+ Calibro: 12.7x99mm NATO<br/>Munizioni: 10<br/>Usato in: M107, AS50
+ Kaliber: 12.7x99mm NATO<br/>Naboje: 10<br/>Uzywany w: M107, AS50
+ Патрон: 12.7x99mm NATO<br/>Количество: 10<br/>Исп. в: M107, AS50
+ Kaliber: 12.7x99mm NATO<br/>Patronen: 10<br/>Eingesetzt in: M107, AS50
+ Kalibr: 12.7x99mm NATO<br/>Nábojů: 10<br/>Pro: M107, AS50
+ Kaliber: 12.7x99mm NATO<br/> Töltények: 10<br/> Hozzá tartozó fegyver: M107, AS50
5Rnd. AS50 mag.
@@ -14792,6 +14822,36 @@
Kalibr: 7.62x51mm<br/>Nábojů: 6<br/>Pro: WA2000
Kaliber: 7.62x51mm<br/> Töltények: 6 <br/> Hozzá tartozó fegyver: WA2000
+
+ 10Rnd. MRAD mag.
+ 10п. MRAD маг.
+
+
+ Caliber: .338<br/>Rounds: 10<br/>Used in: Barrett MRAD
+ Calibre: .338<br/>Munitions : 10<br/>Utilisé avec: Barrett MRAD
+ Calibre: .338<br/>Cartuchos: 10<br/>Usado en: Barrett MRAD
+ Calibro: .338<br/>Munizioni: 10<br/>Usato in: Barrett MRAD
+ Kaliber: .338<br/>Naboje: 10<br/>Uzywany w: Barrett MRAD
+ Патрон: .338 <br/>Количество: 10<br/>Исп. в: Barrett MRAD
+ Kaliber: .338<br/>Patronen: 10<br/>Eingesetzt in: Barrett MRAD
+ Kalibr: .338<br/>Nábojů: 10<br/>Pro: Barrett MRAD
+ Kaliber: .338 <br/> Töltények: 10 <br/> Hozzá tartozó fegyver: Barrett MRAD
+
+
+ 32Rnd. Sten MK mag.
+ 32п. Sten MK маг.
+
+
+ Caliber: 9x19mm Parabellum<br/>Rounds: 32<br/>Used in: Sten MK
+ Calibre: 9x19mm Parabellum<br/>Munitions : 32<br/>Utilisé avec: Sten MK
+ Calibre: 9x19mm Parabellum<br/>Cartuchos: 32<br/>Usado en: Sten MK
+ Calibro: 9x19mm Parabellum<br/>Munizioni: 32<br/>Usato in: Sten MK
+ Kaliber: 9x19mm Parabellum<br/>Naboje: 32<br/>Uzywany w: Sten MK
+ Патрон: 9x19mm Parabellum <br/>Количество: 32<br/>Исп. в: Sten MK
+ Kaliber: 9x19mm Parabellum<br/>Patronen: 32<br/>Eingesetzt in: Sten MK
+ Kalibr: 9x19mm Parabellum<br/>Nábojů: 32<br/>Pro: Sten MK
+ Kaliber: 9x19mm Parabellum<br/> Töltények: 32<br/> Hozzá tartozó fegyver: Sten MK
+