diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp
index e8ccdf74b..af0c90661 100644
--- a/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp
+++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Misc.hpp
@@ -262,6 +262,160 @@ class ItemCeramicParts : CA_Magazine
type = 256;
};
+class ItemWeaponPartsPistol : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_WEAPON_PARTS_PISTOL;
+ descriptionShort = $STR_EPOCH_WEAPON_PARTS_PISTOL_DESC;
+ model = "\z\addons\dayz_communityassets\models\crate.p3d";
+ picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_part_somegeneric.paa";
+ type = 256;
+};
+
+class ItemWeaponPartsSMG : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_WEAPON_PARTS_SMG;
+ descriptionShort = $STR_EPOCH_WEAPON_PARTS_SMG_DESC;
+ model = "\z\addons\dayz_communityassets\models\crate.p3d";
+ picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_part_somegeneric.paa";
+ type = 256;
+};
+
+class ItemWeaponPartsShotgun : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_WEAPON_PARTS_SHOTGUN;
+ descriptionShort = $STR_EPOCH_WEAPON_PARTS_SHOTGUN_DESC;
+ model = "\z\addons\dayz_communityassets\models\crate.p3d";
+ picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_part_somegeneric.paa";
+ type = 256;
+};
+
+class ItemWeaponPartsRifle : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_WEAPON_PARTS_RIFLE;
+ descriptionShort = $STR_EPOCH_WEAPON_PARTS_RIFLE_DESC;
+ model = "\z\addons\dayz_communityassets\models\crate.p3d";
+ picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_part_somegeneric.paa";
+ type = 256;
+};
+
+class ItemWeaponPartsSniperRilfe : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_WEAPON_PARTS_SNIPERRIFLE;
+ descriptionShort = $STR_EPOCH_WEAPON_PARTS_SNIPERRIFLE_DESC;
+ model = "\z\addons\dayz_communityassets\models\crate.p3d";
+ picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_part_somegeneric.paa";
+ type = 256;
+};
+
+class ItemWeaponPartsMG : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_WEAPON_PARTS_MG;
+ descriptionShort = $STR_EPOCH_WEAPON_PARTS_MG_DESC;
+ model = "\z\addons\dayz_communityassets\models\crate.p3d";
+ picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_part_somegeneric.paa";
+ type = 256;
+};
+
+class ItemWeaponPartsUnknown : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_WEAPON_PARTS_UNKNOWN_MG;
+ descriptionShort = $STR_EPOCH_WEAPON_PARTS_UNKNOWN_DESC;
+ model = "\z\addons\dayz_communityassets\models\crate.p3d";
+ picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_part_somegeneric.paa";
+ type = 256;
+};
+
+class ItemWeaponPartsBad : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_WEAPON_PARTS_BAD;
+ descriptionShort = $STR_EPOCH_WEAPON_PARTS_BAD_DESC;
+ model = "\z\addons\dayz_communityassets\models\crate.p3d";
+ picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_part_somegeneric.paa";
+ type = 256;
+};
+
+class ItemWeaponPartsNormal : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_WEAPON_PARTS_NORMAL;
+ descriptionShort = $STR_EPOCH_WEAPON_PARTS_NORMAL_DESC;
+ model = "\z\addons\dayz_communityassets\models\crate.p3d";
+ picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_part_somegeneric.paa";
+ type = 256;
+};
+
+class ItemWeaponPartsGood : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_WEAPON_PARTS_GOOD;
+ descriptionShort = $STR_EPOCH_WEAPON_PARTS_GOOD_DESC;
+ model = "\z\addons\dayz_communityassets\models\crate.p3d";
+ picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_part_somegeneric.paa";
+ type = 256;
+};
+
+class ItemWeaponPartsExecellent : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_WEAPON_PARTS_EXCELLENT;
+ descriptionShort = $STR_EPOCH_WEAPON_PARTS_EXCELLENT_DESC;
+ model = "\z\addons\dayz_communityassets\models\crate.p3d";
+ picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_part_somegeneric.paa";
+ type = 256;
+};
+
+class ItemGunPowderSmall : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_GUN_POWDER_SMALL;
+ descriptionShort = $STR_EPOCH_GUN_POWDER_SMALL_DESC;
+ model = "\z\addons\dayz_communityassets\models\tin_powder.p3d";
+ picture = "\z\addons\dayz_communityassets\pictures\equip_tin_powder_co.paa";
+ type = 256;
+};
+
+class ItemGunPowder : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_GUN_POWDER;
+ descriptionShort = $STR_EPOCH_GUN_POWDER_DESC;
+ model = "\z\addons\dayz_communityassets\models\tin_powder.p3d";
+ picture = "\z\addons\dayz_communityassets\pictures\equip_tin_powder_co.paa";
+ type = 256;
+};
+
+class ItemGunPowderBig : CA_Magazine
+{
+ scope = 2;
+ count = 1;
+ displayName = $STR_EPOCH_GUN_POWDER_BIG;
+ descriptionShort = $STR_EPOCH_GUN_POWDER_BIG_DESC;
+ model = "\z\addons\dayz_communityassets\models\tin_powder.p3d";
+ picture = "\z\addons\dayz_communityassets\pictures\equip_tin_powder_co.paa";
+ type = 256;
+};
+
//No models
class equip_cable_tie : CA_Magazine
{
diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Misc.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Misc.hpp
index eb43d9a47..fad483b92 100644
--- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Misc.hpp
+++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Misc.hpp
@@ -140,4 +140,60 @@ class ItemPlasticParts
class ItemCeramicParts
{
weight = 3;
+};
+class ItemWeaponPartsPistol
+{
+ weight = 4;
+};
+class ItemWeaponPartsSMG
+{
+ weight = 5;
+};
+class ItemWeaponPartsShotgun
+{
+ weight = 5;
+};
+class ItemWeaponPartsRifle
+{
+ weight = 7;
+};
+class ItemWeaponPartsSniperRilfe
+{
+ weight = 7.5;
+};
+class ItemWeaponPartsMG
+{
+ weight = 9;
+};
+class ItemWeaponPartsUnknown
+{
+ weight = 8.5;
+};
+class ItemWeaponPartsBad
+{
+ weight = 8;
+};
+class ItemWeaponPartsNormal
+{
+ weight = 9;
+};
+class ItemWeaponPartsGood
+{
+ weight = 9.5;
+};
+class ItemWeaponPartsExecellent
+{
+ weight = 10;
+};
+class ItemGunPowderSmall
+{
+ weight = 2;
+};
+class ItemGunPowder
+{
+ weight = 8;
+};
+class ItemGunPowderBig
+{
+ weight = 16;
};
\ No newline at end of file
diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.hpp
index 64abe8397..9d974e259 100644
--- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.hpp
+++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.hpp
@@ -34,6 +34,7 @@ class CfgWeight
#include "Magazines\Buildings\Tent.hpp"
#include "Magazines\Buildings\Misc.hpp"
#include "Magazines\Buildings\TripWire.hpp"
+ #include "Magazines\Buildings\StaticWeapons.hpp"
#include "Magazines\Consumables\Fish.hpp"
#include "Magazines\Consumables\Meat.hpp"
diff --git a/SQF/dayz_code/stringtable.xml b/SQF/dayz_code/stringtable.xml
index 63f805b4b..ed11d1791 100644
--- a/SQF/dayz_code/stringtable.xml
+++ b/SQF/dayz_code/stringtable.xml
@@ -34321,6 +34321,119 @@
Eine Kiste mit Keramikteile.
Ящик с керамическими частями.
+
+
+ Gun parts (Pistol)
+ Waffenteile (Pistole)
+
+
+ A pile of pistol gun parts.
+ Ein Haufen Waffenteile einer Pistole.
+
+
+ Gun parts (SMG)
+ Waffenteile (SMG)
+
+
+ A pile of smg gun parts.
+ Ein Haufen Waffenteile einer Maschinenpistole.
+
+
+ Gun parts (Shotgun)
+ Waffenteile (Schrotflinte)
+
+
+ A pile of shotgun gun parts.
+ Ein Haufen Waffenteile einer Schrotflinte.
+
+
+ Gun parts (Rifle)
+ Waffenteile (Gewehr)
+
+
+ A pile of rifle gun parts.
+ Ein Haufen Waffenteile eines Gewehrs.
+
+
+ Gun parts (Sniper Rifle)
+ Waffenteile (Scharfschützengewehr)
+
+
+ A pile of sniper rifle gun parts.
+ Ein Haufen Waffenteile eines Scharfschützengewehrs.
+
+
+ Gun parts (MG)
+ Waffenteile (MG)
+
+
+ A pile of mg gun parts.
+ Ein Haufen Waffenteile eines Maschinengewehrs.
+
+
+ Gun parts (Unknown)
+ Waffenteile (Unbekannt)
+
+
+ A pile of unknown gun parts in a good condition.
+ Ein Haufen unbekannter Waffenteile, in einem guten Zustand.
+
+
+ Gun parts (Bad)
+ Waffenteile (Schlecht)
+
+
+ A pile of old gun parts in a bad condition.
+ Ein Haufen alter Waffenteile in einem schlechten Zustand.
+
+
+ Gun parts (Average)
+ Waffenteile (Normal)
+
+
+ A pile of gun parts in an average condition.
+ Ein Haufen Waffenteile in einem durchschnittlichen Zustand.
+
+
+ Gun parts (Good)
+ Waffenteile (Gut)
+
+
+ A pile of gun parts in a good condition.
+ Ein Haufen Waffenteile, in einem guten Zustand.
+
+
+ Gun parts (Excellent)
+ Waffenteile (Exzellent)
+
+
+ A pile of gun parts in an excellent condition.
+ Ein Haufen Waffenteile, in einem exzellenten Zustand.
+
+
+ Gun Powder (Small)
+ Schießpulver (Klein)
+
+
+ A small can with gun powder. Used for crafting ammunation.
+ Eine kleine Dose mit Schießpulver, welche für die Herstellung von Munition genutzt werden kann.
+
+
+ Gun Powder
+ Schießpulver
+
+
+ A can with gun powder. Used for crafting ammunation.
+ Eine Dose mit Schießpulver, welche für die Herstellung von Munition genutzt werden kann.
+
+
+ Gun Powder (Big)
+ Schießpulver (Groß)
+
+
+ A big can with gun powder. Used for crafting ammunation.
+ Eine große Dose mit Schießpulver, welche für die Herstellung von Munition genutzt werden kann.
+
Slugs in a can
Пули в банке