diff --git a/SQF/dayz/config/CfgVehicles.hpp b/SQF/dayz/config/CfgVehicles.hpp index a7f8f14b2..f80299954 100644 --- a/SQF/dayz/config/CfgVehicles.hpp +++ b/SQF/dayz/config/CfgVehicles.hpp @@ -4,7 +4,7 @@ class CfgVehicles class Body1 : Wreck_Base { - scope = 2; + scope = public; mapSize = 2; displayName = "Dead Body 1"; model = "\dayz\objects\dead_soldier_0"; @@ -12,7 +12,7 @@ class CfgVehicles class Body2 : Wreck_Base { - scope = 2; + scope = public; mapSize = 2; displayName = "Dead Body 2"; model = "\dayz\objects\dead_soldier_1"; @@ -22,7 +22,7 @@ class CfgVehicles class Rubbish1 : Strategic { - scope = 2; + scope = public; model = "\CA\misc\garbage_paleta"; mapSize = 2; displayName = "Garbage1"; @@ -31,7 +31,7 @@ class CfgVehicles class Rubbish2 : Strategic { - scope = 2; + scope = public; model = "\CA\misc\garbage_misc"; mapSize = 2; displayName = "Garbage2"; @@ -40,7 +40,7 @@ class CfgVehicles class Rubbish3 : Strategic { - scope = 2; + scope = public; model = "\CA\misc\ground_garbage_square5"; mapSize = 2; displayName = "Garbage3"; @@ -49,7 +49,7 @@ class CfgVehicles class Rubbish4 : Strategic { - scope = 2; + scope = public; model = "\CA\misc\ground_garbage_square3"; mapSize = 2; displayName = "Garbage4"; @@ -58,7 +58,7 @@ class CfgVehicles class Rubbish5 : Strategic { - scope = 2; + scope = public; model = "\CA\misc\junkpile"; mapSize = 2; displayName = "Garbage5"; diff --git a/SQF/dayz_anim/CfgBanned/CfgMagazines.hpp b/SQF/dayz_anim/CfgBanned/CfgMagazines.hpp index 714411891..a6be10cfe 100644 --- a/SQF/dayz_anim/CfgBanned/CfgMagazines.hpp +++ b/SQF/dayz_anim/CfgBanned/CfgMagazines.hpp @@ -2,7 +2,7 @@ class CfgMagazines { class Default; class FakeMagazine: Default { - scope = 1; + scope = protected; ammo = "FakeAmmo"; stopThis = true; value = 1; diff --git a/SQF/dayz_anim/CfgBanned/CfgWeapons.hpp b/SQF/dayz_anim/CfgBanned/CfgWeapons.hpp index d68921612..7268dcf02 100644 --- a/SQF/dayz_anim/CfgBanned/CfgWeapons.hpp +++ b/SQF/dayz_anim/CfgBanned/CfgWeapons.hpp @@ -9,7 +9,7 @@ class CfgWeapons { class RifleCore; class FakeWeapon: RifleCore { - scope = 1; + scope = protected; stopThis = true; type = 0; cursor = ""; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/ACOG.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/ACOG.hpp index 5824c1675..5ca2d7c1c 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/ACOG.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/ACOG.hpp @@ -1,6 +1,6 @@ class Attachment_ACOG : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/BELT.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/BELT.hpp index b1645de29..918cf7b39 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/BELT.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/BELT.hpp @@ -1,6 +1,6 @@ class Attachment_BELT : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/CCO.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/CCO.hpp index 88d296e19..b0a0aeb02 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/CCO.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/CCO.hpp @@ -1,6 +1,6 @@ class Attachment_CCO : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/FL.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/FL.hpp index 604c70cbe..7105047c5 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/FL.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/FL.hpp @@ -1,6 +1,6 @@ class Attachment_FL : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/FL_Pist.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/FL_Pist.hpp index 7a4280462..4b2ea2377 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/FL_Pist.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/FL_Pist.hpp @@ -1,6 +1,6 @@ class Attachment_FL_Pist : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/GP25.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/GP25.hpp index da0dbe3a8..86c4c87d9 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/GP25.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/GP25.hpp @@ -1,6 +1,6 @@ class Attachment_GP25 : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/Ghillie.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/Ghillie.hpp index 8e25d32aa..7d0830dcf 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/Ghillie.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/Ghillie.hpp @@ -1,6 +1,6 @@ class Attachment_Ghillie : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/Holo.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/Holo.hpp index 938424022..f898aab8a 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/Holo.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/Holo.hpp @@ -1,6 +1,6 @@ class Attachment_Holo : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/Kobra.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/Kobra.hpp index 5e06a3f5c..745b7f677 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/Kobra.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/Kobra.hpp @@ -1,6 +1,6 @@ class Attachment_Kobra : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/M203.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/M203.hpp index 360752032..609f6ae51 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/M203.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/M203.hpp @@ -1,6 +1,6 @@ class Attachment_M203 : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/PSO1.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/PSO1.hpp index 8e2a67718..3dc47ef28 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/PSO1.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/PSO1.hpp @@ -1,6 +1,6 @@ class Attachment_PSO1 : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/SA58RIS.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/SA58RIS.hpp index db22372e0..df928b1fb 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/SA58RIS.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/SA58RIS.hpp @@ -1,6 +1,6 @@ class Attachment_SA58RIS : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/SCOPED.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/SCOPED.hpp index 1baedfbf0..1da1031de 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/SCOPED.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/SCOPED.hpp @@ -1,6 +1,6 @@ class Attachment_SCOPED : CA_Magazine { - scope = 2; + scope = public; displayName = $STR_ATTACHMENT_NAME_SCOPE; descriptionShort = $STR_ATTACHMENT_DESC_SCOPE; count = 1; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/Sup545.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/Sup545.hpp index cd6394dfb..e0a3b6b31 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/Sup545.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/Sup545.hpp @@ -1,6 +1,6 @@ class Attachment_Sup545 : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/Sup556.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/Sup556.hpp index d26d40ab1..5266093c0 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/Sup556.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/Sup556.hpp @@ -1,6 +1,6 @@ class Attachment_Sup556 : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/Sup9.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/Sup9.hpp index f12db5802..02449f9fa 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/Sup9.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/Sup9.hpp @@ -1,6 +1,6 @@ class Attachment_Sup9 : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/SupBizon.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/SupBizon.hpp index 8e290b001..678bb60d9 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/SupBizon.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/SupBizon.hpp @@ -1,6 +1,6 @@ class Attachment_SupBizon : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Attachments/SupMakarov.hpp b/SQF/dayz_code/Configs/CfgMagazines/Attachments/SupMakarov.hpp index 361c61406..fd9b3970c 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Attachments/SupMakarov.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Attachments/SupMakarov.hpp @@ -1,6 +1,6 @@ class Attachment_SupMakarov : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Clothing/Camo.hpp b/SQF/dayz_code/Configs/CfgMagazines/Clothing/Camo.hpp index c33b31e48..2cb03a5fe 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Clothing/Camo.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Clothing/Camo.hpp @@ -1,6 +1,6 @@ class Skin_Camo1_DZ : SkinBase { - scope = 2; + scope = public; displayName = $STR_EQUIP_NAME_CAMO; descriptionShort = $STR_EQUIP_DESC_CAMO; }; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgMagazines/Clothing/EpochSkins.hpp b/SQF/dayz_code/Configs/CfgMagazines/Clothing/EpochSkins.hpp index a69fb6bef..9ed04ce8c 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Clothing/EpochSkins.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Clothing/EpochSkins.hpp @@ -1,248 +1,248 @@ class Skin_Rocket_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Officer Suit"; descriptionShort = "Officer Suit"; }; class Skin_RU_Policeman_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Sergei"; descriptionShort = "Police Officer Uniform"; }; class Skin_Pilot_EP1_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Ethan"; descriptionShort = "Pilot Uniform"; }; class Skin_Haris_Press_EP1_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Harry"; descriptionShort = "Press Uniform"; }; class Skin_Ins_Soldier_GL_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Terrorist Uniform"; descriptionShort = "Terrorist Uniform"; }; class Skin_GUE_Commander_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Rebel Uniform"; descriptionShort = "Rebel Uniform"; }; class Skin_Functionary1_EP1_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Donald"; descriptionShort = "Business Suit"; }; class Skin_Priest_DZ: SkinBase { - scope = 2; + scope = public; displayName = "James"; descriptionShort = "Priest Outfit"; }; class Skin_Rocker1_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Duane"; descriptionShort = "Rocker (black)"; }; class Skin_Rocker2_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Rod"; descriptionShort = "Rocker (brown)"; }; class Skin_Rocker3_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Van"; descriptionShort = "Rocker (blue)"; }; class Skin_Rocker4_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Bruce"; descriptionShort = "Rocker (green)"; }; class Skin_Bandit1_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Bandit Outfit"; descriptionShort = "Bandit Outfit"; }; class Skin_Bandit2_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Bandit Camo"; descriptionShort = "Bandit Camo Outfit"; }; class Skin_GUE_Soldier_MG_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Bandit Gunner"; descriptionShort = "Bandit Gunner Outfit"; }; class Skin_GUE_Soldier_Sniper_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Bandit Sniper"; descriptionShort = "Bandit Sniper Outfit"; }; class Skin_GUE_Soldier_Crew_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Bandit Baklava"; descriptionShort = "Bandit Baklava Outfit"; }; class Skin_GUE_Soldier_CO_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Bandit Mask"; descriptionShort = "Bandit Mask Outfit"; }; class Skin_GUE_Soldier_2_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Bandit Hat"; descriptionShort = "Bandit Hat with Baklava"; }; class Skin_BanditW1_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Bandit Annie"; descriptionShort = "Bandit wrap blue top with brown pants."; }; class Skin_BanditW2_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Bandit Jane"; descriptionShort = "Bandit wrap grey top with brown camo pants."; }; class Skin_SurvivorW3_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Jane"; descriptionShort = "Grey top with brown camo pants."; }; class Skin_SurvivorW2_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Annie"; descriptionShort = "Civilian (female)"; }; class Skin_SurvivorWpink_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Melly (female)"; descriptionShort = "Purple top with blue pants."; }; /* class Skin_SurvivorWsequisha_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Maria (female)"; descriptionShort = "Maria Clothes (female)"; }; class Skin_SurvivorWsequishaD_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Sequisha (female)"; descriptionShort = "Sequisha Clothes (female)"; }; */ class Skin_SurvivorWcombat_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Alejandria"; descriptionShort = "Blue camo top with brown camo pants."; }; class Skin_SurvivorWdesert_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Savannah"; descriptionShort = "White top with brown pants."; }; class Skin_SurvivorWurban_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Sophia"; descriptionShort = "Maroon top with grey pants."; }; class Skin_TK_INS_Warlord_EP1_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Takistani Warlord"; descriptionShort = "Takistani Warlord"; }; class Skin_TK_INS_Soldier_EP1_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Takistani Soldier"; descriptionShort = "Takistani Soldier"; }; class Skin_CZ_Special_Forces_GL_DES_EP1_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Special Forces"; descriptionShort = "Special Forces"; }; class Skin_Drake_Light_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Desert Camo"; descriptionShort = "Desert Camo"; }; class Skin_Soldier_Bodyguard_AA12_PMC_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Bodyguard"; descriptionShort = "Bodyguard"; }; class Skin_FR_OHara_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Jungle Camo"; descriptionShort = "Jungle Camo"; }; class Skin_FR_Rodriguez_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Gunner Outfit"; descriptionShort = "Gunner Outfit"; }; class Skin_CZ_Soldier_Sniper_EP1_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Desert Ghillie"; descriptionShort = "Desert Ghillie"; }; class Skin_Graves_Light_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Urban Camo"; descriptionShort = "Urban Camo"; }; class Skin_Soldier_Sniper_PMC_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Marksman"; descriptionShort = "Marksman"; }; class Skin_Soldier_TL_PMC_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Team Leader"; descriptionShort = "Team Leader"; }; // new class Skin_TK_Special_Forces_MG_EP1_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Smuggler"; descriptionShort = "Smuggler"; }; class Skin_TK_Soldier_Sniper_EP1_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Desert Sniper"; descriptionShort = "Desert Sniper"; }; class Skin_TK_Commander_EP1_DZ: SkinBase { - scope = 2; + scope = public; displayName = "General"; descriptionShort = "General"; }; class Skin_RU_Soldier_Crew_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Crewman"; descriptionShort = "Crewman"; }; class Skin_INS_Lopotev_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Boss"; descriptionShort = "Team Leader"; }; class Skin_INS_Soldier_AR_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Cooper"; descriptionShort = "Cooper"; }; class Skin_INS_Soldier_CO_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Travis"; descriptionShort = "Travis"; }; class Skin_INS_Bardak_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Paulo"; descriptionShort = "Paulo"; }; class Skin_INS_Worker2_DZ: SkinBase { - scope = 2; + scope = public; displayName = "Steve"; descriptionShort = "Steve"; }; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgMagazines/Clothing/Ghillie.hpp b/SQF/dayz_code/Configs/CfgMagazines/Clothing/Ghillie.hpp index 3e080fd6b..b80d1dffb 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Clothing/Ghillie.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Clothing/Ghillie.hpp @@ -1,6 +1,6 @@ class Skin_Sniper1_DZ : SkinBase { - scope = 2; + scope = public; displayName = $STR_EQUIP_NAME_GHILLIE; descriptionShort = $STR_EQUIP_DESC_GHILLIE; }; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgMagazines/Clothing/Soldier.hpp b/SQF/dayz_code/Configs/CfgMagazines/Clothing/Soldier.hpp index ca68528d8..4f37f2b05 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Clothing/Soldier.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Clothing/Soldier.hpp @@ -1,6 +1,6 @@ class Skin_Soldier1_DZ : SkinBase { - scope = 2; + scope = public; displayName = $STR_EQUIP_NAME_SOLDIER; descriptionShort = $STR_EQUIP_DESC_SOLDIER; }; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgMagazines/Clothing/Survivor.hpp b/SQF/dayz_code/Configs/CfgMagazines/Clothing/Survivor.hpp index 251123378..771b4324b 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Clothing/Survivor.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Clothing/Survivor.hpp @@ -1,6 +1,6 @@ class Skin_Survivor2_DZ : SkinBase { - scope = 2; + scope = public; displayName = $STR_EQUIP_NAME_CIV; descriptionShort = $STR_EQUIP_DESC_CIV; }; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgMagazines/Consumables/Canteen.hpp b/SQF/dayz_code/Configs/CfgMagazines/Consumables/Canteen.hpp index 26795748b..521250ba0 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Consumables/Canteen.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Consumables/Canteen.hpp @@ -1,6 +1,6 @@ class ItemCanteen : FoodDrink { - scope = 2; + scope = public; model = "\dayz_equip\models\waterbottle_gear.p3d"; picture = "\dayz_equip\textures\equip_waterbottle_ca.paa"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Consumables/Fish.hpp b/SQF/dayz_code/Configs/CfgMagazines/Consumables/Fish.hpp index 1fd7dbd4b..9591320c2 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Consumables/Fish.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Consumables/Fish.hpp @@ -1,6 +1,6 @@ class FishRawTrout : FoodRaw { - scope = 2; + scope = public; model = "\z\addons\dayz_communityassets\models\trout.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_trout_CA.paa"; @@ -15,7 +15,7 @@ class FishRawTrout : FoodRaw class FishCookedTrout : FoodCooked { - scope = 2; + scope = public; model = "\z\addons\dayz_communityassets\models\trout_cooked.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_trout_cooked_CA.paa"; @@ -30,7 +30,7 @@ class FishCookedTrout : FoodCooked class FishRawSeaBass : FoodRaw { - scope = 2; + scope = public; model = "\z\addons\dayz_communityassets\models\seabass.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_seabass_CA.paa"; @@ -45,7 +45,7 @@ class FishRawSeaBass : FoodRaw class FishCookedSeaBass : FoodCooked { - scope = 2; + scope = public; model = "\z\addons\dayz_communityassets\models\seabass_cooked.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_seabass_cooked_CA.paa"; @@ -60,7 +60,7 @@ class FishCookedSeaBass : FoodCooked class FishRawTuna : FoodRaw { - scope = 2; + scope = public; model = "\z\addons\dayz_communityassets\models\tuna.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_tuna_CA.paa"; @@ -75,7 +75,7 @@ class FishRawTuna : FoodRaw class FishCookedTuna : FoodCooked { - scope = 2; + scope = public; model = "\z\addons\dayz_communityassets\models\tuna_cooked.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_tuna_cooked_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Consumables/Meat.hpp b/SQF/dayz_code/Configs/CfgMagazines/Consumables/Meat.hpp index 3e4a8ca49..be3419c06 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Consumables/Meat.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Consumables/Meat.hpp @@ -1,6 +1,6 @@ class FoodGoatRaw : FoodRaw { - scope = 2; + scope = public; model = "\dayz_equip\models\food_steak_gear.p3d"; picture = "\dayz_equip\textures\equip_steak_ca.paa"; @@ -15,7 +15,7 @@ class FoodGoatRaw : FoodRaw class FoodGoatCooked : FoodCooked { - scope = 2; + scope = public; model = "\dayz_equip\models\food_steak_cooked_gear.p3d"; picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa"; @@ -28,7 +28,7 @@ class FoodGoatCooked : FoodCooked class FoodMuttonRaw : FoodRaw { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\mutton_raw.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_mutton_raw_CA.paa"; @@ -43,7 +43,7 @@ class FoodMuttonRaw : FoodRaw class FoodMuttonCooked : FoodCooked { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\mutton_cooked.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_mutton_cooked_CA.paa"; @@ -58,7 +58,7 @@ class FoodMuttonCooked : FoodCooked class FoodChickenRaw : FoodRaw { - scope = 2; + scope = public; model = "\dayz_equip\models\food_steak_gear.p3d"; picture = "\dayz_equip\textures\equip_steak_ca.paa"; @@ -73,7 +73,7 @@ class FoodChickenRaw : FoodRaw class FoodChickenCooked : FoodCooked { - scope = 2; + scope = public; model = "\dayz_equip\models\food_steak_cooked_gear.p3d"; picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa"; @@ -88,7 +88,7 @@ class FoodChickenCooked : FoodCooked class FoodBaconRaw : FoodRaw { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\bacon_raw.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_bacon_raw_CA.paa"; @@ -103,7 +103,7 @@ class FoodBaconRaw : FoodRaw class FoodBaconCooked : FoodCooked { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\bacon_fried.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_bacon_fried_CA.paa"; @@ -118,7 +118,7 @@ class FoodBaconCooked : FoodCooked class FoodRabbitRaw : FoodRaw { - scope = 2; + scope = public; model = "\dayz_equip\models\food_steak_gear.p3d"; picture = "\dayz_equip\textures\equip_steak_ca.paa"; @@ -133,7 +133,7 @@ class FoodRabbitRaw : FoodRaw class FoodRabbitCooked : FoodCooked { - scope = 2; + scope = public; model = "\dayz_equip\models\food_steak_cooked_gear.p3d"; picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa"; @@ -148,7 +148,7 @@ class FoodRabbitCooked : FoodCooked class FoodBeefRaw : FoodRaw { - scope = 2; + scope = public; model = "\dayz_equip\models\food_steak_gear.p3d"; picture = "\dayz_equip\textures\equip_steak_ca.paa"; @@ -163,7 +163,7 @@ class FoodBeefRaw : FoodRaw class FoodBeefCooked : FoodCooked { - scope = 2; + scope = public; model = "\dayz_equip\models\food_steak_cooked_gear.p3d"; picture = "\dayz_equip\textures\equip_steak_cooked_ca.paa"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Consumables/PackagedFood.hpp b/SQF/dayz_code/Configs/CfgMagazines/Consumables/PackagedFood.hpp index c7f3d0c14..453d80e87 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Consumables/PackagedFood.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Consumables/PackagedFood.hpp @@ -1,6 +1,6 @@ /*class AngelCookies : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\buiscits_box.p3d"; picture = "z\addons\dayz_communityassets\CraftingPlaceholders\equip_angel_cookies.paa"; @@ -12,7 +12,7 @@ class FoodMRE : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\mre.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_mre_CA.paa"; @@ -25,7 +25,7 @@ class FoodMRE : FoodPackaged class FoodPistachio : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\pistachio.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa"; @@ -38,7 +38,7 @@ class FoodPistachio : FoodPackaged class FoodNutmix : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\nutmix.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_nutmix_CA.paa"; @@ -51,7 +51,7 @@ class FoodNutmix : FoodPackaged class FoodCanBeef : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_beef_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_beef_clean_full_ca.paa"; @@ -66,7 +66,7 @@ class FoodCanBeef : FoodPackaged class FoodCanPotatoes : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_pots_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_pots_clean_full_ca.paa"; @@ -81,7 +81,7 @@ class FoodCanPotatoes : FoodPackaged class FoodCanGriff : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_griff_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_griff_clean_full_ca.paa"; @@ -96,7 +96,7 @@ class FoodCanGriff : FoodPackaged class FoodCanBadguy : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_badguy_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_badguy_clean_full_ca.paa"; @@ -111,7 +111,7 @@ class FoodCanBadguy : FoodPackaged class FoodCanBoneboy : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_boneboy_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_boneboy_clean_full_ca.paa"; @@ -126,7 +126,7 @@ class FoodCanBoneboy : FoodPackaged class FoodCanCorn : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_corn_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_corn_clean_full_ca.paa"; @@ -141,7 +141,7 @@ class FoodCanCorn : FoodPackaged class FoodCanCurgon : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_curgon_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_curgon_clean_full_ca.paa"; @@ -156,7 +156,7 @@ class FoodCanCurgon : FoodPackaged class FoodCanDemon : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_demon_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_demon_clean_full_ca.paa"; @@ -171,7 +171,7 @@ class FoodCanDemon : FoodPackaged class FoodCanFraggleos : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_fraggleos_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_fraggleos_clean_full_ca.paa"; @@ -186,7 +186,7 @@ class FoodCanFraggleos : FoodPackaged class FoodCanHerpy : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_herpy_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_herpy_clean_full_ca.paa"; @@ -201,7 +201,7 @@ class FoodCanHerpy : FoodPackaged class FoodCanDerpy : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_derpy_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_derpy_clean_full_ca.paa"; @@ -216,7 +216,7 @@ class FoodCanDerpy : FoodPackaged class FoodCanOrlok : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_orlok_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_orlok_clean_full_ca.paa"; @@ -231,7 +231,7 @@ class FoodCanOrlok : FoodPackaged class FoodCanPowell : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_powell_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_powell_clean_full_ca.paa"; @@ -246,7 +246,7 @@ class FoodCanPowell : FoodPackaged class FoodCanTylers : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_tylers_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_tylers_clean_full_ca.paa"; @@ -261,7 +261,7 @@ class FoodCanTylers : FoodPackaged class FoodCanUnlabeled : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_unlabeled_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_unlabeled_clean_full_ca.paa"; @@ -276,7 +276,7 @@ class FoodCanUnlabeled : FoodPackaged class FoodCanRusUnlabeled : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_small_unlabeled_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_unlabeled_clean_full_ca.paa"; @@ -291,7 +291,7 @@ class FoodCanRusUnlabeled : FoodPackaged class FoodCanRusStew : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_small_rus_stew_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_stew_clean_full_ca.paa"; @@ -306,7 +306,7 @@ class FoodCanRusStew : FoodPackaged class FoodCanRusPork : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_small_rus_pork_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_pork_clean_full_ca.paa"; @@ -321,7 +321,7 @@ class FoodCanRusPork : FoodPackaged class FoodCanRusPeas : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_small_rus_peas_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_peas_clean_full_ca.paa"; @@ -336,7 +336,7 @@ class FoodCanRusPeas : FoodPackaged class FoodCanRusMilk : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_small_rus_milk_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_milk_clean_full_ca.paa"; @@ -351,7 +351,7 @@ class FoodCanRusMilk : FoodPackaged class FoodCanRusCorn : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_small_rus_corn_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_corn_clean_full_ca.paa"; @@ -366,7 +366,7 @@ class FoodCanRusCorn : FoodPackaged class FoodChipsSulahoops : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\bag_chips_small_sulahoops_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_bag_chips_small_sulahoops_full_ca.paa"; @@ -382,7 +382,7 @@ class FoodChipsSulahoops : FoodPackaged class FoodChipsMysticales : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\bag_chips_small_mysticales_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_bag_chips_small_mysticales_full_ca.paa"; @@ -398,7 +398,7 @@ class FoodChipsMysticales : FoodPackaged class FoodChipsChocolate : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\bag_chips_small_chocolate_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_bag_chips_small_chocolate_full_ca.paa"; @@ -413,7 +413,7 @@ class FoodChipsChocolate : FoodPackaged class FoodCandyChubby : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\candybar_chubby_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_chubby_full_ca.paa"; @@ -428,7 +428,7 @@ class FoodCandyChubby : FoodPackaged class FoodCandyAnders : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\candybar_anders_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_anders_ca.paa"; @@ -443,7 +443,7 @@ class FoodCandyAnders : FoodPackaged class FoodCandyLegacys : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\candybar_legacys_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_legacys_ca.paa"; @@ -458,7 +458,7 @@ class FoodCandyLegacys : FoodPackaged class FoodCakeCremeCakeClean : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\twinkie.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_bag_twinkie_clean.paa"; @@ -473,7 +473,7 @@ class FoodCakeCremeCakeClean : FoodPackaged class FoodCandyMintception : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\candybar_mintception_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_candybar_mintception_ca.paa"; @@ -488,7 +488,7 @@ class FoodCandyMintception : FoodPackaged /*class FoodCanLongSprats : FoodPackaged { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\can_long_sprat_clean_full_co.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_long_sprat_clean_full_ca.paa"; @@ -501,7 +501,7 @@ class FoodCandyMintception : FoodPackaged class FoodCanBakedBeans : FoodPackaged { - scope = 2; + scope = public; model = "\dayz_equip\models\food_bbtin.p3d"; picture = "\dayz_equip\textures\equip_bbtin_ca.paa"; @@ -516,7 +516,7 @@ class FoodCanBakedBeans : FoodPackaged class FoodCanSardines : FoodPackaged { - scope = 2; + scope = public; model = "\dayz_equip\models\food_sardinestin.p3d"; picture = "\dayz_equip\textures\equip_Sardinestin_ca.paa"; @@ -531,7 +531,7 @@ class FoodCanSardines : FoodPackaged class FoodCanFrankBeans : FoodPackaged { - scope = 2; + scope = public; model = "\dayz_equip\models\food_fbtin.p3d"; picture = "\dayz_equip\textures\equip_fbtin_ca.paa"; @@ -546,7 +546,7 @@ class FoodCanFrankBeans : FoodPackaged class FoodCanPasta : FoodPackaged { - scope = 2; + scope = public; model = "\dayz_equip\models\food_pastatin.p3d"; picture = "\dayz_equip\textures\equip_pastatin_ca.paa"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Consumables/Soda.hpp b/SQF/dayz_code/Configs/CfgMagazines/Consumables/Soda.hpp index bdc9ac785..0010e8fea 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Consumables/Soda.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Consumables/Soda.hpp @@ -1,6 +1,6 @@ class ItemSodaCoke : ItemSoda { - scope = 2; + scope = public; model = "\dayz_equip\models\soda_coke.p3d"; picture = "\dayz_equip\textures\equip_soda_coke_ca.paa"; @@ -12,7 +12,7 @@ class ItemSodaCoke : ItemSoda class ItemSodaPepsi : ItemSoda { - scope = 2; + scope = public; model = "\dayz_equip\models\soda_pepsi.p3d"; picture = "\dayz_equip\textures\equip_soda_pepsi_ca.paa"; @@ -24,7 +24,7 @@ class ItemSodaPepsi : ItemSoda class ItemSodaMdew : ItemSoda { - scope = 2; + scope = public; model = "\dayz_equip\models\soda_mdew.p3d"; picture = "\dayz_equip\textures\equip_soda_mdew_ca.paa"; @@ -36,7 +36,7 @@ class ItemSodaMdew : ItemSoda class ItemSodaMtngreen : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_mtngreen_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_mtngreen_clean_full_ca.paa"; @@ -50,7 +50,7 @@ class ItemSodaMtngreen : ItemSoda class ItemSodaR4z0r : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_r4z0r_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_r4z0r_clean_full_ca.paa"; @@ -64,7 +64,7 @@ class ItemSodaR4z0r : ItemSoda class ItemSodaClays : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_clays_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_clays_clean_full_ca.paa"; @@ -78,7 +78,7 @@ class ItemSodaClays : ItemSoda class ItemSodaSmasht : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_smasht_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_smasht_clean_full_ca.paa"; @@ -92,7 +92,7 @@ class ItemSodaSmasht : ItemSoda class ItemSodaDrwaste : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_drwaste_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_drwaste_clean_full_ca.paa"; @@ -106,7 +106,7 @@ class ItemSodaDrwaste : ItemSoda class ItemSodaFranka : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_franka_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_franka_clean_full_ca.paa"; @@ -120,7 +120,7 @@ class ItemSodaFranka : ItemSoda class ItemSodaLemonade : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_lemonade_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_lemonade_clean_full_ca.paa"; @@ -134,7 +134,7 @@ class ItemSodaLemonade : ItemSoda class ItemSodaLirik : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_lirik_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_lirik_clean_full_ca.paa"; @@ -148,7 +148,7 @@ class ItemSodaLirik : ItemSoda class ItemSodaLvg : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_lvg_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_lvg_clean_full_ca.paa"; @@ -162,7 +162,7 @@ class ItemSodaLvg : ItemSoda class ItemSodaMzly : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_mzly_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_mzly_clean_full_ca.paa"; @@ -176,7 +176,7 @@ class ItemSodaMzly : ItemSoda class ItemSodaPeppsy : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_peppsy_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_peppsy_clean_full_ca.paa"; @@ -190,7 +190,7 @@ class ItemSodaPeppsy : ItemSoda class ItemSodaRabbit : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_rabbit_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_rabbit_clean_full_ca.paa"; @@ -204,7 +204,7 @@ class ItemSodaRabbit : ItemSoda class ItemSodaSacrite : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_sacrite_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_sacrite_clean_full_ca.paa"; @@ -218,7 +218,7 @@ class ItemSodaSacrite : ItemSoda class ItemSodaRocketFuel : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_rocket_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_rocket_clean_full_ca.paa"; @@ -232,7 +232,7 @@ class ItemSodaRocketFuel : ItemSoda class ItemSodaGrapeDrink : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_grape_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_grape_clean_full_ca.paa"; @@ -246,7 +246,7 @@ class ItemSodaGrapeDrink : ItemSoda class ItemSherbet : ItemSoda { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\soda_sherbet_clean_full.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_soda_sherbet_clean_full_ca.paa"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Consumables/WaterBottle.hpp b/SQF/dayz_code/Configs/CfgMagazines/Consumables/WaterBottle.hpp index e29425cba..7dc38b4b9 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Consumables/WaterBottle.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Consumables/WaterBottle.hpp @@ -1,6 +1,6 @@ class ItemWaterBottle : FoodDrink { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\waterbottle.p3d"; picture = "\z\addons\dayz_communityassets\textures\waterbottle.paa"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_1inch_metal_pipe.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_1inch_metal_pipe.hpp index b85357ddd..f51522ba6 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_1inch_metal_pipe.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_1inch_metal_pipe.hpp @@ -1,5 +1,5 @@ class equip_1inch_metal_pipe : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_1inch_metal_pipe; descriptionShort = $STR_ITEM_DESC_equip_1inch_metal_pipe; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_2inch_metal_pipe.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_2inch_metal_pipe.hpp index 79a4832a3..8d318d118 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_2inch_metal_pipe.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_2inch_metal_pipe.hpp @@ -1,5 +1,5 @@ class equip_2inch_metal_pipe : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_2inch_metal_pipe; descriptionShort = $STR_ITEM_DESC_equip_2inch_metal_pipe; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_aa_battery.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_aa_battery.hpp index 9923a5155..4059c446d 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_aa_battery.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_aa_battery.hpp @@ -1,5 +1,5 @@ class equip_aa_battery : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_aa_battery; descriptionShort = $STR_ITEM_DESC_equip_aa_battery; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_cable_tie.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_cable_tie.hpp index 1603a40f4..774a110b3 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_cable_tie.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_cable_tie.hpp @@ -1,5 +1,5 @@ class equip_cable_tie : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_cable_tie; descriptionShort = $STR_ITEM_DESC_equip_cable_tie; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_carbomb.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_carbomb.hpp index 9e46330f7..23df2e6d1 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_carbomb.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_carbomb.hpp @@ -1,6 +1,6 @@ class ItemCarBomb : CA_Magazine { - scope = 2; + scope = public; count = 1; type = (2*256); displayName = "Car Bomb"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_comfreyleafs.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_comfreyleafs.hpp index 990605200..f17921aba 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_comfreyleafs.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_comfreyleafs.hpp @@ -1,5 +1,5 @@ class equip_comfreyleafs : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_comfreyleafs; descriptionShort = $STR_ITEM_DESC_equip_comfreyleafs; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_coni.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_coni.hpp index 3b519dcd2..425a75cb0 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_coni.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_coni.hpp @@ -1,5 +1,5 @@ class Item_coni : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_DESC_equip_con_i; descriptionShort = $STR_ITEM_NAME_equip_con_i; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_connector_I.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_connector_I.hpp index 8975e654c..01f9f5fd7 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_connector_I.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_connector_I.hpp @@ -1,5 +1,5 @@ class Item_Connector_I : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_DESC_equip_con_i; descriptionShort = $STR_ITEM_NAME_equip_con_i; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_connector_L.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_connector_L.hpp index 8b3fb85a2..e7053565e 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_connector_L.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_connector_L.hpp @@ -1,5 +1,5 @@ class Item_Connector_L : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_DESC_equip_con_l; descriptionShort = $STR_ITEM_NAME_equip_con_l; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_connector_T.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_connector_T.hpp index 98b34d1a3..4e3de11e9 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_connector_T.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_connector_T.hpp @@ -1,5 +1,5 @@ class Item_Connector_T : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_DESC_equip_con_t; descriptionShort = $STR_ITEM_NAME_equip_con_t; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_crate.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_crate.hpp index 7e12b78ba..b9dd1a892 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_crate.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_crate.hpp @@ -1,5 +1,5 @@ class equip_crate : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_crate; descriptionShort = $STR_ITEM_DESC_equip_crate; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_crossbow_kit.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_crossbow_kit.hpp index b14d15386..c25d13cbc 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_crossbow_kit.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_crossbow_kit.hpp @@ -1,5 +1,5 @@ class equip_Crossbow_Kit : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_CROSSBOW_KIT; descriptionShort = $STR_ITEM_DESC_CROSSBOW_KIT; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_crossbow_stock.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_crossbow_stock.hpp index 23b5d8848..9f564e014 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_crossbow_stock.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_crossbow_stock.hpp @@ -1,5 +1,5 @@ class equip_crossbow_stock : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = "Crossbow (Stock)"; descriptionShort="You require a Crossbow String kit to craft this weapon"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_d_battery.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_d_battery.hpp index 2e4499022..cb047d687 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_d_battery.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_d_battery.hpp @@ -1,5 +1,5 @@ class equip_d_battery : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_d_battery; descriptionShort = $STR_ITEM_DESC_equip_d_battery; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_duct_tape.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_duct_tape.hpp index 9fea1c7dd..b274b67d5 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_duct_tape.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_duct_tape.hpp @@ -1,5 +1,5 @@ class equip_duct_tape : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_duct_tape; descriptionShort = $STR_ITEM_DESC_equip_duct_tape; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_empty_barrel.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_empty_barrel.hpp index f9c395419..8264a0ab7 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_empty_barrel.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_empty_barrel.hpp @@ -1,5 +1,5 @@ class equip_empty_barrel : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_empty_barrel; descriptionShort = $STR_ITEM_DESC_equip_empty_barrel; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_feathers.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_feathers.hpp index bd8728356..03d50864d 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_feathers.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_feathers.hpp @@ -1,5 +1,5 @@ class equip_feathers : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_feathers; descriptionShort = $STR_ITEM_DESC_equip_feathers; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_floppywire.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_floppywire.hpp index 6a63085be..e70bf511d 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_floppywire.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_floppywire.hpp @@ -1,5 +1,5 @@ class equip_floppywire : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_floppywire; descriptionShort = $STR_ITEM_DESC_equip_floppywire; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_fuse.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_fuse.hpp index 0dba3d904..559a70809 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_fuse.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_fuse.hpp @@ -1,5 +1,5 @@ class equip_fuse : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_fuse; descriptionShort = $STR_ITEM_DESC_equip_fuse; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_garlic_bulb.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_garlic_bulb.hpp index 398bcae00..27d053133 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_garlic_bulb.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_garlic_bulb.hpp @@ -1,5 +1,5 @@ class equip_garlic_bulb : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_garlic_bulb; descriptionShort = $STR_ITEM_DESC_equip_garlic_bulb; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_gauze.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_gauze.hpp index 803ce1487..5d14b0fc6 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_gauze.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_gauze.hpp @@ -1,5 +1,5 @@ class equip_gauze : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_gauze; descriptionShort = $STR_ITEM_DESC_equip_gauze; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_gauzepackaged.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_gauzepackaged.hpp index 9dc694e84..e8c20352d 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_gauzepackaged.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_gauzepackaged.hpp @@ -1,5 +1,5 @@ class equip_gauzepackaged : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_gauzepackaged; descriptionShort = $STR_ITEM_DESC_equip_gauzepackaged; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_herb_box.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_herb_box.hpp index b16075692..ca242c80a 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_herb_box.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_herb_box.hpp @@ -1,6 +1,6 @@ class equip_herb_box : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_EQUIP_NAME_HERBBOX; descriptionShort = $STR_EQUIP_DESC_HERBBOX; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_hobo_fishing_kit.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_hobo_fishing_kit.hpp index 47c5ca4ad..0e6085afb 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_hobo_fishing_kit.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_hobo_fishing_kit.hpp @@ -1,5 +1,5 @@ class equip_hobo_fishing_kit : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = "Hobo Fishing Kit"; descriptionShort = "Hobo Fishing Kit, catches dem fishes"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_hose.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_hose.hpp index cd1722512..b4b9e5e40 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_hose.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_hose.hpp @@ -1,5 +1,5 @@ class equip_hose : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_hose; descriptionShort = $STR_ITEM_DESC_equip_hose; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_hose_clamp.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_hose_clamp.hpp index 572c924cf..f3f685c69 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_hose_clamp.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_hose_clamp.hpp @@ -1,5 +1,5 @@ class equip_hose_clamp : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_hose_clamp; descriptionShort = $STR_ITEM_DESC_equip_hose_clamp; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_laser.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_laser.hpp index d68aa41c9..68720570c 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_laser.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_laser.hpp @@ -1,5 +1,5 @@ class equip_laser : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_laser; descriptionShort = $STR_ITEM_DESC_equip_laser; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_metal_rod.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_metal_rod.hpp index 94e5079a8..056dfb084 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_metal_rod.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_metal_rod.hpp @@ -1,5 +1,5 @@ class equip_metal_rod : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_metal_rod; descriptionShort = $STR_ITEM_DESC_equip_metal_rod; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_metal_sheet.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_metal_sheet.hpp index ed53392cb..1f25ce7b7 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_metal_sheet.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_metal_sheet.hpp @@ -1,5 +1,5 @@ class equip_metal_sheet : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_metal_sheet; descriptionShort = $STR_ITEM_DESC_equip_metal_sheet; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_metal_sheet_rusted.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_metal_sheet_rusted.hpp index e30787388..7ce8df3f2 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_metal_sheet_rusted.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_metal_sheet_rusted.hpp @@ -1,5 +1,5 @@ class equip_metal_sheet_rusted : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_metal_sheet_rusted; descriptionShort = $STR_ITEM_DESC_equip_metal_sheet_rusted; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_nails.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_nails.hpp index fd36d5cd0..3732dd587 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_nails.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_nails.hpp @@ -1,5 +1,5 @@ class equip_nails : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_nails; descriptionShort = $STR_ITEM_DESC_equip_nails; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_needle.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_needle.hpp index fe57fb978..f7664e31d 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_needle.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_needle.hpp @@ -1,5 +1,5 @@ class equip_needle : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_needle; descriptionShort = $STR_ITEM_DESC_equip_needle; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_note.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_note.hpp index e912ace86..f845f293c 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_note.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_note.hpp @@ -1,5 +1,5 @@ class equip_note : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_note; descriptionShort = $STR_ITEM_DESC_equip_note; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_paint.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_paint.hpp index eea2725b0..bdb103a66 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_paint.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_paint.hpp @@ -1,5 +1,5 @@ class equip_paint : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_paint; descriptionShort = $STR_ITEM_DESC_equip_paint; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_paper_sheet.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_paper_sheet.hpp index 4ce266b11..fe22b3cf8 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_paper_sheet.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_paper_sheet.hpp @@ -1,5 +1,5 @@ class equip_paper_sheet : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_paper_sheet; descriptionShort = $STR_ITEM_DESC_equip_paper_sheet; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_part_camo.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_part_camo.hpp index b02f3de7c..6d83b997e 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_part_camo.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_part_camo.hpp @@ -1,5 +1,5 @@ class equip_part_camo : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_part_camo; descriptionShort = $STR_ITEM_DESC_equip_part_camo; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_part_silencer.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_part_silencer.hpp index 4d275c796..d38ab5238 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_part_silencer.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_part_silencer.hpp @@ -1,5 +1,5 @@ class equip_part_silencer : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_part_silencer; descriptionShort = $STR_ITEM_DESC_equip_part_silencer; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_part_sniper_scope.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_part_sniper_scope.hpp index 81ad40967..54666010c 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_part_sniper_scope.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_part_sniper_scope.hpp @@ -1,5 +1,5 @@ class equip_part_sniper_scope : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ATTACHMENT_NAME_Sniper_Scope; descriptionShort = $STR_ATTACHMENT_DESC_Sniper_Scope; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_pipecap.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_pipecap.hpp index 261363c54..cec942770 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_pipecap.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_pipecap.hpp @@ -1,5 +1,5 @@ class equip_pipecap : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_pipecap; descriptionShort = $STR_ITEM_DESC_equip_pipecap; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_pvc_box.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_pvc_box.hpp index c44d3beba..07cb02030 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_pvc_box.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_pvc_box.hpp @@ -1,5 +1,5 @@ class equip_pvc_box : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_pvc_box; descriptionShort = $STR_ITEM_DESC_equip_pvc_box; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rag.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rag.hpp index 284a03c08..26f262af8 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rag.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rag.hpp @@ -1,5 +1,5 @@ class equip_rag : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_rag; descriptionShort = $STR_ITEM_DESC_equip_rag; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rail_screws.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rail_screws.hpp index 39394d048..aaf85e11c 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rail_screws.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rail_screws.hpp @@ -1,5 +1,5 @@ class equip_rail_screws : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_rail_screws; descriptionShort = $STR_ITEM_DESC_equip_rail_screws; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rope.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rope.hpp index 3b8ca4df9..fe183980d 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rope.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rope.hpp @@ -1,5 +1,5 @@ class equip_rope : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_rope; descriptionShort = $STR_ITEM_DESC_equip_rope; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rubber_tube.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rubber_tube.hpp index b268763a4..4e313d865 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rubber_tube.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_rubber_tube.hpp @@ -1,5 +1,5 @@ class equip_rubber_tube : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_rubber_tube; descriptionShort = $STR_ITEM_DESC_equip_rubber_tube; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_scrapelectronics.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_scrapelectronics.hpp index 9f7aef870..12835545e 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_scrapelectronics.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_scrapelectronics.hpp @@ -1,5 +1,5 @@ class equip_scrapelectronics : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_scrapelectronics; descriptionShort = $STR_ITEM_DESC_equip_scrapelectronics; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_slugsinacan.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_slugsinacan.hpp index e1599f260..2944ba579 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_slugsinacan.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_slugsinacan.hpp @@ -1,5 +1,5 @@ class equip_slugsinacan : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = "Slugs in a can"; descriptionShort = "Slugs in a can"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_string.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_string.hpp index cec534833..dce18a92d 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_string.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_string.hpp @@ -1,5 +1,5 @@ class equip_string : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_string; descriptionShort = $STR_ITEM_DESC_equip_string; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_tent_poles.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_tent_poles.hpp index 2f484ab8c..9be9eacda 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_tent_poles.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_tent_poles.hpp @@ -1,5 +1,5 @@ class equip_tent_poles : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_tent_poles; descriptionShort = $STR_ITEM_DESC_tent_poles; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_tin_powder.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_tin_powder.hpp index 54a4bec49..acd6c016e 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_tin_powder.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_tin_powder.hpp @@ -1,5 +1,5 @@ class equip_tin_powder : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = "Tin of Powder"; descriptionShort = "Tin of Powder has medicinal qualities"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_weapon_rails.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_weapon_rails.hpp index 6a32ccc16..7a0ecc8d4 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_weapon_rails.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_weapon_rails.hpp @@ -1,5 +1,5 @@ class equip_weapon_rails: CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_weapon_rails; descriptionShort = $STR_ITEM_DESC_equip_weapon_rails; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_wood_pallet.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_wood_pallet.hpp index f1f6d70d1..9c7cab12c 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_wood_pallet.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_wood_pallet.hpp @@ -1,5 +1,5 @@ class equip_wood_pallet : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_equip_wood_pallet; descriptionShort = $STR_ITEM_DESC_equip_wood_pallet; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_woodensplint.hpp b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_woodensplint.hpp index 9c1c4e62c..ee0db92bf 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_woodensplint.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_woodensplint.hpp @@ -1,5 +1,5 @@ class equip_woodensplint : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = $STR_ITEM_NAME_WOODENSPLINT; descriptionShort = $STR_ITEM_DESC_WOODENSPLINT; diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Bulk.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Bulk.hpp index eeb2d9b19..c903c3942 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Bulk.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Bulk.hpp @@ -1,5 +1,5 @@ class bulk: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_EPOCH_BULK_NAME; diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/AluminumBar.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/AluminumBar.hpp index 8371f45a5..cb9e8aca9 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/AluminumBar.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/AluminumBar.hpp @@ -1,5 +1,5 @@ class ItemAluminumBar: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Aluminum"; @@ -9,7 +9,7 @@ class ItemAluminumBar: CA_Magazine { }; class ItemAluminumBar10oz: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "10oz Aluminum"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/Briefcase.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/Briefcase.hpp index 6e6ef468b..e25422397 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/Briefcase.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/Briefcase.hpp @@ -1,5 +1,5 @@ class ItemBriefcase_Base: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Briefcase"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/BronzeBar.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/BronzeBar.hpp index b5c995c98..deaf57c7c 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/BronzeBar.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/BronzeBar.hpp @@ -1,5 +1,5 @@ class ItemBronzeBar: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Bronze"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/CopperBar.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/CopperBar.hpp index 72a622fb6..3ac5a9e6f 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/CopperBar.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/CopperBar.hpp @@ -1,5 +1,5 @@ class ItemCopperBar: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Copper"; @@ -18,7 +18,7 @@ class ItemCopperBar: CA_Magazine { }; }; class ItemCopperBar10oz: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "10oz Copper"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/GoldBar.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/GoldBar.hpp index 2c183f3d6..da199932a 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/GoldBar.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/GoldBar.hpp @@ -1,5 +1,5 @@ class ItemGoldBar: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 100; type = 256; @@ -28,7 +28,7 @@ class ItemGoldBar: CA_Magazine { }; }; class ItemGoldBar2oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 200; type = 256; @@ -66,7 +66,7 @@ class ItemGoldBar2oz: CA_Magazine { }; }; class ItemGoldBar3oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 300; type = 256; @@ -112,7 +112,7 @@ class ItemGoldBar3oz: CA_Magazine { }; }; class ItemGoldBar4oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 400; type = 256; @@ -158,7 +158,7 @@ class ItemGoldBar4oz: CA_Magazine { }; }; class ItemGoldBar5oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 500; type = 256; @@ -204,7 +204,7 @@ class ItemGoldBar5oz: CA_Magazine { }; }; class ItemGoldBar6oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 600; type = 256; @@ -250,7 +250,7 @@ class ItemGoldBar6oz: CA_Magazine { }; }; class ItemGoldBar7oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 700; type = 256; @@ -296,7 +296,7 @@ class ItemGoldBar7oz: CA_Magazine { }; }; class ItemGoldBar8oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 800; type = 256; @@ -342,7 +342,7 @@ class ItemGoldBar8oz: CA_Magazine { }; }; class ItemGoldBar9oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 900; type = 256; @@ -380,7 +380,7 @@ class ItemGoldBar9oz: CA_Magazine { }; }; class ItemGoldBar10oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 1000; type = 256; diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/SilverBar.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/SilverBar.hpp index a1a030b18..a3c1c973f 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/SilverBar.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/SilverBar.hpp @@ -1,5 +1,5 @@ class ItemSilverBar: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 1; type = 256; @@ -28,7 +28,7 @@ class ItemSilverBar: CA_Magazine { }; }; class ItemSilverBar2oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 2; type = 256; @@ -66,7 +66,7 @@ class ItemSilverBar2oz: CA_Magazine { }; }; class ItemSilverBar3oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 3; type = 256; @@ -112,7 +112,7 @@ class ItemSilverBar3oz: CA_Magazine { }; }; class ItemSilverBar4oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 4; type = 256; @@ -158,7 +158,7 @@ class ItemSilverBar4oz: CA_Magazine { }; }; class ItemSilverBar5oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 5; type = 256; @@ -204,7 +204,7 @@ class ItemSilverBar5oz: CA_Magazine { }; }; class ItemSilverBar6oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 6; type = 256; @@ -250,7 +250,7 @@ class ItemSilverBar6oz: CA_Magazine { }; }; class ItemSilverBar7oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 7; type = 256; @@ -296,7 +296,7 @@ class ItemSilverBar7oz: CA_Magazine { }; }; class ItemSilverBar8oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 8; type = 256; @@ -342,7 +342,7 @@ class ItemSilverBar8oz: CA_Magazine { }; }; class ItemSilverBar9oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 9; type = 256; @@ -380,7 +380,7 @@ class ItemSilverBar9oz: CA_Magazine { }; }; class ItemSilverBar10oz: CA_Magazine { - scope = 2; + scope = public; count = 1; worth = 10; type = 256; diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/TinBar.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/TinBar.hpp index 29a9c2014..9bb872377 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/TinBar.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/TinBar.hpp @@ -1,5 +1,5 @@ class ItemTinBar: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Tin"; @@ -9,7 +9,7 @@ class ItemTinBar: CA_Magazine { }; class ItemTinBar10oz: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "10oz Tin"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Food.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Food.hpp index 26c6aeb16..2850f6924 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Food.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Food.hpp @@ -1,5 +1,5 @@ class ItemTrout : FoodEdible { - scope = 2; + scope = public; displayName = "Rainbow Trout"; descriptionShort = "Rainbow Trout: A small fish that can be fairly easy to catch."; model = "\z\addons\dayz_epoch\models\trout.p3d"; @@ -7,7 +7,7 @@ class ItemTrout : FoodEdible { bloodRegen = 400; }; class ItemSeaBass : FoodEdible { - scope = 2; + scope = public; displayName = "Sea Bass"; descriptionShort = "Sea Bass: A medium sized fish that is fairly rare."; model = "\z\addons\dayz_epoch\models\seabass.p3d"; @@ -15,7 +15,7 @@ class ItemSeaBass : FoodEdible { bloodRegen = 800; }; class ItemTuna : FoodEdible { - scope = 2; + scope = public; displayName = "Blue Fin Tuna"; descriptionShort = "Blue Fin Tuna: A very large and hard to catch fish. Sushi anyone?"; model = "\z\addons\dayz_epoch\models\tuna.p3d"; @@ -23,7 +23,7 @@ class ItemTuna : FoodEdible { bloodRegen = 2500; }; class ItemTroutCooked : FoodEdible { - scope = 2; + scope = public; displayName = "Rainbow Trout (Cooked)"; descriptionShort = "Rainbow Trout: A small fish that can be fairly easy to catch."; model = "\z\addons\dayz_epoch\models\trout_cooked.p3d"; @@ -31,7 +31,7 @@ class ItemTroutCooked : FoodEdible { bloodRegen = 800; }; class ItemSeaBassCooked : FoodEdible { - scope = 2; + scope = public; displayName = "Sea Bass (Cooked)"; descriptionShort = "Sea Bass: A medium sized fish that is fairly rare."; model = "\z\addons\dayz_epoch\models\seabass_cooked.p3d"; @@ -39,7 +39,7 @@ class ItemSeaBassCooked : FoodEdible { bloodRegen = 1600; }; class ItemTunaCooked : FoodEdible { - scope = 2; + scope = public; displayName = "Blue Fin Tuna (Cooked)"; descriptionShort = "Blue Fin Tuna: A very large and hard to catch fish. Sushi anyone?"; model = "\z\addons\dayz_epoch\models\tuna_cooked.p3d"; @@ -47,7 +47,7 @@ class ItemTunaCooked : FoodEdible { bloodRegen = 5000; }; class FoodBioMeat: FoodEdible { - scope = 2; + scope = public; displayName = "Bio Meat"; model = "\z\addons\dayz_epoch\models\biomeat_can.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_biomeat_CA.paa"; @@ -56,7 +56,7 @@ class FoodBioMeat: FoodEdible { }; // new DZE harvested food class FoodPumpkin : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 100; displayName = "Pumpkin"; @@ -78,7 +78,7 @@ class FoodPumpkin : FoodEdible { }; }; class FoodSunFlowerSeed : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 100; displayName = "Bag of Sunflower Seeds"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Gems.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Gems.hpp index e4a95099f..d9a6aaefd 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Gems.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Gems.hpp @@ -1,5 +1,5 @@ class ItemTopaz : CA_Magazine { - scope = 2; + scope = public; displayName = "Topaz"; model = "\z\addons\dayz_epoch\models\topaz.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_topaz_CA.paa"; @@ -8,7 +8,7 @@ class ItemTopaz : CA_Magazine { descriptionShort = "Topaz"; }; class ItemObsidian : CA_Magazine { - scope = 2; + scope = public; displayName = "Obsidian"; model = "\z\addons\dayz_epoch\models\obsidian.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_obsidian_CA.paa"; @@ -17,7 +17,7 @@ class ItemObsidian : CA_Magazine { descriptionShort = "Obsidian"; }; class ItemSapphire : CA_Magazine { - scope = 2; + scope = public; displayName = "Sapphire"; model = "\z\addons\dayz_epoch\models\sapphire.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_sapphire_CA.paa"; @@ -26,7 +26,7 @@ class ItemSapphire : CA_Magazine { descriptionShort = "Sapphire"; }; class ItemAmethyst : CA_Magazine { - scope = 2; + scope = public; displayName = "Amethyst"; model = "\z\addons\dayz_epoch\models\amethyst.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_amethyst_CA.paa"; @@ -35,7 +35,7 @@ class ItemAmethyst : CA_Magazine { descriptionShort = "Amethyst"; }; class ItemEmerald : CA_Magazine { - scope = 2; + scope = public; displayName = "Emerald"; model = "\z\addons\dayz_epoch\models\emerald.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_emerald_CA.paa"; @@ -44,7 +44,7 @@ class ItemEmerald : CA_Magazine { descriptionShort = "Emerald"; }; class ItemCitrine : CA_Magazine { - scope = 2; + scope = public; displayName = "Citrine"; model = "\z\addons\dayz_epoch\models\citrine.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_citrine_CA.paa"; @@ -53,7 +53,7 @@ class ItemCitrine : CA_Magazine { descriptionShort = "Citrine"; }; class ItemRuby : CA_Magazine { - scope = 2; + scope = public; displayName = "Ruby"; model = "\z\addons\dayz_epoch\models\ruby.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_ruby_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Items.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Items.hpp index 8a6d78b29..787571728 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Items.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Items.hpp @@ -1,6 +1,6 @@ // For Chainsaw class ItemMixOil : CA_Magazine { - scope = 2; + scope = public; displayName = "2-Stroke Engine Oil"; model = "\z\addons\dayz_epoch\models\oilmix.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_oilmix_CA.paa"; @@ -21,7 +21,7 @@ class ItemMixOil : CA_Magazine { }; }; class CSGAS : CA_Magazine { - scope = 2; + scope = public; type = VSoft; displayName = "Gas"; descriptionShort = "Gas for Chainsaw"; @@ -62,7 +62,7 @@ class CSGAS : CA_Magazine { }; }; class ItemJerryMixed: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Mixed Gas Full"; @@ -82,7 +82,7 @@ class ItemJerryMixed: CA_Magazine { }; }; class ItemJerryMixed4: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Mixed Gas 16L"; @@ -102,7 +102,7 @@ class ItemJerryMixed4: CA_Magazine { }; }; class ItemJerryMixed3: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Mixed Gas 12L"; @@ -122,7 +122,7 @@ class ItemJerryMixed3: CA_Magazine { }; }; class ItemJerryMixed2: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Mixed Gas 8L"; @@ -142,7 +142,7 @@ class ItemJerryMixed2: CA_Magazine { }; }; class ItemJerryMixed1: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Mixed Gas 4L"; @@ -164,7 +164,7 @@ class ItemJerryMixed1: CA_Magazine { // Vehicle upgrade parts class ItemORP: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_EPOCH_VEHUP_ORP; @@ -181,7 +181,7 @@ class ItemORP: CA_Magazine { }; }; class ItemAVE: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_EPOCH_VEHUP_AVE; @@ -198,7 +198,7 @@ class ItemAVE: CA_Magazine { }; }; class ItemLRK: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_EPOCH_VEHUP_LRK; @@ -215,7 +215,7 @@ class ItemLRK: CA_Magazine { }; }; class ItemTNK: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_EPOCH_VEHUP_TNK; @@ -232,7 +232,7 @@ class ItemTNK: CA_Magazine { }; }; class ItemARM: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_EPOCH_VEHUP_ARM; @@ -251,7 +251,7 @@ class ItemARM: CA_Magazine { // Documents class ItemDocument: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Document"; @@ -273,7 +273,7 @@ class ItemDocument: CA_Magazine { }; }; class ItemPlotDeed: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Plot Deed"; // TODO: localize @@ -294,7 +294,7 @@ class ItemPlotDeed: CA_Magazine { }; }; class ItemLetter: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Letter"; @@ -304,7 +304,7 @@ class ItemLetter: CA_Magazine { weight = 0.1; }; class ItemBook1: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Romance Novel"; @@ -314,7 +314,7 @@ class ItemBook1: CA_Magazine { weight = 0.1; }; class ItemBook2: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Romance Novel"; @@ -324,7 +324,7 @@ class ItemBook2: CA_Magazine { weight = 0.1; }; class ItemBook3: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Book"; @@ -334,7 +334,7 @@ class ItemBook3: CA_Magazine { weight = 0.1; }; class ItemBook4: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Book"; @@ -344,7 +344,7 @@ class ItemBook4: CA_Magazine { weight = 0.1; }; class ItemNewspaper: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Torn Newspaper"; @@ -361,7 +361,7 @@ class ItemNewspaper: CA_Magazine { }; }; class ItemDocumentRamp: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wood Ramp"; @@ -382,7 +382,7 @@ class ItemDocumentRamp: CA_Magazine { }; class ItemHotwireKit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Hotwire kit"; @@ -394,7 +394,7 @@ class ItemHotwireKit: CA_Magazine { class ItemBloodbag: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "$STR_EQUIP_NAME_16"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Misc.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Misc.hpp index d3ad7dba3..18e310cc1 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Misc.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Misc.hpp @@ -1,6 +1,6 @@ class ItemCanvas: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Canvas"; @@ -58,7 +58,7 @@ }; class ItemBurlap: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Burlap"; @@ -80,7 +80,7 @@ }; class ItemLightBulb: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Light Bulb"; @@ -104,7 +104,7 @@ class ItemZombieParts: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Zombie Parts"; @@ -115,7 +115,7 @@ class ItemComboLock: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Combination Lock"; @@ -128,7 +128,7 @@ class ItemCorrugated : CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Corrugated Fence"; @@ -173,7 +173,7 @@ }; class ItemPole: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Metal Pole"; @@ -221,7 +221,7 @@ }; class ItemGunRackKit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Gun Rack Kit"; @@ -242,7 +242,7 @@ }; class ItemWoodCrateKit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wood Crate"; @@ -263,7 +263,7 @@ }; class ItemOilBarrel: CA_Magazine { - scope = 2; + scope = public; count = 1; // fuelQuantity = 210; type = 256; @@ -274,7 +274,7 @@ }; class ItemFuelBarrel: CA_Magazine { - scope = 2; + scope = public; count = 1; fuelQuantity = 210; type = 256; @@ -285,7 +285,7 @@ }; class ItemFuelBarrelEmpty: ItemFuelBarrel { - scope = 2; + scope = public; count = 1; fuelQuantity = 0; type = 256; @@ -306,7 +306,7 @@ }; class ItemFireBarrel_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Fire Barrel Kit"; @@ -327,7 +327,7 @@ }; class workbench_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Workbench"; @@ -350,7 +350,7 @@ // BUILDING KITS class wood_ramp_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wood Ramp"; @@ -370,7 +370,7 @@ }; class 30m_plot_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "30 Meter Plot"; @@ -391,7 +391,7 @@ class metal_panel_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Metal Panel"; @@ -421,7 +421,7 @@ }; class deer_stand_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Deer Stand"; @@ -442,7 +442,7 @@ }; class desert_large_net_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Large Desert Camo Net"; @@ -463,7 +463,7 @@ }; class forest_large_net_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Large Forest Camo Net"; @@ -484,7 +484,7 @@ }; class desert_net_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Desert Camo Net"; @@ -514,7 +514,7 @@ }; class forest_net_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Forest Camo Net"; @@ -544,7 +544,7 @@ }; class fuel_pump_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Fuel Pump"; @@ -565,7 +565,7 @@ }; class light_pole_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Light Pole"; @@ -586,7 +586,7 @@ }; class stick_fence_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Stick Fence"; @@ -607,7 +607,7 @@ }; class wooden_shed_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Nice Wooden Shed"; @@ -628,7 +628,7 @@ }; class wood_shack_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wood Shack"; @@ -649,7 +649,7 @@ }; class m240_nest_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "M240 Nest"; @@ -670,7 +670,7 @@ }; class sun_shade_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Canvas Sun Shade"; @@ -691,7 +691,7 @@ }; class park_bench_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wood Bench"; @@ -712,7 +712,7 @@ }; class rusty_gate_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Rusty Gate"; @@ -733,7 +733,7 @@ }; class sandbag_nest_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Sandbag Nest"; @@ -754,7 +754,7 @@ }; class outhouse_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Outhouse"; @@ -775,7 +775,7 @@ }; class storage_shed_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Storage Shed"; @@ -797,7 +797,7 @@ class ItemScaffoldingKit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Scaffolding"; @@ -819,7 +819,7 @@ // Custom player vault class ItemVault: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Safe"; @@ -838,7 +838,7 @@ }; class ItemLockbox: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Lockbox"; @@ -859,7 +859,7 @@ class PartWoodPile: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_EQUIP_NAME_40; @@ -907,7 +907,7 @@ }; class PartPlankPack: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Lumber Pack"; @@ -929,7 +929,7 @@ }; class CinderBlocks: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Cinder Blocks"; @@ -971,7 +971,7 @@ }; class MortarBucket: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Bucket of Mortar"; @@ -982,7 +982,7 @@ }; class PartPlywoodPack: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Plywood Pack"; @@ -1005,7 +1005,7 @@ }; class PartWoodLumber: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Lumber"; @@ -1095,7 +1095,7 @@ }; class PartWoodPlywood: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Plywood"; @@ -1154,7 +1154,7 @@ }; class ItemTent : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem * 3; @@ -1177,7 +1177,7 @@ }; class ItemTentOld: ItemTent { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_EQUIP_NAME_20; @@ -1216,7 +1216,7 @@ }; class ItemDomeTent : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem * 3; @@ -1256,7 +1256,7 @@ }; }; class ItemTentDomed : ItemTent { //Legacy Epoch - scope = 2; + scope = public; count = 1; type = 256; displayName = "Camping Tent Desert"; @@ -1293,7 +1293,7 @@ }; }; class ItemTentDomed2 : ItemTent { //Legacy Epoch - scope = 2; + scope = public; count = 1; type = 256; displayName = "Camping Tent Green"; @@ -1329,7 +1329,7 @@ }; class ItemSandbag : CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_EQUIP_NAME_21; @@ -1400,7 +1400,7 @@ }; class BagFenceRound_DZ_kit : CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Round Sandbag Fence"; @@ -1428,7 +1428,7 @@ }; class ItemSledgeHead : CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Sledgehammer Head"; @@ -1450,7 +1450,7 @@ }; }; class ItemSledgeHandle : CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Sledgehammer Handle"; @@ -1473,7 +1473,7 @@ }; class ItemSandbagLarge : CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "H-barrier cube"; @@ -1502,7 +1502,7 @@ class ItemSandbagExLarge : CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "3 x H-barrier cube"; @@ -1530,7 +1530,7 @@ }; class ItemSandbagExLarge5x : CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "5 x H-barrier cube"; @@ -1549,7 +1549,7 @@ }; class ItemTankTrap : CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_EQUIP_NAME_22; @@ -1568,7 +1568,7 @@ }; class ItemWire : CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_EQUIP_NAME_23; @@ -1590,7 +1590,7 @@ class HandGrenade_Stone; class ItemTrashToiletpaper : HandGrenade_Stone { - scope = 2; + scope = public; count = 1; model = "z\addons\dayz_communityassets\models\toiletpaper.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_toiletpaper_CA.paa"; @@ -1601,7 +1601,7 @@ }; class ItemKiloHemp : CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = "Kilo of Hemp"; descriptionShort = "Kilo of Hemp"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/ModularBuilding.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/ModularBuilding.hpp index a1c0cf238..7a855a7ba 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/ModularBuilding.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/ModularBuilding.hpp @@ -1,5 +1,5 @@ class metal_floor_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Metal Floor"; @@ -18,7 +18,7 @@ class metal_floor_kit: CA_Magazine { }; class cinder_wall_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Cinder Block Wall"; @@ -36,7 +36,7 @@ class cinder_wall_kit: CA_Magazine { }; }; class cinder_door_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Block Doorway"; @@ -54,7 +54,7 @@ class cinder_door_kit: CA_Magazine { }; }; class cinder_garage_kit: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Block Garage Doorway"; @@ -73,7 +73,7 @@ class cinder_garage_kit: CA_Magazine { }; class ItemWoodFloor: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Floor/Ceiling"; @@ -91,7 +91,7 @@ class ItemWoodFloor: CA_Magazine { }; }; class ItemWoodFloorHalf: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Floor/Ceiling 1/2"; @@ -118,7 +118,7 @@ class ItemWoodFloorHalf: CA_Magazine { }; }; class ItemWoodFloorQuarter: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Floor/Ceiling 1/4"; @@ -146,7 +146,7 @@ class ItemWoodFloorQuarter: CA_Magazine { }; class ItemWoodStairs: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wood Stairs"; @@ -173,7 +173,7 @@ class ItemWoodStairs: CA_Magazine { }; }; class ItemWoodStairsSupport: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wood Stairs w/ supports"; @@ -192,7 +192,7 @@ class ItemWoodStairsSupport: CA_Magazine { }; class ItemWoodLadder: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wood Ladder"; @@ -211,7 +211,7 @@ class ItemWoodLadder: CA_Magazine { }; class ItemWoodWall: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wood Wall"; @@ -253,7 +253,7 @@ class ItemWoodWall: CA_Magazine { }; }; class ItemWoodWallThird: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wood Wall 1/3"; @@ -279,7 +279,7 @@ class ItemWoodWallThird: CA_Magazine { }; }; class ItemWoodWallWindow: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wall w/ Window"; @@ -298,7 +298,7 @@ class ItemWoodWallWindow: CA_Magazine { }; class ItemWoodWallDoor: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wall w/ Doorway"; @@ -324,7 +324,7 @@ class ItemWoodWallDoor: CA_Magazine { }; }; class ItemWoodWallWithDoor: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wall w/ Door"; @@ -350,7 +350,7 @@ class ItemWoodWallWithDoor: CA_Magazine { }; }; class ItemWoodWallWithDoorLocked: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wall w/ Door Locked"; @@ -369,7 +369,7 @@ class ItemWoodWallWithDoorLocked: CA_Magazine { }; class ItemWoodWallGarageDoor: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wood Garage Door"; @@ -395,7 +395,7 @@ class ItemWoodWallGarageDoor: CA_Magazine { }; }; class ItemWoodWallGarageDoorLocked: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Wood Garage Door Locked"; @@ -414,7 +414,7 @@ class ItemWoodWallGarageDoorLocked: CA_Magazine { }; class ItemWoodWallLg: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Large Wood Wall"; @@ -456,7 +456,7 @@ class ItemWoodWallLg: CA_Magazine { }; }; class ItemWoodWallWindowLg: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Large Wall w/ Window"; @@ -475,7 +475,7 @@ class ItemWoodWallWindowLg: CA_Magazine { }; class ItemWoodWallDoorLg: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Large Wall w/ Doorway"; @@ -501,7 +501,7 @@ class ItemWoodWallDoorLg: CA_Magazine { }; }; class ItemWoodWallWithDoorLg: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Large Wall w/ Door"; @@ -527,7 +527,7 @@ class ItemWoodWallWithDoorLg: CA_Magazine { }; }; class ItemWoodWallWithDoorLgLocked: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Large Wall w/ Door Locked"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Ores.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Ores.hpp index 9ce692aa1..c91d2e725 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Ores.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Ores.hpp @@ -1,5 +1,5 @@ class PartOre: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Iron Ore"; @@ -19,7 +19,7 @@ class PartOre: CA_Magazine { }; }; class PartOreSilver: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Silver Ore"; @@ -39,7 +39,7 @@ class PartOreSilver: CA_Magazine { }; }; class PartOreGold: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = "Gold Ore"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Food.hpp b/SQF/dayz_code/Configs/CfgMagazines/Food.hpp index cc0caffe7..71c520cca 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Food.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Food.hpp @@ -1,7 +1,7 @@ class FoodEdible; class FoodCanFrankBeans: FoodEdible { - scope = 2; + scope = public; // displayName = $STR_EQUIP_NAME_28; displayName = "Can (Frank n Beans)"; // addactions cannot have & model = "\dayz_equip\models\food_fbtin.p3d"; @@ -10,7 +10,7 @@ class FoodCanFrankBeans: FoodEdible { }; class FoodmeatRaw : FoodEdible { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_FOOD_EQIP_CODE_NAME_0; @@ -48,7 +48,7 @@ class FoodbeefRaw : FoodmeatRaw { }; class FoodmeatCooked : FoodEdible { - scope = 2; + scope = public; count = 1; displayName = $STR_FOODCOOKED_EQIP_CODE_NAME_0; model = "\dayz_equip\models\food_steak_cooked_gear.p3d"; @@ -85,7 +85,7 @@ class FoodbeefCooked : FoodmeatCooked { }; class AngelCookies : FoodEdible { - scope = 2; + scope = public; count = 1; displayName = $STR_FOODCOOKED_EQIP_CODE_NAME_5; model = "z\addons\dayz_communityassets\models\buiscits_box.p3d"; @@ -94,7 +94,7 @@ class AngelCookies : FoodEdible { bloodRegen = 100; }; class FoodMRE : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 800; displayName = $STR_FOOD_NAME_MRE; @@ -103,7 +103,7 @@ class FoodMRE : FoodEdible { picture = "\z\addons\dayz_communityassets\pictures\equip_mre_CA.paa"; }; class FoodPistachio : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 100; displayName = $STR_FOOD_NAME_PISTACHIO; @@ -112,7 +112,7 @@ class FoodPistachio : FoodEdible { picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa"; }; class FoodNutmix : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 100; displayName = $STR_FOOD_NAME_NUTMIX; @@ -122,7 +122,7 @@ class FoodNutmix : FoodEdible { }; class FoodCanGriff : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 200; displayName = $STR_FOOD_NAME_CAN_GRIFF; @@ -131,7 +131,7 @@ class FoodCanGriff : FoodEdible { picture = "\z\addons\dayz_communityassets\pictures\equip_can_griff_clean_full_ca.paa"; }; class FoodCanBadguy : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 200; displayName = $STR_FOOD_NAME_CAN_BADGUY; @@ -140,7 +140,7 @@ class FoodCanBadguy : FoodEdible { picture = "\z\addons\dayz_communityassets\pictures\equip_can_badguy_clean_full_ca.paa"; }; class FoodCanBoneboy : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 200; displayName = $STR_FOOD_NAME_CAN_BONEBOY; @@ -149,7 +149,7 @@ class FoodCanBoneboy : FoodEdible { picture = "\z\addons\dayz_communityassets\pictures\equip_can_boneboy_clean_full_ca.paa"; }; class FoodCanCorn : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 200; displayName = $STR_FOOD_NAME_CAN_CORN; @@ -158,7 +158,7 @@ class FoodCanCorn : FoodEdible { picture = "\z\addons\dayz_communityassets\pictures\equip_can_corn_clean_full_ca.paa"; }; class FoodCanCurgon : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 200; displayName = $STR_FOOD_NAME_CAN_CURGON; @@ -167,7 +167,7 @@ class FoodCanCurgon : FoodEdible { picture = "\z\addons\dayz_communityassets\pictures\equip_can_curgon_clean_full_ca.paa"; }; class FoodCanDemon : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 200; displayName = $STR_FOOD_NAME_CAN_DEMON; @@ -176,7 +176,7 @@ class FoodCanDemon : FoodEdible { picture = "\z\addons\dayz_communityassets\pictures\equip_can_demon_clean_full_ca.paa"; }; class FoodCanFraggleos : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 200; displayName = $STR_FOOD_NAME_CAN_FRAGGLEOS; @@ -185,7 +185,7 @@ class FoodCanFraggleos : FoodEdible { picture = "\z\addons\dayz_communityassets\pictures\equip_can_fraggleos_clean_full_ca.paa"; }; class FoodCanHerpy : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 200; displayName = $STR_FOOD_NAME_CAN_HERPY; @@ -194,7 +194,7 @@ class FoodCanHerpy : FoodEdible { picture = "\z\addons\dayz_communityassets\pictures\equip_can_herpy_clean_full_ca.paa"; }; class FoodCanOrlok : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 200; displayName = $STR_FOOD_NAME_CAN_ORLOK; @@ -203,7 +203,7 @@ class FoodCanOrlok : FoodEdible { picture = "\z\addons\dayz_communityassets\pictures\equip_can_orlok_clean_full_ca.paa"; }; class FoodCanPowell : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 200; displayName = $STR_FOOD_NAME_CAN_POWELL; @@ -212,7 +212,7 @@ class FoodCanPowell : FoodEdible { picture = "\z\addons\dayz_communityassets\pictures\equip_can_powell_clean_full_ca.paa"; }; class FoodCanTylers : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 200; displayName = $STR_FOOD_NAME_CAN_TYLERS; @@ -221,7 +221,7 @@ class FoodCanTylers : FoodEdible { picture = "\z\addons\dayz_communityassets\pictures\equip_can_tylers_clean_full_ca.paa"; }; class FoodCanUnlabeled : FoodEdible { - scope = 2; + scope = public; count = 1; bloodRegen = 200; displayName = $STR_FOOD_NAME_CAN_UNLABELED; @@ -231,7 +231,7 @@ class FoodCanUnlabeled : FoodEdible { }; class TrashTinCan: HandGrenade { - scope = 2; + scope = public; displayName = $STR_EQUIP_NAME_33; model = "\dayz_equip\models\trash_tincan.p3d"; picture = "\dayz_equip\textures\equip_tincan_ca.paa"; @@ -250,7 +250,7 @@ class TrashTinCan: HandGrenade { }; class FoodCanGriffEmpty : TrashTinCan { - scope = 2; + scope = public; count = 1; model = "z\addons\dayz_communityassets\models\can_griff_clean_empty.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_can_griff_clean_empty_ca.paa"; @@ -259,7 +259,7 @@ class FoodCanGriffEmpty : TrashTinCan { ammo = "TinCan"; }; class FoodCanBadguyEmpty : TrashTinCan { - scope = 2; + scope = public; count = 1; displayName = $STR_FOOD_NAME_CAN_BADGUY_EMPTY; descriptionShort = $STR_FOOD_DESC_CAN_BADGUY_EMPTY; @@ -268,7 +268,7 @@ class FoodCanBadguyEmpty : TrashTinCan { ammo = "TinCan"; }; class FoodCanBoneboyEmpty : TrashTinCan { - scope = 2; + scope = public; count = 1; displayName = $STR_FOOD_NAME_CAN_BONEBOY_EMPTY; descriptionShort = $STR_FOOD_DESC_CAN_BONEBOY_EMPTY; @@ -277,7 +277,7 @@ class FoodCanBoneboyEmpty : TrashTinCan { ammo = "TinCan"; }; class FoodCanCornEmpty : TrashTinCan { - scope = 2; + scope = public; count = 1; displayName = $STR_FOOD_NAME_CAN_CORN_EMPTY; descriptionShort = $STR_FOOD_DESC_CAN_CORN_EMPTY; @@ -286,7 +286,7 @@ class FoodCanCornEmpty : TrashTinCan { ammo = "TinCan"; }; class FoodCanCurgonEmpty : TrashTinCan { - scope = 2; + scope = public; count = 1; displayName = $STR_FOOD_NAME_CAN_CURGON_EMPTY; descriptionShort = $STR_FOOD_DESC_CAN_CURGON_EMPTY; @@ -295,7 +295,7 @@ class FoodCanCurgonEmpty : TrashTinCan { ammo = "TinCan"; }; class FoodCanDemonEmpty : TrashTinCan { - scope = 2; + scope = public; count = 1; displayName = $STR_FOOD_NAME_CAN_DEMON_EMPTY; descriptionShort = $STR_FOOD_DESC_CAN_DEMON_EMPTY; @@ -304,7 +304,7 @@ class FoodCanDemonEmpty : TrashTinCan { ammo = "TinCan"; }; class FoodCanFraggleosEmpty : TrashTinCan { - scope = 2; + scope = public; count = 1; displayName = $STR_FOOD_NAME_CAN_FRAGGLEOS_EMPTY; descriptionShort = $STR_FOOD_DESC_CAN_FRAGGLEOS_EMPTY; @@ -313,7 +313,7 @@ class FoodCanFraggleosEmpty : TrashTinCan { ammo = "TinCan"; }; class FoodCanHerpyEmpty : TrashTinCan { - scope = 2; + scope = public; count = 1; displayName = $STR_FOOD_NAME_CAN_HERPY_EMPTY; descriptionShort = $STR_FOOD_DESC_CAN_HERPY_EMPTY; @@ -322,7 +322,7 @@ class FoodCanHerpyEmpty : TrashTinCan { ammo = "TinCan"; }; class FoodCanOrlokEmpty : TrashTinCan { - scope = 2; + scope = public; count = 1; displayName = $STR_FOOD_NAME_CAN_ORLOK_EMPTY; descriptionShort = $STR_FOOD_DESC_CAN_ORLOK_EMPTY; @@ -331,7 +331,7 @@ class FoodCanOrlokEmpty : TrashTinCan { ammo = "TinCan"; }; class FoodCanPowellEmpty : TrashTinCan { - scope = 2; + scope = public; count = 1; displayName = $STR_FOOD_NAME_CAN_POWELL_EMPTY; descriptionShort = $STR_FOOD_DESC_CAN_POWELL_EMPTY; @@ -340,7 +340,7 @@ class FoodCanPowellEmpty : TrashTinCan { ammo = "TinCan"; }; class FoodCanTylersEmpty : TrashTinCan { - scope = 2; + scope = public; count = 1; displayName = $STR_FOOD_NAME_CAN_TYLERS_EMPTY; descriptionShort = $STR_FOOD_DESC_CAN_TYLERS_EMPTY; @@ -349,7 +349,7 @@ class FoodCanTylersEmpty : TrashTinCan { ammo = "TinCan"; }; class FoodCanUnlabeledEmpty : TrashTinCan { - scope = 2; + scope = public; count = 1; displayName = $STR_FOOD_NAME_CAN_UNLABELED_EMPTY; descriptionShort = $STR_FOOD_DESC_CAN_UNLABELED_EMPTY; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/BearTrap.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/BearTrap.hpp index c9c0fadad..88bbf25d8 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/BearTrap.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/BearTrap.hpp @@ -1,6 +1,6 @@ class TrapBear : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/CamoNet.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/CamoNet.hpp index 1a50fdd6e..6025444ea 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/CamoNet.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/CamoNet.hpp @@ -1,6 +1,6 @@ class ItemCamoNet : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem * 3; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Canteen.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Canteen.hpp index 9be55f265..0fd7a474f 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/Canteen.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Canteen.hpp @@ -1,6 +1,6 @@ class ItemCanteenEmpty : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Fuel.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Fuel.hpp index 4a0d028e8..868489a6f 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/Fuel.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Fuel.hpp @@ -1,6 +1,6 @@ class ItemJerrycanEmpty : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem * 2; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Generator.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Generator.hpp index 50e0a1bec..e12e3e86f 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/Generator.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Generator.hpp @@ -1,6 +1,6 @@ class ItemGenerator : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem * 6; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/MetalFenceItems.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/MetalFenceItems.hpp index 70c0aa474..4eafc455f 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/MetalFenceItems.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/MetalFenceItems.hpp @@ -1,6 +1,6 @@ class ItemMetalSheet: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_BLD_name_ItemMetalSheet;//"Corrugated Sheet" @@ -10,7 +10,7 @@ class ItemMetalSheet: CA_Magazine }; class ItemConcreteBlock: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_BLD_name_ItemConcreteBlock;//"Concrete Block" @@ -20,7 +20,7 @@ class ItemConcreteBlock: CA_Magazine }; class ItemRSJ: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_BLD_name_ItemRSJ;//"Steel Beam" @@ -30,7 +30,7 @@ class ItemRSJ: CA_Magazine }; class ItemScrews: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_BLD_name_ItemScrews;//"Box of screws for metal" diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Padlock.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Padlock.hpp index 9c65d8d30..ffe7a73df 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/Padlock.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Padlock.hpp @@ -1,6 +1,6 @@ class ItemPadlock: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_BLD_name_ItemPadlock;//"Padlock" diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Sandbag.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Sandbag.hpp index 445a05822..312a32940 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/Sandbag.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Sandbag.hpp @@ -1,7 +1,7 @@ // IN DZE/MISC.HPP class ItemSandbag : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Stone.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Stone.hpp index 7fe6d5b8a..da79291ad 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/Stone.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Stone.hpp @@ -1,6 +1,6 @@ class ItemStone: CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_BLD_name_ItemStone;//"Rough Stone" diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/TankTrap.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/TankTrap.hpp index 4d6064fcc..ba9461abb 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/TankTrap.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/TankTrap.hpp @@ -1,6 +1,6 @@ class ItemTankTrap : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Tent.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Tent.hpp index 9e2f57574..aa403f501 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/Tent.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Tent.hpp @@ -1,7 +1,7 @@ //TENT CONFIGS ARE FOND IN DZE/MISC.HPP class ItemTent : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem * 3; @@ -25,7 +25,7 @@ class ItemTent : CA_Magazine class ItemDomeTent : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem * 3; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/TripWire.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/TripWire.hpp index d9cbc0e24..448382c24 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/TripWire.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/TripWire.hpp @@ -1,6 +1,6 @@ class ItemTrapTripwireCans : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/WaterBottle.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/WaterBottle.hpp index 28bdc9ef4..e5e997313 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/WaterBottle.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/WaterBottle.hpp @@ -1,6 +1,6 @@ class ItemWaterBottleUnfilled : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; @@ -25,7 +25,7 @@ class ItemWaterBottleUnfilled : CA_Magazine class ItemWaterBottleDmg : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/WireFence.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/WireFence.hpp index 0c00924b3..19cb8665a 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/WireFence.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/WireFence.hpp @@ -1,6 +1,6 @@ class ItemWire : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Wood.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Wood.hpp index f11c528a9..158edba6d 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/Wood.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Wood.hpp @@ -1,6 +1,6 @@ class ItemLog : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; displayName = $STR_BLD_name_ItemLog;//"Wooden Log" @@ -24,7 +24,7 @@ class ItemLog : CA_Magazine class ItemPlank : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; displayName = $STR_BLD_name_ItemPlank;//"Sawn Planks" @@ -48,7 +48,7 @@ class ItemPlank : CA_Magazine /* Redifined in DZE/Misc class PartWoodPile : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Workbench.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Workbench.hpp index a407a11fd..7167ecd70 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/Workbench.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Workbench.hpp @@ -1,6 +1,6 @@ class ItemWorkBench : CA_Magazine { - scope = 2; + scope = public; count = 1; type = 256; displayName = $STR_BLD_name_ItemWorkBench;//"Work Bench (Packed)" diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/equip_brick.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/equip_brick.hpp index 1d1ebd09a..dfe9aac0b 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/equip_brick.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/equip_brick.hpp @@ -1,6 +1,6 @@ class equip_brick : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/equip_lever.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/equip_lever.hpp index 2201eabeb..2e1c4960d 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/equip_lever.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/equip_lever.hpp @@ -1,6 +1,6 @@ class equip_lever : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Magazines/556x45.hpp b/SQF/dayz_code/Configs/CfgMagazines/Magazines/556x45.hpp index cae191ea6..19affdf34 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Magazines/556x45.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Magazines/556x45.hpp @@ -15,7 +15,7 @@ class 100Rnd_556x45_M249 : 200Rnd_556x45_M249 }; class 100Rnd_556x45_BetaCMag: CA_Magazine { - scope = 2; + scope = public; displayName = "MG36 Mag."; ammo = "B_556x45_Ball"; count = 100; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Magazines/Arrows.hpp b/SQF/dayz_code/Configs/CfgMagazines/Magazines/Arrows.hpp index 14682b4b8..1e4238530 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Magazines/Arrows.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Magazines/Arrows.hpp @@ -1,6 +1,6 @@ class 1Rnd_Arrow_Wood : CA_Magazine { - scope = 2; + scope = public; model = "\dayz_weapons\models\bolt_gear"; picture = "\z\addons\dayz_communityassets\pictures\equip_warrow_ca.paa"; @@ -46,7 +46,7 @@ class 12Rnd_Quiver_Wood : 1Rnd_Arrow_Wood class 1Rnd_Bolt_Tranquilizer : CA_Magazine { - scope = 2; + scope = public; type = WeaponSlotItem; count = 1; @@ -60,7 +60,7 @@ class 1Rnd_Bolt_Tranquilizer : CA_Magazine class 1Rnd_Bolt_Explosive : CA_Magazine { - scope = 2; + scope = public; type = WeaponSlotItem; count = 1; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Magazines/Melee.hpp b/SQF/dayz_code/Configs/CfgMagazines/Magazines/Melee.hpp index d797143a4..88269dd41 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Magazines/Melee.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Magazines/Melee.hpp @@ -7,7 +7,7 @@ class Melee_Swing : CA_Magazine class Hatchet_Swing : Melee_Swing { - scope = 2; + scope = public; //TODO: test which one is shown and delete the rest displayName = "Hatchet"; @@ -18,7 +18,7 @@ class Hatchet_Swing : Melee_Swing class Crowbar_Swing : Melee_Swing { - scope = 2; + scope = public; displayName = "Crowbar"; displayNameMagazine = "Crowbar"; @@ -28,7 +28,7 @@ class Crowbar_Swing : Melee_Swing class Machete_Swing : Melee_Swing { - scope = 2; + scope = public; displayName = "Machete"; displayNameMagazine = "Machete"; @@ -38,7 +38,7 @@ class Machete_Swing : Melee_Swing class Fishing_Swing : Melee_Swing { - scope = 2; + scope = public; displayName = "Fishing"; displayNameMagazine = "Fishing"; @@ -55,7 +55,7 @@ class sledge_swing : Melee_Swing { class Bat_Swing : Melee_Swing { - scope = 2; + scope = public; displayName = "BaseBallBat"; displayNameMagazine = "BaseBallBat"; @@ -65,7 +65,7 @@ class Bat_Swing : Melee_Swing class BatBarbed_Swing : Melee_Swing { - scope = 2; + scope = public; displayName = "BaseBallBatBarbed"; displayNameMagazine = "BaseBallBatBarbed"; @@ -75,7 +75,7 @@ class BatBarbed_Swing : Melee_Swing class BatNails_Swing : Melee_Swing { - scope = 2; + scope = public; displayName = "BaseBallBatNails"; displayNameMagazine = "BaseBallBatNails"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Magazines/Misc.hpp b/SQF/dayz_code/Configs/CfgMagazines/Magazines/Misc.hpp index 233101eb1..531ac065c 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Magazines/Misc.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Magazines/Misc.hpp @@ -25,7 +25,7 @@ class 10Rnd_303British : 10x_303 //Winchester 1866 class 15Rnd_W1866_Slug : CA_Magazine { - scope = 2; + scope = public; model = "\z\addons\dayz_communityassets\models\winammo.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_winammo_ca.paa"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Medical/Antibiotic.hpp b/SQF/dayz_code/Configs/CfgMagazines/Medical/Antibiotic.hpp index 15a345a61..0c7a5625c 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Medical/Antibiotic.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Medical/Antibiotic.hpp @@ -1,6 +1,6 @@ class ItemAntibiotic_base : CA_Magazine { - scope = 0; + scope = private; count = 1; type = WeaponSlotItem; @@ -11,7 +11,7 @@ class ItemAntibiotic_base : CA_Magazine class ItemAntibiotic : ItemAntibiotic_base { - scope = 2; + scope = public; descriptionShort = $STR_EQUIP_DESC_17; class medical @@ -101,6 +101,6 @@ class ItemAntibiotic1 : ItemAntibiotic class ItemAntibioticEmpty : ItemAntibiotic_base { - scope = 2; + scope = public; descriptionShort = "EmptyBox of Azithromycin."; }; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgMagazines/Medical/BloodBags.hpp b/SQF/dayz_code/Configs/CfgMagazines/Medical/BloodBags.hpp index fd11a776f..d777f7a5b 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Medical/BloodBags.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Medical/BloodBags.hpp @@ -1,6 +1,6 @@ class bloodBagBase : CA_Magazine { - scope = 0; + scope = private; count = 1; type = WeaponSlotItem; @@ -9,7 +9,7 @@ class bloodBagBase : CA_Magazine class bloodBagANEG : bloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_bloodBagANEG; model = "z\addons\dayz_communityassets\models\bbag_full_m_A.p3d"; descriptionShort = $STR_BLD_desc_bloodBagANEG; @@ -17,7 +17,7 @@ class bloodBagANEG : bloodBagBase class bloodBagAPOS : bloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_bloodBagAPOS; model = "z\addons\dayz_communityassets\models\bbag_full_p_A.p3d"; descriptionShort = $STR_BLD_desc_bloodBagAPOS; @@ -25,7 +25,7 @@ class bloodBagAPOS : bloodBagBase class bloodBagBNEG : bloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_bloodBagBNEG; model = "z\addons\dayz_communityassets\models\bbag_full_m_B.p3d"; descriptionShort = $STR_BLD_desc_bloodBagBNEG; @@ -33,7 +33,7 @@ class bloodBagBNEG : bloodBagBase class bloodBagBPOS : bloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_bloodBagBPOS; model = "z\addons\dayz_communityassets\models\bbag_full_p_B.p3d"; descriptionShort = $STR_BLD_desc_bloodBagBPOS; @@ -41,7 +41,7 @@ class bloodBagBPOS : bloodBagBase class bloodBagABNEG : bloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_bloodBagABNEG; model = "z\addons\dayz_communityassets\models\bbag_full_m_AB.p3d"; descriptionShort = $STR_BLD_desc_bloodBagABNEG; @@ -49,7 +49,7 @@ class bloodBagABNEG : bloodBagBase class bloodBagABPOS : bloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_bloodBagABPOS; model = "z\addons\dayz_communityassets\models\bbag_full_p_AB.p3d"; descriptionShort = $STR_BLD_desc_bloodBagABPOS; @@ -57,7 +57,7 @@ class bloodBagABPOS : bloodBagBase class bloodBagONEG : bloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_bloodBagONEG; model = "z\addons\dayz_communityassets\models\bbag_full_m_O.p3d"; descriptionShort = $STR_BLD_desc_bloodBagONEG; @@ -65,7 +65,7 @@ class bloodBagONEG : bloodBagBase class bloodBagOPOS : bloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_bloodBagOPOS; model = "z\addons\dayz_communityassets\models\bbag_full_p_O.p3d"; descriptionShort = $STR_BLD_desc_bloodBagOPOS; @@ -88,56 +88,56 @@ class wholeBloodBagBase : bloodBagBase class wholeBloodBagANEG : wholeBloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_wholeBloodBagANEG; model = "z\addons\dayz_communityassets\models\bbag_full_m_A.p3d"; descriptionShort = $STR_BLD_desc_wholeBloodBagANEG; }; class wholeBloodBagAPOS : wholeBloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_wholeBloodBagAPOS; model = "z\addons\dayz_communityassets\models\bbag_full_p_A.p3d"; descriptionShort = $STR_BLD_desc_wholeBloodBagAPOS; }; class wholeBloodBagBNEG : wholeBloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_wholeBloodBagBNEG; model = "z\addons\dayz_communityassets\models\bbag_full_m_B.p3d"; descriptionShort = $STR_BLD_desc_wholeBloodBagBNEG; }; class wholeBloodBagBPOS : wholeBloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_wholeBloodBagBPOS; model = "z\addons\dayz_communityassets\models\bbag_full_p_B.p3d"; descriptionShort = $STR_BLD_desc_wholeBloodBagBPOS; }; class wholeBloodBagABNEG : wholeBloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_wholeBloodBagABNEG; model = "z\addons\dayz_communityassets\models\bbag_full_m_AB.p3d"; descriptionShort = $STR_BLD_desc_wholeBloodBagABNEG; }; class wholeBloodBagABPOS : wholeBloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_wholeBloodBagABPOS; model = "z\addons\dayz_communityassets\models\bbag_full_p_AB.p3d"; descriptionShort = $STR_BLD_desc_wholeBloodBagABPOS; }; class wholeBloodBagONEG : wholeBloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_wholeBloodBagONEG; model = "z\addons\dayz_communityassets\models\bbag_full_m_O.p3d"; descriptionShort = $STR_BLD_desc_wholeBloodBagONEG; }; class wholeBloodBagOPOS : wholeBloodBagBase { - scope = 2; + scope = public; displayName = $STR_BLD_name_wholeBloodBagOPOS; model = "z\addons\dayz_communityassets\models\bbag_full_p_O.p3d"; descriptionShort = $STR_BLD_desc_wholeBloodBagOPOS; @@ -146,7 +146,7 @@ class wholeBloodBagOPOS : wholeBloodBagBase //MISC tools needed class bloodTester : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; @@ -167,7 +167,7 @@ class bloodTester : CA_Magazine class transfusionKit : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; @@ -188,7 +188,7 @@ class transfusionKit : CA_Magazine class emptyBloodBag : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Medical/Medical.hpp b/SQF/dayz_code/Configs/CfgMagazines/Medical/Medical.hpp index 7eafb73ac..d258f1158 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Medical/Medical.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Medical/Medical.hpp @@ -3,7 +3,7 @@ class ItemAntibacterialWipe : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotHandGunItem; @@ -24,7 +24,7 @@ class ItemAntibacterialWipe : CA_Magazine class ItemBandage : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotHandGunItem; @@ -45,7 +45,7 @@ class ItemBandage : CA_Magazine class ItemSepsisBandage : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotHandGunItem; @@ -66,7 +66,7 @@ class ItemSepsisBandage : CA_Magazine class ItemPainkiller : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; @@ -87,7 +87,7 @@ class ItemPainkiller : CA_Magazine class ItemEpinephrine : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; @@ -99,7 +99,7 @@ class ItemEpinephrine : CA_Magazine class ItemMorphine : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; @@ -120,7 +120,7 @@ class ItemMorphine : CA_Magazine class ItemHeatPack : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Planting.hpp b/SQF/dayz_code/Configs/CfgMagazines/Planting.hpp index 9ec9f425f..b9725a30d 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Planting.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Planting.hpp @@ -1,5 +1,5 @@ class ItemFertilizer: CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = "Fertilizer"; descriptionShort = "Fertilizer"; @@ -10,7 +10,7 @@ class ItemFertilizer: CA_Magazine { }; class ItemPumpkinSeed: CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = "A Pumpkin Seed"; descriptionShort = "A Pumpkin Seed"; @@ -32,7 +32,7 @@ class ItemPumpkinSeed: CA_Magazine { }; class ItemPumpkinPlant: CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = "A Pumpkin Plant"; descriptionShort = "A Pumpkin Plant"; @@ -51,7 +51,7 @@ class ItemPumpkinPlant: CA_Magazine { }; class ItemHempSeed: CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = "A Hemp Seed"; descriptionShort = "A Hemp Seed"; @@ -73,7 +73,7 @@ class ItemHempSeed: CA_Magazine { }; class ItemHempPlant: CA_Magazine { - scope = 2; + scope = public; count = 1; displayName = "A Hemp Plant"; descriptionShort = "A Hemp Plant"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Throwable.hpp b/SQF/dayz_code/Configs/CfgMagazines/Throwable.hpp index 5b16ed692..5d42e1549 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Throwable.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Throwable.hpp @@ -1,6 +1,6 @@ class HandRoadFlare : HandGrenade { - scope = 2; + scope = public; picture = "\dayz_weapons\textures\equip_roadflare_ca.paa"; model = "\dayz_weapons\models\roadflare"; @@ -22,7 +22,7 @@ class HandRoadFlare : HandGrenade class HandChemBlue : HandGrenade { - scope = 2; + scope = public; picture = "\dayz_weapons\textures\equip_chem_blue_ca.paa"; model = "\dayz_weapons\models\chem_gear_blue"; @@ -44,7 +44,7 @@ class HandChemBlue : HandGrenade class HandChemGreen : HandGrenade { - scope = 2; + scope = public; picture = "\dayz_weapons\textures\equip_chem_green_ca.paa"; model = "\dayz_weapons\models\chem_gear_green"; @@ -66,7 +66,7 @@ class HandChemGreen : HandGrenade class HandChemRed : HandGrenade { - scope = 2; + scope = public; picture = "\dayz_weapons\textures\equip_chem_red_ca.paa"; model = "\dayz_weapons\models\chem_gear_red"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Trash/Misc.hpp b/SQF/dayz_code/Configs/CfgMagazines/Trash/Misc.hpp index 345dbd953..506e5fe3b 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Trash/Misc.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Trash/Misc.hpp @@ -1,6 +1,6 @@ class TrashJackDaniels : HandGrenade { - scope = 2; + scope = public; model = "\dayz_equip\models\bottle_jd.p3d"; picture = "\dayz_equip\textures\equip_bottle_jd_ca.paa"; @@ -12,7 +12,7 @@ class TrashJackDaniels : HandGrenade class ItemBookBible : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; @@ -24,7 +24,7 @@ class ItemBookBible : CA_Magazine class ItemCards : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; @@ -36,7 +36,7 @@ class ItemCards : CA_Magazine class ItemKosmosSmokes : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; @@ -48,7 +48,7 @@ class ItemKosmosSmokes : CA_Magazine class ItemKosmosSmokesOpen : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; @@ -60,7 +60,7 @@ class ItemKosmosSmokesOpen : CA_Magazine class ItemTrashPaper : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; @@ -72,7 +72,7 @@ class ItemTrashPaper : CA_Magazine class ItemTrashPaperMusic : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; @@ -84,7 +84,7 @@ class ItemTrashPaperMusic : CA_Magazine class ItemTrashRazor : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; @@ -96,7 +96,7 @@ class ItemTrashRazor : CA_Magazine /* //IN DZE/MISC class ItemTrashToiletpaper : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem; diff --git a/SQF/dayz_code/Configs/CfgMagazines/Trash/Trash.hpp b/SQF/dayz_code/Configs/CfgMagazines/Trash/Trash.hpp index 33d874936..798875f2f 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Trash/Trash.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Trash/Trash.hpp @@ -1,6 +1,6 @@ class ItemSodaEmpty : HandGrenade { - scope = 2; + scope = public; model = "\dayz_equip\models\soda_coke_e.p3d"; picture = "\dayz_equip\textures\equip_soda_empty_ca.paa"; @@ -21,7 +21,7 @@ class ItemSodaEmpty : HandGrenade class TrashTinCan : HandGrenade { - scope = 2; + scope = public; model = "\dayz_equip\models\trash_tincan.p3d"; picture = "\dayz_equip\textures\equip_tincan_ca.paa"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/VehicleAmmo.hpp b/SQF/dayz_code/Configs/CfgMagazines/VehicleAmmo.hpp index 046c3ed57..0e3419837 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/VehicleAmmo.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/VehicleAmmo.hpp @@ -1,5 +1,5 @@ class 29Rnd_30mm_AGS30 : CA_Magazine { - scope = 2; + scope = public; displayName = "HE Rounds"; model = "\z\addons\dayz_epoch\models\30mm_mag.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_30mm_mag_ca.paa"; @@ -12,7 +12,7 @@ class 29Rnd_30mm_AGS30 : CA_Magazine { weight = 16; }; class 48Rnd_40mm_MK19 : CA_Magazine { - scope = 2; + scope = public; displayName = "Mk. 19 40mm"; model = "\z\addons\dayz_epoch\models\40mm_mag.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_40mm_mag_ca.paa"; @@ -26,7 +26,7 @@ class 48Rnd_40mm_MK19 : CA_Magazine { }; class 2000Rnd_762x51_M134 : CA_Magazine { count = 2000; - scope = 2; + scope = public; displayName = "M134 7.62 Nato"; picture = "\z\addons\dayz_epoch\pictures\equip_m134_mag_ca.paa"; model = "\z\addons\dayz_epoch\models\m134_mag.p3d"; @@ -38,7 +38,7 @@ class 2000Rnd_762x51_M134 : CA_Magazine { weight = 50; }; class 100Rnd_127x99_M2 : CA_Magazine { - scope = 2; + scope = public; displayName = "M2 Machine Gun"; model = "\z\addons\dayz_epoch\models\50cal_mag.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_50cal_mag_ca.paa"; @@ -53,7 +53,7 @@ class 100Rnd_127x99_M2 : CA_Magazine { weight = 8; }; class 50Rnd_127x107_DSHKM : CA_Magazine { - scope = 2; + scope = public; displayName = "DShKM"; picture = "\z\addons\dayz_epoch\pictures\equip_Dshkm_mag_ca.paa"; model = "\z\addons\dayz_epoch\models\dshkm_mag.p3d"; diff --git a/SQF/dayz_code/Configs/CfgMagazines/VehicleParts.hpp b/SQF/dayz_code/Configs/CfgMagazines/VehicleParts.hpp index ee172e1cb..090ae17f9 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/VehicleParts.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/VehicleParts.hpp @@ -1,6 +1,6 @@ class PartFueltank : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem * 2; @@ -22,7 +22,7 @@ class PartFueltank : CA_Magazine class PartWheel : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem * 6; @@ -34,7 +34,7 @@ class PartWheel : CA_Magazine class PartEngine : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem * 10; @@ -57,7 +57,7 @@ class PartEngine : CA_Magazine class PartVRotor : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem * 8; @@ -80,7 +80,7 @@ class PartVRotor : CA_Magazine class PartGlass : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem * 2; @@ -92,7 +92,7 @@ class PartGlass : CA_Magazine class PartGeneric : CA_Magazine { - scope = 2; + scope = public; count = 1; type = WeaponSlotItem * 3; diff --git a/SQF/dayz_code/Configs/CfgMarkers.hpp b/SQF/dayz_code/Configs/CfgMarkers.hpp index 2a6106e13..073cde698 100644 --- a/SQF/dayz_code/Configs/CfgMarkers.hpp +++ b/SQF/dayz_code/Configs/CfgMarkers.hpp @@ -6,7 +6,7 @@ class CfgMarkers color[] = {1, 0, 0, 1}; size = 32; shadow = true; - scope = 0; + scope = private; }; class Cricle02 { name = "Marker description"; @@ -14,7 +14,7 @@ class CfgMarkers color[] = {1, 0, 0, 1}; size = 32; shadow = true; - scope = 0; + scope = private; }; class Cross01 { name = "Marker description"; @@ -22,7 +22,7 @@ class CfgMarkers color[] = {1, 0, 0, 1}; size = 32; shadow = true; - scope = 0; + scope = private; }; class Cross02 { name = "Marker description"; @@ -30,7 +30,7 @@ class CfgMarkers color[] = {1, 0, 0, 1}; size = 32; shadow = true; - scope = 0; + scope = private; }; class Questionmark { name = "Marker description"; @@ -38,6 +38,6 @@ class Questionmark { color[] = {1, 0, 0, 1}; size = 32; shadow = true; - scope = 0; + scope = private; }; }; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgNonAIVehicles.hpp b/SQF/dayz_code/Configs/CfgNonAIVehicles.hpp index bf03464bd..a7dc7c139 100644 --- a/SQF/dayz_code/Configs/CfgNonAIVehicles.hpp +++ b/SQF/dayz_code/Configs/CfgNonAIVehicles.hpp @@ -35,27 +35,27 @@ class CfgNonAIVehicles { class StreetLamp_BaseWeakYellow : StreetLamp { brightness = 0.3; - scope = 2; + scope = public; }; class StreetLamp_BaseMediumOrange : StreetLamp { brightness = 0.3; - scope = 2; + scope = public; }; class StreetLamp_BaseMediumPale : StreetLamp { brightness = 0.3; - scope = 2; + scope = public; }; class StreetLamp_BaseStrongPale : StreetLamp { brightness = 0.3; - scope = 2; + scope = public; }; class Land_Lamp_Small_EP1 : StreetLamp { brightness = 0; - scope = 2; + scope = public; class HitPoints { class HitBulb { armor = 1; @@ -80,7 +80,7 @@ class CfgNonAIVehicles { class Land_Lamp_Street1_EP1 : StreetLamp { brightness = 0; - scope = 2; + scope = public; class HitPoints { class HitBulb { armor = 1; @@ -105,7 +105,7 @@ class CfgNonAIVehicles { class Land_Lamp_Street2_EP1 : StreetLamp { brightness = 0; - scope = 2; + scope = public; class HitPoints { class HitBulb { armor = 1; @@ -130,7 +130,7 @@ class CfgNonAIVehicles { class Land_Lampa_Ind_EP1 : StreetLamp { brightness = 0; - scope = 2; + scope = public; class HitPoints { class HitBulb { armor = 1; @@ -155,7 +155,7 @@ class CfgNonAIVehicles { class Land_PowLines_Conc2L_EP1 : StreetLamp { brightness = 0; - scope = 2; + scope = public; class HitPoints { class HitBulb { armor = 1; @@ -179,7 +179,7 @@ class CfgNonAIVehicles { }; class Land_lampa_sidl : StreetLamp { - scope = 2; + scope = public; model = "\ca\buildings\Misc\lampa_sidl"; class HitPoints { class HitBulb { @@ -204,7 +204,7 @@ class CfgNonAIVehicles { }; class Land_lampa_sidl_2 : StreetLamp { - scope = 2; + scope = public; model = "\ca\buildings\Misc\lampa_sidl_2"; class HitPoints { class HitBulb { @@ -229,7 +229,7 @@ class CfgNonAIVehicles { }; class Land_lampa_sidl_3 : StreetLamp { - scope = 2; + scope = public; model = "\ca\buildings\Misc\lampa_sidl_3"; class HitPoints { class HitBulb { @@ -254,7 +254,7 @@ class CfgNonAIVehicles { }; class Land_lampa_ind : StreetLamp { - scope = 2; + scope = public; model = "\ca\buildings\Misc\lampa_ind"; class HitPoints { class HitBulb { @@ -279,7 +279,7 @@ class CfgNonAIVehicles { }; class Land_lampa_ind_zebr : StreetLamp { - scope = 2; + scope = public; model = "\ca\buildings\Misc\lampa_ind_zebr"; class HitPoints { class HitBulb { diff --git a/SQF/dayz_code/Configs/CfgVehicles/Animal.hpp b/SQF/dayz_code/Configs/CfgVehicles/Animal.hpp index 341e6e52d..bbc94458c 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Animal.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Animal.hpp @@ -9,7 +9,7 @@ class animal_DZ: CAAnimalBase }; class DZ_Pastor : Pastor { - scope = 2; + scope = public; side = 1; model = "\ca\animals2\Dogs\Pastor\Pastor"; displayName = "Alsatian"; @@ -30,7 +30,7 @@ class DZ_Pastor : Pastor { }; class DZ_Fin : Fin { - scope = 2; + scope = public; model = "\ca\animals2\Dogs\Fin\Fin"; displayName = "Fin"; moves = "CfgMovesDogDZ"; @@ -41,7 +41,7 @@ class DZ_Fin : Fin { class Cow: animal_DZ { - scope = 0; + scope = private; model = "\ca\animals2\cow\cow"; displayName = "$STR_DN_COW"; moves = "CfgMovesCow"; @@ -74,7 +74,7 @@ class Cow: animal_DZ }; class Cow01: Cow { - scope = 2; + scope = public; accuracy = 1000; model = "\ca\animals2\cow\cow"; displayName = "$STR_DN_COW01"; @@ -98,7 +98,7 @@ class Cow04: Cow01 class Goat: animal_DZ { - scope = 2; + scope = public; model = "\ca\animals2\Goat\Goat"; displayName = "$STR_DN_GOAT"; moves = "CfgMovesGoat"; @@ -123,7 +123,7 @@ class Goat: animal_DZ class Rabbit: animal_DZ { - scope = 2; + scope = public; side = 3; model = "\ca\animals2\rabbit\rabbit"; displayName = "$STR_DN_RABBIT"; @@ -157,7 +157,7 @@ class Rabbit: animal_DZ class Sheep: animal_DZ { - scope = 2; + scope = public; model = "\ca\animals2\Sheep\Sheep"; displayName = "$STR_DN_SHEEP"; moves = "CfgMovesSheep"; @@ -184,7 +184,7 @@ class Sheep: animal_DZ class WildBoar: animal_DZ { - scope = 2; + scope = public; model = "\ca\animals2\WildBoar\WildBoar"; displayName = "$STR_DN_WILDBOAR"; moves = "CfgMovesWildBoar"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Bags.hpp b/SQF/dayz_code/Configs/CfgVehicles/Bags.hpp index 28621af7a..76c5d3c54 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Bags.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Bags.hpp @@ -1,6 +1,6 @@ class ReammoBox_EP1; // External class reference class Bag_Base_EP1 : ReammoBox_EP1 { - scope = 0; + scope = private; class TransportMagazines {}; @@ -20,7 +20,7 @@ class Bag_Base_EP1 : ReammoBox_EP1 { class DZ_Patrol_Pack_EP1: Bag_Base_EP1 { - scope = 2; + scope = public; displayName = $STR_EPOCH_PACK_PATROL; picture = "\ca\weapons_e\data\icons\backpack_US_ASSAULT_COYOTE_CA.paa"; icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa"; @@ -36,7 +36,7 @@ class DZ_Patrol_Pack_EP1: Bag_Base_EP1 class DZ_Assault_Pack_EP1: Bag_Base_EP1 { - scope = 2; + scope = public; displayName = $STR_EPOCH_PACK_ASSAULT; picture = "\ca\weapons_e\data\icons\backpack_US_ASSAULT_CA.paa"; icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa"; @@ -57,7 +57,7 @@ class DZ_Czech_Vest_Puch: Bag_Base_EP1 mapsize = 2; model = "\ca\weapons_e\AmmoBoxes\backpack_acr_small.p3d"; picture = "\ca\weapons_e\data\icons\backpack_ACR_small_CA.paa"; - scope = 2; + scope = public; transportmaxmagazines = 12; transportmaxweapons = 0; class eventHandlers @@ -68,7 +68,7 @@ class DZ_Czech_Vest_Puch: Bag_Base_EP1 class DZ_ALICE_Pack_EP1: Bag_Base_EP1 { - scope = 2; + scope = public; displayName = $STR_EPOCH_PACK_ALICE; picture = "\ca\weapons_e\data\icons\backpack_TK_ALICE_CA.paa"; icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa"; @@ -84,7 +84,7 @@ class DZ_ALICE_Pack_EP1: Bag_Base_EP1 class DZ_TK_Assault_Pack_EP1 : Bag_Base_EP1 { - scope = 2; + scope = public; displayName = $STR_EPOCH_PACK_ACU; mapSize = 2; picture = "\ca\weapons_e\data\icons\backpack_CIVIL_ASSAULT_CA.paa"; @@ -100,7 +100,7 @@ class DZ_TK_Assault_Pack_EP1 : Bag_Base_EP1 class DZ_British_ACU : Bag_Base_EP1 { - scope = 2; + scope = public; displayName = $STR_EPOCH_PACK_BAP; mapSize = 2; model = "\ca\weapons_baf\Backpack_Small_BAF";\ @@ -116,7 +116,7 @@ class DZ_British_ACU : Bag_Base_EP1 class DZ_CivilBackpack_EP1: Bag_Base_EP1 { - scope = 2; + scope = public; displayName = $STR_EPOCH_PACK_CZECH; picture = "\ca\weapons_e\data\icons\backpack_ACR_CA.paa"; icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa"; @@ -132,7 +132,7 @@ class DZ_CivilBackpack_EP1: Bag_Base_EP1 class DZ_Backpack_EP1: Bag_Base_EP1 { - scope = 2; + scope = public; displayName = $STR_EPOCH_PACK_COYOTE; picture = "\ca\weapons_e\data\icons\backpack_US_CA.paa"; icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa"; @@ -148,7 +148,7 @@ class DZ_Backpack_EP1: Bag_Base_EP1 class DZ_LargeGunBag_EP1: Bag_Base_EP1 { - scope = 2; + scope = public; displayName = $STR_EPOCH_PACK_LGB; model = "\ca\weapons_e\AmmoBoxes\StaticX.p3d"; picture = "\ca\weapons_e\data\icons\staticX_CA.paa"; @@ -163,7 +163,7 @@ class DZ_LargeGunBag_EP1: Bag_Base_EP1 }; class DZ_GunBag_EP1: Bag_Base_EP1 { - scope = 2; + scope = public; displayName = $STR_EPOCH_PACK_GB; model = "\ca\weapons_e\AmmoBoxes\StaticY.p3d"; picture = "\ca\weapons_e\data\icons\staticY_CA.paa"; @@ -178,7 +178,7 @@ class DZ_GunBag_EP1: Bag_Base_EP1 }; class DZ_CompactPack_EP1: Bag_Base_EP1 { - scope = 2; + scope = public; displayName = $STR_EPOCH_PACK_COMPACT; picture = "\ca\weapons_e\data\icons\backpack_RPG_CA.paa"; icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa"; @@ -193,7 +193,7 @@ class DZ_CompactPack_EP1: Bag_Base_EP1 }; class DZ_TerminalPack_EP1: Bag_Base_EP1 { - scope = 2; + scope = public; displayName = $STR_EPOCH_PACK_TERMINAL; picture = "\ca\weapons_e\data\icons\backpack_US_ASSAULT_CA.paa"; icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Bikes/ATV_CZ_EP1.hpp b/SQF/dayz_code/Configs/CfgVehicles/Bikes/ATV_CZ_EP1.hpp index c9a6daa80..2aa43bf2d 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Bikes/ATV_CZ_EP1.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Bikes/ATV_CZ_EP1.hpp @@ -3,7 +3,7 @@ class ATV_CZ_EP1: ATV_Base_EP1 { faction = ""; displayname = $STR_VEH_NAME_ATV; maxspeed = 80; - scope = 2; + scope = public; side = 1; typicalcargo[] = {""}; class HitPoints: Hitpoints { diff --git a/SQF/dayz_code/Configs/CfgVehicles/Bikes/ATV_US_EP1.hpp b/SQF/dayz_code/Configs/CfgVehicles/Bikes/ATV_US_EP1.hpp index e03d5f61c..29c70a2c2 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Bikes/ATV_US_EP1.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Bikes/ATV_US_EP1.hpp @@ -3,7 +3,7 @@ class ATV_US_EP1: ATV_Base_EP1 { faction = ""; displayname = $STR_VEH_NAME_ATV; maxspeed = 80; - scope = 2; + scope = public; side = 1; typicalcargo[] = {""}; class HitPoints: Hitpoints { diff --git a/SQF/dayz_code/Configs/CfgVehicles/Bikes/TT650_Civ.hpp b/SQF/dayz_code/Configs/CfgVehicles/Bikes/TT650_Civ.hpp index 5cee9bc9d..2e695fc11 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Bikes/TT650_Civ.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Bikes/TT650_Civ.hpp @@ -2,7 +2,7 @@ class TT650_Civ: TT650_Base { crew = ""; faction = "CIV"; rarityurban = 0.8; - scope = 2; + scope = public; side = 3; typicalcargo[] = {}; maxspeed = 180; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Bikes/TT650_Ins.hpp b/SQF/dayz_code/Configs/CfgVehicles/Bikes/TT650_Ins.hpp index 8c6cab037..5c41d7067 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Bikes/TT650_Ins.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Bikes/TT650_Ins.hpp @@ -4,7 +4,7 @@ class TT650_Ins: TT650_Base { displayname = $STR_VEH_NAME_TT650_INS; hiddenselectionstextures[] = {"\ca\wheeled3\tt650\data\Yam650_skin1_CO.paa"}; maxspeed = 180; - scope = 2; + scope = public; side = 0; typicalcargo[] = {}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Boat/Fishing_Boat.hpp b/SQF/dayz_code/Configs/CfgVehicles/Boat/Fishing_Boat.hpp index b4020718d..f3543d965 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Boat/Fishing_Boat.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Boat/Fishing_Boat.hpp @@ -26,7 +26,7 @@ class Fishing_Boat: Ship { mapsize = 8; model = "\CA\water2\Fishing_boat\fishing_boat"; picture = "\ca\water2\data\ui\picture_fishboat_CA.paa"; - scope = 2; + scope = public; side = 3; soundengineoffext[] = {"ca\sounds\vehicles\Water\FISHING_BOAT\ext-slowboat-engine-stop-02", 0.177828, 1, 100}; soundengineoffint[] = {"ca\sounds\vehicles\Water\FISHING_BOAT\ext-slowboat-engine-stop-02", 0.177828, 1, 100}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Boat/PBX.hpp b/SQF/dayz_code/Configs/CfgVehicles/Boat/PBX.hpp index c434bede4..99461adcc 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Boat/PBX.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Boat/PBX.hpp @@ -10,7 +10,7 @@ class PBX: RubberBoat { maxspeed = 68; model = "\ca\water\PBX"; picture = "\ca\water\data\ico\pbx_CA.paa"; - scope = 2; + scope = public; side = 0; transportsoldier = 3; typicalcargo[] = {}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Boat/RHIB.hpp b/SQF/dayz_code/Configs/CfgVehicles/Boat/RHIB.hpp index c84525ea7..40c69c24d 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Boat/RHIB.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Boat/RHIB.hpp @@ -277,7 +277,7 @@ class RHIB2Turret: RHIB class RHIB_DZ : Boat { - scope = 2; + scope = public; displayName = "RHIB"; vehicleClass = "Ship"; accuracy = 0.5; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Boat/smallboat.hpp b/SQF/dayz_code/Configs/CfgVehicles/Boat/smallboat.hpp index 43a660b44..0579f52e0 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Boat/smallboat.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Boat/smallboat.hpp @@ -28,7 +28,7 @@ class Smallboat_1: Ship damageResistance = 0.00882; class Turrets{}; vehicleClass = "Ship"; - scope = 2; + scope = public; accuracy = 0.5; soundEnviron[] = {"",0.0056234132,1.0}; class SoundEvents{}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Blood_Trail_DZ.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Blood_Trail_DZ.hpp index bb0462b6a..4c8a2468e 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Blood_Trail_DZ.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Blood_Trail_DZ.hpp @@ -14,7 +14,7 @@ placement = "slope"; }; class Blood_Trail_DZ : Blood_Trail { - scope = 2; + scope = public; animated = 0; destrType = "DestructNo"; mapSize = 2; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_A_Crane_02b.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_A_Crane_02b.hpp index 1a31530a2..cc4283537 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_A_Crane_02b.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_A_Crane_02b.hpp @@ -1,6 +1,6 @@ class Land_A_Crane_02b: House { - scope = 1; + scope = protected; armor = 110; featureSize = 30; model = "\ca\buildings2\A_Crane_02\A_Crane_02b"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_A_TVTower_Mid.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_A_TVTower_Mid.hpp index f318c5429..2dcb2e234 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_A_TVTower_Mid.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_A_TVTower_Mid.hpp @@ -1,6 +1,6 @@ class Land_A_TVTower_Mid: House { - scope = 1; + scope = protected; destrType = "DestructNo"; model = "\ca\Structures\A_TVTower\A_TVTower_Mid"; featureSize = 150; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_A_TVTower_Top.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_A_TVTower_Top.hpp index d29e4d98d..bda99e313 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_A_TVTower_Top.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_A_TVTower_Top.hpp @@ -1,6 +1,6 @@ class Land_A_TVTower_Top: House { - scope = 1; + scope = protected; destrType = "DestructNo"; model = "\ca\Structures\A_TVTower\A_TVTower_Top"; featureSize = 150; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Farm_WTower.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Farm_WTower.hpp index e07ad6a1b..4a92dcfe8 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Farm_WTower.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Farm_WTower.hpp @@ -1,6 +1,6 @@ class Land_Farm_WTower: House { - scope = 1; + scope = protected; armor = 100; model = "\CA\buildings2\Farm_WTower\Farm_WTower"; class MarkerLights diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Fire.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Fire.hpp index 9a95f8f48..0597f8717 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Fire.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Fire.hpp @@ -4,7 +4,7 @@ class flamable_DZ: House displayName = ""; icon = "\ca\misc3\data\Icons\icon_fireplace_ca.paa"; mapSize = 0; - scope=2; + scope = public; armor=1000; simulation="fire"; vehicleClass="Misc"; @@ -40,7 +40,7 @@ class Land_Fire: House displayName = "$STR_MISC_FIRE"; icon = "\ca\misc3\data\Icons\icon_fireplace_ca.paa"; mapsize = 1.03; - scope = 2; + scope = public; accuracy=1; armor = 150; simulation="fire"; @@ -161,7 +161,7 @@ class Land_Camp_Fire_DZ : Land_Fire { class Misc_TyreHeap: Land_Fire { - scope=2; + scope = public; vehicleClass="Misc"; model = "\ca\misc\Misc_TyreHeap"; icon="\Ca\Misc3\Data\Icons\icomap_tyreHeap_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_HouseB_Tenement.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_HouseB_Tenement.hpp index 5a2669cf7..62f8c8446 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_HouseB_Tenement.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_HouseB_Tenement.hpp @@ -2,7 +2,7 @@ class Land_HouseB_Tenement: House { armor = 180; model = "\Ca\Structures\House\HouseBT\HouseB_Tenement"; - scope = 1; + scope = protected; featureSize = 50; class HitPoints { diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Ind_MalyKomin.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Ind_MalyKomin.hpp index 23baa04d0..9b41ed38d 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Ind_MalyKomin.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Ind_MalyKomin.hpp @@ -1,6 +1,6 @@ class Land_Ind_MalyKomin: House { - scope = 1; + scope = protected; armor = 100; featureSize = 40; model = "\Ca\buildings2\Ind_CementWorks\Ind_MalyKomin\Ind_MalyKomin"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Mil_ControlTower.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Mil_ControlTower.hpp index baaf95032..478d3c1e9 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Mil_ControlTower.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Mil_ControlTower.hpp @@ -1,6 +1,6 @@ class Land_Mil_ControlTower: House { - scope = 1; + scope = protected; armor = 400; class DestructionEffects: DestructionEffects { diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_NAV_Lighthouse.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_NAV_Lighthouse.hpp index 8916921e8..20304b560 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_NAV_Lighthouse.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_NAV_Lighthouse.hpp @@ -1,6 +1,6 @@ class Land_NAV_Lighthouse: House { - scope = 1; + scope = protected; armor = 500; featureSize = 15; model = "\Ca\Structures\NAV\NAV_Lighthouse"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_NavigLight.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_NavigLight.hpp index a6f99d6ff..baf04f83c 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_NavigLight.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_NavigLight.hpp @@ -1,6 +1,6 @@ class Land_NavigLight: House { - scope = 1; + scope = protected; displayName = ""; model = "\ca\buildings\Misc\NavigLight"; armor = 50; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Rail_Semafor.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Rail_Semafor.hpp index 194d3e5e2..bfe64eaba 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Rail_Semafor.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Rail_Semafor.hpp @@ -1,6 +1,6 @@ class Land_Rail_Semafor: House { - scope = 1; + scope = protected; model = "\CA\Structures\Rail\Rail_Misc\rail_Semafor"; destrType = "DestructTree"; class MarkerLights diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Rail_Zavora.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Rail_Zavora.hpp index 59dbfaebd..fb587d9d9 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Rail_Zavora.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Rail_Zavora.hpp @@ -1,6 +1,6 @@ class Land_Rail_Zavora: House { - scope = 1; + scope = protected; model = "\CA\Structures\Rail\Rail_Misc\rail_Zavora"; destrType = "DestructTree"; class MarkerLights diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Stoplight.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Stoplight.hpp index ecea7004d..99fe89181 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Stoplight.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Stoplight.hpp @@ -1,6 +1,6 @@ class Land_Stoplight01: House { - scope = 1; + scope = protected; model = "\ca\buildings\Misc\stoplight01"; armor = 50; class MarkerLights diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_VASICore.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_VASICore.hpp index 6faa77e6d..89c96d3ae 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_VASICore.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_VASICore.hpp @@ -1,6 +1,6 @@ class Land_VASICore: NonStrategic { - scope = 1; + scope = protected; animated = 0; reversed = 0; vehicleClass = "Objects"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Vysilac_FM.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Vysilac_FM.hpp index 9abb12330..943e52fea 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Vysilac_FM.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_Vysilac_FM.hpp @@ -1,6 +1,6 @@ class Land_Vysilac_FM: House { - scope = 1; + scope = protected; armor = 150; destrType = "DestructBuilding"; ladders[] = {{"start","end"}}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_majak.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_majak.hpp index 487e93a59..83f890789 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_majak.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_majak.hpp @@ -1,6 +1,6 @@ class Land_majak: House { - scope = 1; + scope = protected; model = "\ca\buildings\majak"; displayName = "Lighthouse"; animated = 1; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_runway_edgelight.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_runway_edgelight.hpp index 52a7c85ab..26e0bc29c 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_runway_edgelight.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_runway_edgelight.hpp @@ -1,6 +1,6 @@ class Land_runway_edgelight: House { - scope = 1; + scope = protected; displayName = ""; model = "\ca\buildings\Misc\runway_edgelight"; armor = 20; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_telek1.hpp b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_telek1.hpp index ace1205ad..453ac7776 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_telek1.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_telek1.hpp @@ -1,6 +1,6 @@ class Land_telek1: House { - scope = 1; + scope = protected; armor = 600; destrType = "DestructBuilding"; model = "\ca\buildings\telek1"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/CamoNetting.hpp b/SQF/dayz_code/Configs/CfgVehicles/CamoNetting.hpp index c006b0039..26fb61afc 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/CamoNetting.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/CamoNetting.hpp @@ -6,6 +6,6 @@ class CamoNet_DZ: BuiltItems { icon = "\Ca\misc3\data\Icons\icon_camoNet_ca.paa"; mapsize = 13.5; model = "\Ca\misc3\CamoNet_EAST"; - scope = 2; + scope = public; vehicleclass = "Military"; }; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/ArmoredSUV.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/ArmoredSUV.hpp index 2dc738421..5dea3427b 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/ArmoredSUV.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/ArmoredSUV.hpp @@ -256,7 +256,7 @@ class ArmoredSUV_Base_PMC: Car class ArmoredSUV_PMC_DZ: ArmoredSUV_Base_PMC { - scope = 2; + scope = public; side = 2; faction = "PMC_BAF"; displayName = "SUV (Armored) DZ"; @@ -324,7 +324,7 @@ class ArmoredSUV_PMC_DZ: ArmoredSUV_Base_PMC }; class ArmoredSUV_PMC_DZE: ArmoredSUV_Base_PMC { - scope = 2; + scope = public; side = 2; faction = "PMC_BAF"; armor = 80; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/BTR90.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/BTR90.hpp index edc0a1534..52ce141d0 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/BTR90.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/BTR90.hpp @@ -1,6 +1,6 @@ class BTR90; class BTR90_DZ: BTR90 { - scope = 2; + scope = public; side = TGuerrila; displayName = "BTR-90 DZ"; @@ -21,7 +21,7 @@ class BTR90_DZ: BTR90 { }; class BTR90_HQ; class BTR90_HQ_DZ: BTR90_HQ { - scope = 2; + scope = public; side = TGuerrila; displayName = "BTR-90 (HQ) DZ"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/CAR_HATCHBACK.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/CAR_HATCHBACK.hpp index 4115d8e58..d93b8e752 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/CAR_HATCHBACK.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/CAR_HATCHBACK.hpp @@ -22,7 +22,7 @@ model = "\ca\Wheeled\car_hatchback"; picture = "\Ca\wheeled\data\ico\car_hatchback_CA.paa"; rarityurban = 0.6; - scope = 2; + scope = public; soundarmorcrash[] = {"ArmorCrash0", 0.25, "ArmorCrash1", 0.25, "ArmorCrash2", 0.25, "ArmorCrash3", 0.25}; soundbuildingcrash[] = {"buildCrash0", 0.25, "buildCrash1", 0.25, "buildCrash2", 0.25, "buildCrash3", 0.25}; soundengineoffext[] = {"ca\sounds\vehicles\Wheeled\sedan\ext\ext-sedan-stop-1", 0.398107, 1, 250}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/CAR_SEDAN.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/CAR_SEDAN.hpp index bcea618bf..46f5d3a80 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/CAR_SEDAN.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/CAR_SEDAN.hpp @@ -1,6 +1,6 @@ class SkodaBase: Car { brakeDistance = 9; - scope = 0; + scope = private; picture = "\Ca\wheeled\data\ico\skodovka_CA.paa"; Icon = "\Ca\wheeled\data\map_ico\icomap_skoda_CA.paa"; mapSize = 6; @@ -180,7 +180,7 @@ class SkodaBase: Car { }; class Skoda: SkodaBase { - scope = 2; + scope = public; accuracy = 1000; crew = "Citizen1"; faction = "CIV"; @@ -204,7 +204,7 @@ class Skoda: SkodaBase { }; }; class SkodaBlue: SkodaBase { - scope = 2; + scope = public; accuracy = 1000; crew = "Villager2"; faction = "CIV"; @@ -226,7 +226,7 @@ class SkodaBlue: SkodaBase { }; }; class SkodaRed: SkodaBase { - scope = 2; + scope = public; faction = "CIV"; accuracy = 1000; model = "\ca\wheeled\skodovka_red"; @@ -247,7 +247,7 @@ class SkodaRed: SkodaBase { }; }; class SkodaGreen: SkodaBase { - scope = 2; + scope = public; faction = "CIV"; accuracy = 1000; model = "\ca\wheeled\skodovka_green"; @@ -572,7 +572,7 @@ class car_hatchback: SkodaBase { model = "\ca\Wheeled\car_hatchback"; picture = "\Ca\wheeled\data\ico\car_hatchback_CA.paa"; rarityurban = 0.6; - scope = 2; + scope = public; soundarmorcrash[] = {"ArmorCrash0", 0.25, "ArmorCrash1", 0.25, "ArmorCrash2", 0.25, "ArmorCrash3", 0.25}; soundbuildingcrash[] = {"buildCrash0", 0.25, "buildCrash1", 0.25, "buildCrash2", 0.25, "buildCrash3", 0.25}; soundengineoffext[] = {"ca\sounds\vehicles\Wheeled\sedan\ext\ext-sedan-stop-1", 0.398107, 1, 250}; @@ -799,7 +799,7 @@ class car_hatchback_DZE4: car_hatchback_DZE3 { }; class car_sedan : SkodaBase { - scope = 2; + scope = public; faction = "CIV"; maxSpeed = 125; model = "\ca\Wheeled\car_sedan"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/Gaz_Vodnik.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/Gaz_Vodnik.hpp index aeb252184..157e26fba 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/Gaz_Vodnik.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/Gaz_Vodnik.hpp @@ -61,7 +61,7 @@ brakeDistance = 3; class GAZ_Vodnik_HMG : Wheeled_APC { wheelCircumference = 3.541; -scope = 2; +scope = public; model = "\ca\wheeled2\GAZ39371\GAZ39371_Vodnik_HMG.p3d"; displayname = "Vodnik (BPPU)"; picture = "\Ca\wheeled2\data\UI\Picture_GAZ39371_HMG_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/HMMWV.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/HMMWV.hpp index ac402e6c8..d800f9ae3 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/HMMWV.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/HMMWV.hpp @@ -1,6 +1,6 @@ class HMMWV_Base: Car { - scope = 0; + scope = private; accuracy = 0.3; side = 1; faction = "USMC"; @@ -315,7 +315,7 @@ class HMMWV_DZ: HMMWV_Base { mapsize = 5; model = "ca\wheeled_E\HMMWV\HMMWV"; picture = "\Ca\wheeled\data\ico\HMMWV_CA.paa"; - scope = 2; + scope = public; side = 2; crew = ""; typicalCargo[] = {}; @@ -333,7 +333,7 @@ class HMMWV_M998A2_SOV_DES_EP1_DZ: HMMWV_Base { expansion = 1; side = 1; - scope = 2; + scope = public; transportSoldier = 4; transportMaxWeapons = 4; transportMaxMagazines = 120; @@ -597,7 +597,7 @@ class HMMWV_M998A2_SOV_DES_EP1_DZE: HMMWV_Base { expansion = 1; side = 1; - scope = 2; + scope = public; transportSoldier = 4; transportMaxWeapons = 4; transportMaxMagazines = 120; @@ -861,7 +861,7 @@ class HMMWV_M1151_M2_DES_Base_EP1_DZ: HMMWV_Base { expansion = 1; side = 1; - scope = 0; + scope = private; model = "\ca\wheeled_e\HMMWV\m1151_m2_gpk"; displayname = "HMMWV GPK (M2) DZ"; transportMaxWeapons = 4; @@ -965,7 +965,7 @@ class HMMWV_M1151_M2_DES_Base_EP1_DZ: HMMWV_Base }; class HMMWV_M1151_M2_CZ_DES_EP1_DZ: HMMWV_M1151_M2_DES_Base_EP1_DZ { - scope = 2; + scope = public; side = 1; faction = "BIS_CZ"; crew = ""; @@ -984,7 +984,7 @@ class HMMWV_M1151_M2_DES_Base_EP1_DZE: HMMWV_Base { expansion = 1; side = 1; - scope = 0; + scope = private; armor = 80; model = "\ca\wheeled_e\HMMWV\m1151_m2_gpk"; displayname = "HMMWV GPK (M2) AL"; @@ -1065,7 +1065,7 @@ class HMMWV_M1151_M2_DES_Base_EP1_DZE: HMMWV_Base class HMMWV_M1151_M2_CZ_DES_EP1_DZE: HMMWV_M1151_M2_DES_Base_EP1_DZE { - scope = 2; + scope = public; side = 1; faction = "BIS_CZ"; crew = ""; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/Kamaz.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/Kamaz.hpp index f3d47a33c..19e248de6 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/Kamaz.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/Kamaz.hpp @@ -1,6 +1,6 @@ class Kamaz_Base; class KamazOpen_DZE : Kamaz_Base { - scope = 2; + scope = public; displayName = "Utility Truck (Open)"; model = "\ca\wheeled2\Kamaz\Kamaz_Open"; picture = "\Ca\wheeled2\data\ui\Picture_kamaz_open_CA.paa"; @@ -18,7 +18,7 @@ class KamazOpen_DZE : Kamaz_Base { }; }; class Kamaz_DZE: Kamaz_Base { - scope = 2; + scope = public; cargoAction[] = {"Truck_Cargo01","Truck_Cargo01","Truck_Cargo02","Truck_Cargo03","Truck_Cargo02","Truck_Cargo02","Truck_Cargo03","Truck_Cargo02","Truck_Cargo03","Truck_Cargo02","Truck_Cargo02","Truck_Cargo03"}; class Upgrades { ItemORP[] = {"Kamaz_DZE1",{},{{"ItemORP",1},{"PartEngine",2}}}; @@ -78,7 +78,7 @@ class KamazOpen_DZE4: KamazOpen_DZE3 { }; class KamazRefuel; class KamazRefuel_DZ: KamazRefuel { - scope = 2; + scope = public; side = 2; crew = ""; typicalCargo[] = {}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/LAV25.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/LAV25.hpp index eda459efd..9936348e7 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/LAV25.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/LAV25.hpp @@ -1,6 +1,6 @@ class LAV25; class LAV25_DZ: LAV25 { - scope = 2; + scope = public; side = TGuerrila; displayName = "LAV-25 DZ"; @@ -21,7 +21,7 @@ class LAV25_DZ: LAV25 { }; class LAV25_HQ; class LAV25_HQ_DZ: LAV25_HQ { - scope = 2; + scope = public; side = TGuerrila; displayName = "LAV-25 (HQ) DZ"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/Lada.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/Lada.hpp index 989aaa50b..aa4ccede8 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/Lada.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/Lada.hpp @@ -1,6 +1,6 @@ class Lada_base: Car { wheelCircumference = 1.866; - scope = 1; + scope = protected; model = "\CA\wheeled2\Lada\Lada.p3d"; picture = "\Ca\wheeled2\data\UI\Picture_lada_ca.paa"; displayname = "UAZ"; @@ -182,7 +182,7 @@ class Lada_base: Car { class Lada_base_alt: Car { wheelCircumference = 1.866; - scope = 1; + scope = protected; picture = "\Ca\wheeled2\data\UI\Picture_lada_ca.paa"; displayname = "UAZ"; class Library { @@ -366,7 +366,7 @@ class Lada_base_alt: Car { }; class Lada1: Lada_base { - scope = 2; + scope = public; displayname = "UAZ (White)"; accuracy = 1000; hiddenSelections[] = {}; @@ -377,7 +377,7 @@ class Lada1: Lada_base { }; }; class Lada2: Lada_base { - scope = 2; + scope = public; hiddenSelections[] = {"Camo1"}; displayname = "UAZ (Red)"; accuracy = 1000; @@ -389,7 +389,7 @@ class Lada2: Lada_base { }; }; class LadaLM: Lada_base { - scope = 2; + scope = public; model = "\CA\wheeled2\Lada\Lada_LM.p3d"; displayname = "UAZ (Militia)"; class Reflectors: Reflectors { @@ -425,7 +425,7 @@ class LadaLM: Lada_base { }; class Lada1_TK_CIV_EP1: Lada_base { expansion = 1; - scope = 2; + scope = public; side = 3; faction = "BIS_TK_CIV"; hiddenSelections[] = {"Camo1","Camo2"}; @@ -442,7 +442,7 @@ class Lada1_TK_CIV_EP1: Lada_base { }; class Lada2_TK_CIV_EP1: Lada_base { expansion = 1; - scope = 2; + scope = public; side = 3; faction = "BIS_TK_CIV"; hiddenSelections[] = {"Camo1","Camo2"}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/LandRover.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/LandRover.hpp index c7eb6f980..fa3c7964a 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/LandRover.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/LandRover.hpp @@ -9,7 +9,7 @@ class LandRover_Base: Car mfMax = 80; mFact = 1; tBody = 250; - scope = 0; + scope = private; displayname = "Military Offroad"; maxSpeed = 150; terrainCoef = 3; @@ -235,7 +235,7 @@ class LandRover_Base: Car class LandRover_Special_CZ_EP1_DZ: LandRover_Base { - scope = 2; + scope = public; side = 2; faction = "BIS_CZ"; crew = ""; @@ -368,7 +368,7 @@ class LandRover_Special_CZ_EP1_DZ: LandRover_Base class LandRover_Special_CZ_EP1_DZE: LandRover_Base { - scope = 2; + scope = public; side = 2; faction = "BIS_CZ"; crew = ""; @@ -502,7 +502,7 @@ class LandRover_Special_CZ_EP1_DZE: LandRover_Base class LandRover_MG_TK_EP1_DZ: LandRover_Base { - scope = 2; + scope = public; side = 2; faction = "BIS_TK"; crew = ""; @@ -573,7 +573,7 @@ class LandRover_MG_TK_EP1_DZ: LandRover_Base class LandRover_MG_TK_EP1_DZE: LandRover_Base { - scope = 2; + scope = public; side = 2; faction = "BIS_TK"; crew = ""; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/Mtvr.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/Mtvr.hpp index a079fb744..e6cb2e6e8 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/Mtvr.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/Mtvr.hpp @@ -1,7 +1,7 @@ class MtvrRefuel; class MtvrRefuel_base : MtvrRefuel { - scope = 0; + scope = private; side = 4; expansion = 1; crew = "Civilian"; @@ -9,7 +9,7 @@ class MtvrRefuel_base : MtvrRefuel }; class MtvrRefuel_DES_EP1_DZ : MtvrRefuel_base { - scope = 2; + scope = public; side = 2; crew = ""; displayName = "MTVR (Fuel)"; @@ -22,7 +22,7 @@ class MtvrRefuel_DES_EP1_DZ : MtvrRefuel_base { }; class MtvrRefuel_DZ: MtvrRefuel { - scope = 2; + scope = public; side = 2; crew = ""; typicalCargo[] = {}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/Offroad_DSHKM_INS.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/Offroad_DSHKM_INS.hpp index 5d018e9fe..d3ddbd3f2 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/Offroad_DSHKM_INS.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/Offroad_DSHKM_INS.hpp @@ -1,6 +1,6 @@ class Offroad_DSHKM_base: Car { - scope = 0; + scope = private; displayName = "Off-road"; picture = "\ca\wheeled\data\ico\hilux_DSHK_CA.paa"; icon = "\ca\wheeled\data\map_ico\icomap_hilux_DSHK_CA.paa"; @@ -251,7 +251,7 @@ class Offroad_DSHKM_base: Car }; class Offroad_DSHKM_Gue_DZ: Offroad_DSHKM_base { - scope = 2; + scope = public; side = 2; faction = "GUE"; crew = ""; @@ -294,7 +294,7 @@ class Offroad_DSHKM_Gue_DZ: Offroad_DSHKM_base class Offroad_DSHKM_Gue_DZE: Offroad_DSHKM_base { - scope = 2; + scope = public; side = 2; faction = "GUE"; crew = ""; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/Pickup_PK_INS.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/Pickup_PK_INS.hpp index cf92f999e..7fd70a195 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/Pickup_PK_INS.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/Pickup_PK_INS.hpp @@ -1,6 +1,6 @@ class Pickup_PK_GUE; class Pickup_PK_GUE_DZ: Pickup_PK_GUE { - scope = 2; + scope = public; side = TGuerrila; displayName = "Pickup (PK) DZ"; @@ -16,7 +16,7 @@ class Pickup_PK_GUE_DZ: Pickup_PK_GUE { }; class Pickup_PK_TK_GUE_EP1; class Pickup_PK_TK_GUE_EP1_DZ: Pickup_PK_TK_GUE_EP1 { - scope = 2; + scope = public; side = TGuerrila; displayName = "Pickup (PK) DZ"; @@ -32,7 +32,7 @@ class Pickup_PK_TK_GUE_EP1_DZ: Pickup_PK_TK_GUE_EP1 { }; class Pickup_PK_INS; class Pickup_PK_INS_DZ: Pickup_PK_INS { - scope = 2; + scope = public; side = TGuerrila; displayName = "Pickup (PK) DZ"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/SUV.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/SUV.hpp index b60e6d311..5ef388073 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/SUV.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/SUV.hpp @@ -2,7 +2,7 @@ class SUV_DZ: SUV_Base_EP1 { crew = ""; faction = "BIS_TK_CIV"; rarityurban = 0.8; - scope = 2; + scope = public; side = 3; typicalcargo[] = {}; class HitPoints : HitPoints { @@ -79,7 +79,7 @@ class SUV_DZ: SUV_Base_EP1 { }; }; class SUV_TK_CIV_EP1: SUV_Base_EP1 { - scope = 2; + scope = public; crew = ""; typicalCargo[] = {}; rarityUrban = 0.8; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/SUV_DZ.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/SUV_DZ.hpp index 796484da1..65665d507 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/SUV_DZ.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/SUV_DZ.hpp @@ -2,7 +2,7 @@ class SUV_DZ: SUV_Base_EP1 { crew = ""; faction = "BIS_TK_CIV"; rarityurban = 0.8; - scope = 2; + scope = public; side = 3; typicalcargo[] = {}; class HitPoints : HitPoints { diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/TT650.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/TT650.hpp index 57bf28de5..584f252ad 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/TT650.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/TT650.hpp @@ -3,7 +3,7 @@ class TT650_Ins: TT650_Base { crew = ""; faction = "INS"; hiddenselectionstextures[] = {"\ca\wheeled3\tt650\data\Yam650_skin1_CO.paa"}; - scope = 2; + scope = public; side = 0; typicalcargo[] = {}; }; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/UAZ.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/UAZ.hpp index fc1354218..a2a0cac04 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/UAZ.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/UAZ.hpp @@ -81,7 +81,7 @@ class UAZ_Unarmed_Base : UAZ_Base { }; class UAZ_CDF: UAZ_Unarmed_Base { - scope = 2; + scope = public; side = 1; faction = "CDF"; accuracy = 0.3; @@ -94,7 +94,7 @@ class UAZ_CDF: UAZ_Unarmed_Base { }; }; class UAZ_INS: UAZ_Unarmed_Base { - scope = 2; + scope = public; side = 0; faction = "INS"; accuracy = 0.3; @@ -107,7 +107,7 @@ class UAZ_INS: UAZ_Unarmed_Base { }; }; class UAZ_RU: UAZ_Unarmed_Base { - scope = 2; + scope = public; side = 0; faction = "RU"; crew = ""; @@ -120,7 +120,7 @@ class UAZ_RU: UAZ_Unarmed_Base { }; class UAZ_Unarmed_TK_EP1: UAZ_Unarmed_Base { expansion = 1; - scope = 2; + scope = public; side = 0; faction = "BIS_TK"; accuracy = 0.3; @@ -136,7 +136,7 @@ class UAZ_Unarmed_TK_EP1: UAZ_Unarmed_Base { }; class UAZ_Unarmed_UN_EP1: UAZ_Unarmed_Base { expansion = 1; - scope = 2; + scope = public; side = 2; accuracy = 0.3; faction = "BIS_UN"; @@ -152,7 +152,7 @@ class UAZ_Unarmed_UN_EP1: UAZ_Unarmed_Base { }; class UAZ_Unarmed_TK_CIV_EP1: UAZ_Unarmed_Base { expansion = 1; - scope = 2; + scope = public; side = 3; accuracy = 0.3; faction = "BIS_TK_CIV"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/UAZ_CDF.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/UAZ_CDF.hpp index d455a5329..701545326 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/UAZ_CDF.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/UAZ_CDF.hpp @@ -4,7 +4,7 @@ class UAZ_CDF: UAZ_Unarmed_Base { crew = ""; faction = "CDF"; hiddenselectionstextures[] = {"\ca\wheeled\data\Uaz_main_002_CO.paa"}; - scope = 2; + scope = public; side = 1; typicalcargo[] = {}; }; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/UAZ_MG.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/UAZ_MG.hpp index 999b550c4..7ade388ac 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/UAZ_MG.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/UAZ_MG.hpp @@ -448,7 +448,7 @@ class UAZ_MG_TK_EP1_DZ: UAZ_MG_Base mFact = 1; tBody = 250; expansion = 1; - scope = 2; + scope = public; side = 0; faction = "BIS_TK"; displayName = "UAZ (DShKM) DZ"; @@ -498,7 +498,7 @@ class UAZ_MG_TK_EP1_DZE: UAZ_MG_Base mFact = 1; tBody = 250; expansion = 1; - scope = 2; + scope = public; side = 0; faction = "BIS_TK"; accuracy = 0.3; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/UralCivil_DZ.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/UralCivil_DZ.hpp index f69c4f16a..f9995917a 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/UralCivil_DZ.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/UralCivil_DZ.hpp @@ -1,5 +1,5 @@ class UralCivil_DZ: UralCivil { - scope=2; + scope = public; side=TCivilian; faction=CIV; displayName= $STR_DN_URAL_CIV; @@ -21,7 +21,7 @@ class UralCivil_DZ: UralCivil { }; class Ural_Base; class UralCivil_DZE : Ural_Base { - scope = 2; + scope = public; side = 3; faction = "CIV"; displayName = "Ural (Civil)"; @@ -44,7 +44,7 @@ class UralCivil2_DZE : UralOpen_Base { displayName = "Ural (Civil 2)"; model = "\ca\wheeled\Ural_Open"; accuracy = 0.22; - scope = 2; + scope = public; side = 3; faction = "CIV"; vehicleClass = "Car"; @@ -61,7 +61,7 @@ class UralCivil2_DZE : UralOpen_Base { }; class UralRefuel_TK_EP1; class UralRefuel_TK_EP1_DZ: UralRefuel_TK_EP1 { - scope = 2; + scope = public; side = 2; crew = ""; typicalCargo[] = {}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/V3S_Civ.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/V3S_Civ.hpp index 38ff7f0b9..c746f6bb2 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/V3S_Civ.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/V3S_Civ.hpp @@ -2,7 +2,7 @@ class V3S_Civ: V3S_Base { crew = ""; faction = "CIV"; rarityurban = 0.3; - scope = 2; + scope = public; side = 3; typicalcargo[] = {}; class Library { @@ -12,7 +12,7 @@ class V3S_Civ: V3S_Base { class V3S_Base_EP1; class V3S_TK_EP1_DZE: V3S_Base_EP1 { - scope = 2; + scope = public; side = 0; faction = "BIS_TK"; crew = ""; @@ -24,7 +24,7 @@ class V3S_TK_EP1_DZE: V3S_Base_EP1 { class TransportWeapons {}; }; class V3S_RA_TK_GUE_EP1_DZE: V3S_Base_EP1 { - scope = 2; + scope = public; side = 2; faction = "BIS_TK_GUE"; crew = ""; @@ -51,7 +51,7 @@ class V3S_RA_TK_GUE_EP1_DZE: V3S_Base_EP1 { }; class V3S_Refuel_TK_GUE_EP1; class V3S_Refuel_TK_GUE_EP1_DZ: V3S_Refuel_TK_GUE_EP1 { - scope = 2; + scope = public; side = 2; crew = ""; typicalCargo[] = {}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/VWGolf.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/VWGolf.hpp index 1c7ff17ad..4a4251109 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/VWGolf.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/VWGolf.hpp @@ -16,7 +16,7 @@ class VWGolf : Car { }; }; wheelCircumference = 2.02; - scope = 2; + scope = public; model = "\ca\wheeled2\VWGOLF\vwgolf.p3d"; icon = "\ca\wheeled2\data\UI\Icon_VWGolf_CA.paa"; picture = "\ca\wheeled2\data\UI\Picture_VWGolf_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/Volha.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/Volha.hpp index d30c56517..0a195e4b7 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/Volha.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/Volha.hpp @@ -6,7 +6,7 @@ class Volha_TK_CIV_Base_EP1: Car { mfMax = 100; mFact = 0; tBody = 0; - scope = 0; + scope = private; expansion = 1; model = "\ca\wheeled_E\Volha\Volha"; side = 3; @@ -221,7 +221,7 @@ class Volha_TK_CIV_Base_EP1: Car { }; }; class Volha_1_TK_CIV_EP1: Volha_TK_CIV_Base_EP1 { - scope = 2; + scope = public; accuracy = 1000; displayname = "GAZ (blue)"; @@ -230,7 +230,7 @@ class Volha_1_TK_CIV_EP1: Volha_TK_CIV_Base_EP1 { }; }; class Volha_2_TK_CIV_EP1: Volha_TK_CIV_Base_EP1 { - scope = 2; + scope = public; accuracy = 1000; displayname = "GAZ (grey)"; hiddenSelections[] = {"Camo1"}; @@ -241,7 +241,7 @@ class Volha_2_TK_CIV_EP1: Volha_TK_CIV_Base_EP1 { }; }; class VolhaLimo_TK_CIV_EP1: Volha_TK_CIV_Base_EP1 { - scope = 2; + scope = public; accuracy = 1000; displayname = "GAZ Limo"; hiddenSelections[] = {"Camo1"}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp b/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp index 325b293d8..1c4ad13e7 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp @@ -573,7 +573,7 @@ class CfgVehicles { //class WeaponHolder; class Plant_Base: WeaponHolder { - scope = 2; + scope = public; icon = ""; mapSize = 0; transportMaxWeapons = 0; @@ -595,7 +595,7 @@ class CfgVehicles { }; class Generator_DZ: Generator_Base { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/CrashSite.hpp b/SQF/dayz_code/Configs/CfgVehicles/CrashSite.hpp index 3c30991f6..7f6122f73 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/CrashSite.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/CrashSite.hpp @@ -23,7 +23,7 @@ class CrashSite : House class CrashSite_RU : CrashSite { - scope = 2; + scope = public; model = "\z\addons\dayz_communityassets\crashsite\mi8\mi8_ru.p3d"; lootParams[] = {{0.6, -4.5, 0}, 7, 2.5, 5, 7}; }; @@ -35,7 +35,7 @@ class CrashSite_UN : CrashSite_RU class CrashSite_US : CrashSite { - scope = 2; + scope = public; model = "\ca\air2\uh1y\uh1y_crashed.p3d"; hiddenSelections[] = {"zasleh"}; smoke[] = {-0.8,-2.3,2}; @@ -44,7 +44,7 @@ class CrashSite_US : CrashSite class CrashSite_EU : CrashSite { - scope = 2; + scope = public; 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/Configs/CfgVehicles/DZE/Doors.hpp b/SQF/dayz_code/Configs/CfgVehicles/DZE/Doors.hpp index ce9b0ad9a..603566e76 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/DZE/Doors.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/DZE/Doors.hpp @@ -1,6 +1,6 @@ /* Again your very own basic definition*/ class DZE_Base_Object : All { - scope = 0; + scope = private; side = 3; icon = "\ca\data\data\Unknown_object.paa"; nameSound = "object"; @@ -68,7 +68,7 @@ class DZE_Base_Object : All { /* Your very own base class for buildings*/ class DZE_Housebase : DZE_Base_Object { - scope = 1; + scope = protected; model = ""; icon = ""; displayName = ""; @@ -96,7 +96,7 @@ class Land_DZE_WoodDoor_Base: DZE_Housebase { accuracy = 1000; armor = 2200; /* "Lifepoints", if you like to call it that way.*/ destrType = "DestructBuilding"; /* type of destruction, when armor = 0 */ - scope = 2; /* Display it in the editor? 1 = No, 2 = Yes */ + scope = public; /* Display it in the editor? 1 = No, 2 = Yes */ offset[] = {0,1.5,0}; class DestructionEffects : DestructionEffects { @@ -126,7 +126,7 @@ class Land_DZE_WoodDoorLocked_Base: DZE_Housebase { accuracy = 1000; armor = 2500; /* "Lifepoints", if you like to call it that way.*/ destrType = "DestructBuilding"; /* type of destruction, when armor = 0 */ - scope = 2; /* Display it in the editor? 1 = No, 2 = Yes */ + scope = public; /* Display it in the editor? 1 = No, 2 = Yes */ offset[] = {0,1.5,0}; class DestructionEffects : DestructionEffects { @@ -154,7 +154,7 @@ class CinderWallDoor_DZ_Base: DZE_Housebase { accuracy = 1000; armor = 4000; /* "Lifepoints", if you like to call it that way.*/ destrType = "DestructBuilding"; /* type of destruction, when armor = 0 */ - scope = 2; /* Display it in the editor? 1 = No, 2 = Yes */ + scope = public; /* Display it in the editor? 1 = No, 2 = Yes */ offset[] = {0,1.5,0}; maintainBuilding[] = {{"MortarBucket",1}}; class DestructionEffects : DestructionEffects @@ -181,7 +181,7 @@ class CinderWallDoorLocked_DZ_Base: DZE_Housebase { accuracy = 1000; armor = 4000; /* "Lifepoints", if you like to call it that way.*/ destrType = "DestructBuilding"; /* type of destruction, when armor = 0 */ - scope = 2; /* Display it in the editor? 1 = No, 2 = Yes */ + scope = public; /* Display it in the editor? 1 = No, 2 = Yes */ offset[] = {0,1.5,0}; maintainBuilding[] = {{"MortarBucket",1}}; lockable = 3; @@ -202,73 +202,73 @@ class CinderWallDoorLocked_DZ_Base: DZE_Housebase { /* Same name as stated in the Class DestructionEffects, but an "Land_" added infront*/ class Land_wood_wreck_frame : ruins { - scope = 1; + scope = protected; model = "\z\addons\dayz_epoch\models\wood_wreck_frame.p3d"; displayName = "Wood Wall ruins"; removeoutput[] = {{"PartWoodPlywood",{0,3}},{"PartWoodLumber",{0,3}}}; }; class Land_wood_wreck_third : ruins { - scope = 1; + scope = protected; model = "\z\addons\dayz_epoch\models\wood_wreck_third.p3d"; displayName = "Wood Wall 1/3 ruins"; removeoutput[] = {{"PartWoodPlywood",{0,1}},{"PartWoodLumber",{0,1}}}; }; class Land_wood_wreck_half : ruins { - scope = 1; + scope = protected; model = "\z\addons\dayz_epoch\models\wood_wreck_half.p3d"; displayName = "Wood Floor 1/2 ruins"; removeoutput[] = {{"PartWoodPlywood",{0,1}},{"PartWoodLumber",{0,1}}}; }; class Land_wood_wreck_floor : ruins { - scope = 1; + scope = protected; model = "\z\addons\dayz_epoch\models\wood_wreck_floor.p3d"; displayName = "Wood Floor ruins"; removeoutput[] = {{"PartWoodPlywood",{0,3}},{"PartWoodLumber",{0,3}}}; }; class Land_wood_wreck_quarter : ruins { - scope = 1; + scope = protected; model = "\z\addons\dayz_epoch\models\wood_wreck_quarter.p3d"; displayName = "Wood Floor 1/4 ruins"; removeoutput[] = {{"PartWoodPlywood",{0,1}},{"PartWoodLumber",{0,1}}}; }; class Land_wreck_cinder: ruins { - scope = 1; + scope = protected; model = "\z\addons\dayz_epoch\models\wreck_cinder.p3d"; displayName = "Cinder wall ruins"; removeoutput[] = {{"CinderBlocks",{0,1}}}; }; class Land_wreck_metal_floor: ruins { - scope = 1; + scope = protected; model = "\z\addons\dayz_epoch\models\wreck_metal_floor.p3d"; displayName = "Metal Floor ruins"; removeoutput[] = {{"ItemPole",{0,2}},{"ItemTankTrap",{0,2}}}; }; class Land_iron_vein_wreck: ruins { - scope = 1; + scope = protected; model = "\z\addons\dayz_epoch\models\iron_vein_wreck.p3d"; displayName = "iron vein ruins"; removeoutput[] = {{"PartOre",{10,10}},{"PartOreSilver",{0,10}},{"PartOreGold",{0,5}}}; }; class Land_silver_vein_wreck: ruins { - scope = 1; + scope = protected; model = "\z\addons\dayz_epoch\models\silver_vein_wreck.p3d"; displayName = "silver vein ruins"; removeoutput[] = {{"PartOreSilver",{10,10}},{"PartOre",{0,1}},{"PartOreGold",{6,4}}}; }; class Land_gold_vein_wreck: ruins { - scope = 1; + scope = protected; model = "\z\addons\dayz_epoch\models\gold_vein_wreck.p3d"; displayName = "gold vein ruins"; removeoutput[] = {{"PartOreGold",{10,10}},{"PartOre",{0,1}},{"PartOreSilver",{6,4}}}; }; class Land_ammo_supply_wreck: ruins { - scope = 1; + scope = protected; model = "\z\addons\dayz_epoch\models\ammo_supply_wreck.p3d"; displayName = "Supply Crate"; removeoutput[] = {{"100Rnd_762x54_PK",{0,1}},{"29Rnd_30mm_AGS30",{0,1}},{"50Rnd_127x107_DSHKM",{0,1}},{"100Rnd_127x99_M2",{0,1}},{"2000Rnd_762x51_M134",{0,1}},{"48Rnd_40mm_MK19",{0,1}},{"100Rnd_762x51_M240",{0,1}}}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/DZE/LockboxStorage.hpp b/SQF/dayz_code/Configs/CfgVehicles/DZE/LockboxStorage.hpp index c38ad9672..3d6a94811 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/DZE/LockboxStorage.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/DZE/LockboxStorage.hpp @@ -27,7 +27,7 @@ class LockboxStorage: Land_A_tent { }; class WeaponHolder_ItemLockbox: WeaponHolder { - scope = 2; + scope = public; displayName = "Lockbox"; seedItem = "ItemLockbox"; }; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgVehicles/DZE/ModularBuilding.hpp b/SQF/dayz_code/Configs/CfgVehicles/DZE/ModularBuilding.hpp index 85d1706ef..7319c0a23 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/DZE/ModularBuilding.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/DZE/ModularBuilding.hpp @@ -28,7 +28,7 @@ class ModularItems: NonStrategic{ }; }; class MetalFloor_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,4,0}; @@ -51,7 +51,7 @@ class MetalFloor_DZ: ModularItems { }; }; class WoodRamp_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,4,0}; @@ -64,7 +64,7 @@ class WoodRamp_DZ: ModularItems { GhostPreview = "WoodRamp_Preview_DZ"; }; class CinderWallHalf_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,1.5,0}; @@ -90,7 +90,7 @@ class CinderWallHalf_DZ: ModularItems { }; }; class CinderWall_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,1.5,0}; @@ -116,7 +116,7 @@ class CinderWall_DZ: ModularItems { }; class CinderWallDoorway_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,2,0}; @@ -142,7 +142,7 @@ class CinderWallDoorway_DZ: ModularItems { }; }; class CinderWallSmallDoorway_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,2,0}; @@ -169,7 +169,7 @@ class CinderWallSmallDoorway_DZ: ModularItems { }; class WoodFloor_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,4,0}; @@ -194,7 +194,7 @@ class WoodFloor_DZ: ModularItems { }; }; class WoodFloorHalf_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,4,0}; @@ -220,7 +220,7 @@ class WoodFloorHalf_DZ: ModularItems { }; }; class WoodFloorQuarter_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,4,0}; @@ -247,7 +247,7 @@ class WoodFloorQuarter_DZ: ModularItems { }; class WoodLargeWall_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,1.5,0}; @@ -273,7 +273,7 @@ class WoodLargeWall_DZ: ModularItems { }; class WoodLargeWallDoor_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,1.5,0}; @@ -298,7 +298,7 @@ class WoodLargeWallDoor_DZ: ModularItems { }; }; class WoodLargeWallWin_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,1.5,0}; @@ -323,7 +323,7 @@ class WoodLargeWallWin_DZ: ModularItems { }; class WoodSmallWall_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,1.5,0}; @@ -348,7 +348,7 @@ class WoodSmallWall_DZ: ModularItems { }; }; class WoodSmallWallThird_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,1.5,0}; @@ -373,7 +373,7 @@ class WoodSmallWallThird_DZ: ModularItems { }; }; class WoodSmallWallWin_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,1.5,0}; @@ -397,7 +397,7 @@ class WoodSmallWallWin_DZ: ModularItems { }; }; class WoodSmallWallDoor_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,1.5,0}; @@ -423,7 +423,7 @@ class WoodSmallWallDoor_DZ: ModularItems { }; }; class WoodStairs_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,1.5,0}; @@ -438,7 +438,7 @@ class WoodStairs_DZ: ModularItems { GhostPreview = "WoodStairs_Preview_DZ"; }; class WoodLadder_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,1.5,0}; @@ -454,7 +454,7 @@ class WoodLadder_DZ: ModularItems { }; class WoodStairsRails_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,1.5,0}; @@ -469,7 +469,7 @@ class WoodStairsRails_DZ: ModularItems { }; class WoodStairsSans_DZ: ModularItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; offset[] = {0,1.5,0}; @@ -486,7 +486,7 @@ class WoodStairsSans_DZ: ModularItems { // ghost models class CinderWallSmallDoorway_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -498,7 +498,7 @@ class CinderWallSmallDoorway_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class CinderWallDoorway_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -510,7 +510,7 @@ class CinderWallDoorway_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class MetalFloor_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -522,7 +522,7 @@ class MetalFloor_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class WoodRamp_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -535,7 +535,7 @@ class WoodRamp_Preview_DZ: NonStrategic { }; class CinderWallHalf_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -547,7 +547,7 @@ class CinderWallHalf_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class CinderWall_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -560,7 +560,7 @@ class CinderWall_Preview_DZ: NonStrategic { }; class WoodFloorQuarter_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -572,7 +572,7 @@ class WoodFloorQuarter_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class WoodFloorHalf_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -584,7 +584,7 @@ class WoodFloorHalf_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class WoodSmallWall_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -596,7 +596,7 @@ class WoodSmallWall_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class WoodSmallWallThird_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -608,7 +608,7 @@ class WoodSmallWallThird_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class WoodSmallWallWin_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -620,7 +620,7 @@ class WoodSmallWallWin_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class WoodFloor_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -632,7 +632,7 @@ class WoodFloor_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class WoodSmallWallDoor_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -644,7 +644,7 @@ class WoodSmallWallDoor_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class WoodLargeWall_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -656,7 +656,7 @@ class WoodLargeWall_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class WoodLargeWallDoor_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -668,7 +668,7 @@ class WoodLargeWallDoor_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class WoodLargeWallWin_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -681,7 +681,7 @@ class WoodLargeWallWin_Preview_DZ: NonStrategic { }; class WoodStairs_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -693,7 +693,7 @@ class WoodStairs_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class WoodStairsSans_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -706,7 +706,7 @@ class WoodStairsSans_Preview_DZ: NonStrategic { }; class WoodLadder_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -718,7 +718,7 @@ class WoodLadder_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class WoodDoor_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -730,7 +730,7 @@ class WoodDoor_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class LargeWoodDoor_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; @@ -742,7 +742,7 @@ class LargeWoodDoor_Preview_DZ: NonStrategic { vehicleClass = "Fortifications"; }; class GarageWoodDoor_Preview_DZ: NonStrategic { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/DZE/Prop_Defs.hpp b/SQF/dayz_code/Configs/CfgVehicles/DZE/Prop_Defs.hpp index 8f0771400..7bc66fef4 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/DZE/Prop_Defs.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/DZE/Prop_Defs.hpp @@ -16,7 +16,7 @@ class Land_Ind_FuelStation_Feed_EP1: Strategic }; class FuelStation : Strategic { icon = "\Ca\buildings\Icons\i_fuel_CA.paa"; - scope = 0; + scope = private; animated = 0; armor = 2000; displayName = "Fuel station"; @@ -51,7 +51,7 @@ class Land_fuelstation : Strategic { // Lingor hangars class land_ibr_hangar : House { model = "\ibr\ibr_hangars\ibr_hangar"; - scope = 2; + scope = public; vehicleClass = "ibr_hangars"; transportFuel = 0; transportRepair = 0; @@ -104,7 +104,7 @@ class MiningItems: NonStrategic{ class DebugBox_DZ: NonStrategic { placement = "vertical"; - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; model = "\z\addons\dayz_epoch\models\debug_box.p3d"; @@ -117,7 +117,7 @@ class DebugBox_DZ: NonStrategic class DebugBoxPlayer_DZ: NonStrategic { placement = "vertical"; - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; model = "\z\addons\dayz_epoch\models\player_box.p3d"; @@ -136,7 +136,7 @@ class DebugBoxPlayer_DZ: NonStrategic // buildables class Hedgehog_DZ: BuiltItems { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,1.5,0.55}; @@ -153,7 +153,7 @@ class Hedgehog_DZ: BuiltItems // WorkBench_DZ class WorkBench_DZ: BuiltItems { - scope = 2; + scope = public; destrType = "DestructTree"; cost = 100; offset[] = {0,1.5,0}; @@ -173,7 +173,7 @@ class WorkBench_DZ: BuiltItems // belt buckle class Helper_Base_EP1; class BeltBuckle_DZE : Helper_Base_EP1 { - scope = 2; + scope = public; model = "\z\addons\dayz_epoch\models\skull.p3d"; displayName = "Belt Buckle"; accuracy = 1000; @@ -184,7 +184,7 @@ class BeltBuckle_DZE : Helper_Base_EP1 { // Metal Panel class MetalPanel_DZ: BuiltItems { - scope = 2; + scope = public; destrType = "DestructTree"; cost = 100; offset[] = {0,2.5,0.5}; @@ -200,7 +200,7 @@ class MetalPanel_DZ: BuiltItems class FuelPump_DZ: BuiltItems { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; offset[] = {0,2,0}; @@ -217,7 +217,7 @@ class FuelPump_DZ: BuiltItems }; class Fort_RazorWire : BuiltItems { - scope = 2; + scope = public; animated = 0; vehicleClass = "Fortifications"; model = "\ca\misc\Fort_Razorwire"; @@ -234,7 +234,7 @@ class Fort_RazorWire : BuiltItems { class Sandbag1_DZ: BuiltItems { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; model = "\ca\misc2\BagFenceLong.p3d"; @@ -251,7 +251,7 @@ class Sandbag1_DZ: BuiltItems //review some of these settings class BagFenceRound_DZ: BuiltItems { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; model = "\ca\misc2\BagFenceRound.p3d"; @@ -267,7 +267,7 @@ class BagFenceRound_DZ: BuiltItems }; class Land_HBarrier1_DZ : BuiltItems { - scope = 2; + scope = public; animated = 0; vehicleClass = "Fortifications"; typicalCargo[] = {}; @@ -298,7 +298,7 @@ class Land_HBarrier3_DZ : BuiltItems { mapSize = 3.5; displayName = "H-barrier (short)"; GhostPreview = "Land_HBarrier3ePreview"; - scope = 2; + scope = public; animated = 0; vehicleClass = "Fortifications"; typicalCargo[] = {}; @@ -325,7 +325,7 @@ class Land_HBarrier5_DZ:BuiltItems { mapSize = 7; displayName = "H-barrier (long)"; GhostPreview = "Land_HBarrier5Preview"; - scope = 2; + scope = public; animated = 0; vehicleClass = "Fortifications"; typicalCargo[] = {}; @@ -347,7 +347,7 @@ class Land_HBarrier5_DZ:BuiltItems { }; class SandNest_DZ : BuiltItems { - scope = 2; + scope = public; model = "\ca\Misc_E\fortified_nest_small_ep1"; displayName = "Sandbag Nest"; expansion = 1; @@ -372,7 +372,7 @@ class SandNest_DZ : BuiltItems { class Supply_Crate_DZE: MiningItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; @@ -402,7 +402,7 @@ class Gunrack1; class GunRack_DZ: Gunrack1 { armor = 200; - scope = 2; + scope = public; displayName = "Gun Rack"; vehicleClass = "Fortifications"; transportMaxWeapons = 20; @@ -415,7 +415,7 @@ class GunRack_DZ: Gunrack1 class Fort_Crate_wood; class WoodCrate_DZ: Fort_Crate_wood { - scope = 2; + scope = public; destrType = "DestructBuilding"; offset[] = {0,2.5,0.5}; armor = 200; @@ -447,7 +447,7 @@ class Plastic_Pole_EP1_DZ: Sign_1L_Noentry_EP1 coefInside = 4; coefInsideHeur = 4; - scope = 2; + scope = public; offset[] = {0,2.5,0.3}; displayName = "30m Plot Pole"; vehicleClass = "Fortifications"; @@ -460,7 +460,7 @@ class M240Nest_DZ: USMC_WarfareBMGNest_M240 { destrType = "DestructBuilding"; armor = 450; - scope = 2; + scope = public; offset[] = {0,3.5,0}; displayName = "M240 Nest"; vehicleClass = "Fortifications"; @@ -475,7 +475,7 @@ class Land_covering_hut_EP1; class CanvasHut_DZ: Land_covering_hut_EP1 { armor = 200; - scope = 2; + scope = public; offset[] = {0,2.5,1}; displayName = "Canvas Hut"; vehicleClass = "Fortifications"; @@ -483,7 +483,7 @@ class CanvasHut_DZ: Land_covering_hut_EP1 class Park_bench1; class ParkBench_DZ: Park_bench1 { - scope = 2; + scope = public; offset[] = {0,1.5,0.5}; displayName = "Wood Bench"; vehicleClass = "Fortifications"; @@ -494,7 +494,7 @@ class DesertCamoNet_DZ: Land_CamoNet_EAST_EP1 { armor = 300; destrType = "DestructNo"; - scope = 2; + scope = public; offset[] = {0,5,0}; displayName = "Desert Camo Net"; vehicleClass = "Fortifications"; @@ -505,7 +505,7 @@ class ForestCamoNet_DZ: Land_CamoNet_EAST { armor = 300; destrType = "DestructNo"; - scope = 2; + scope = public; offset[] = {0,5,0}; displayName = "Forest Camo Net"; vehicleClass = "Fortifications"; @@ -516,7 +516,7 @@ class DesertLargeCamoNet_DZ: Land_CamoNetB_EAST_EP1 { armor = 300; destrType = "DestructNo"; - scope = 2; + scope = public; offset[] = {0,9,0}; displayName = "Large Desert Camo Net"; vehicleClass = "Fortifications"; @@ -527,7 +527,7 @@ class DeerStand_DZ: Land_Misc_deerstand { armor = 300; // destrType = "DestructNo"; - scope = 2; + scope = public; offset[] = {0,5,0}; displayName = "Deer Stand"; vehicleClass = "Fortifications"; @@ -538,7 +538,7 @@ class ForestLargeCamoNet_DZ: Land_CamoNetB_EAST { armor = 300; destrType = "DestructNo"; - scope = 2; + scope = public; offset[] = {0,9,0}; displayName = "Large Forest Camo Net"; vehicleClass = "Fortifications"; @@ -549,7 +549,7 @@ class Land_Wall_Gate_Ind1_L; class MetalGate_DZ: Land_Wall_Gate_Ind1_L { armor = 400; - scope = 2; + scope = public; offset[] = {0,2.5,1}; displayName = "Rusty Gate"; vehicleClass = "Fortifications"; @@ -559,7 +559,7 @@ class Land_KBud; class OutHouse_DZ: Land_KBud { armor = 200; - scope = 2; + scope = public; offset[] = {0,2.5,1}; displayName = "Outhouse"; vehicleClass = "Fortifications"; @@ -580,7 +580,7 @@ class Land_Shed_M01; class StorageShed_DZ: Land_Shed_M01 { armor = 1600; - scope = 2; + scope = public; offset[] = {0,2.5,1}; displayName = "Storage Shed"; vehicleClass = "Fortifications"; @@ -593,7 +593,7 @@ class Fence_corrugated_plate; class Fence_corrugated_DZ: Fence_corrugated_plate { armor = 600; - scope = 2; + scope = public; offset[] = {0,2.5,1}; removeoutput[] = {{"ItemCorrugated",1}}; displayName = "Corrugated Fence"; @@ -604,7 +604,7 @@ class Fence_corrugated_DZ: Fence_corrugated_plate class Land_kulna; class WoodShack_DZ: Land_kulna { - scope = 2; + scope = public; destrType = "DestructBuilding"; offset[] = {0,2.5,1.3}; armor = 800; @@ -619,7 +619,7 @@ class WoodShack_DZ: Land_kulna class Land_Shed_wooden; class Wooden_shed_DZ: Land_Shed_wooden { - scope = 2; + scope = public; destrType = "DestructBuilding"; //cost = 100; offset[] = {0,2.5,1}; @@ -637,7 +637,7 @@ class StickFence_DZ: Wall_FenW2_6_EP1 { destrType = "DestructTree"; armor = 200; - scope = 2; + scope = public; offset[] = {0,2.5,0}; displayName = "Stick Fence"; vehicleClass = "Fortifications"; @@ -646,7 +646,7 @@ class ASC_EU_LHVOld; class LightPole_DZ: ASC_EU_LHVOld { armor = 200; - scope = 2; + scope = public; offset[] = {0,2.5,0}; displayName = "Light Pole"; vehicleClass = "Fortifications"; @@ -657,7 +657,7 @@ class Scaffolding_DZ: Land_Misc_Scaffolding { armor = 100; destrType = "DestructBuilding"; - scope = 2; + scope = public; displayName = "Scaffolding"; vehicleClass = "Fortifications"; constructioncount = 6; @@ -673,7 +673,7 @@ class Scaffolding_DZ: Land_Misc_Scaffolding }; class WoodGate_DZ: BuiltItems { - scope = 2; + scope = public; destrType = "DestructTree"; //cost = 100; offset[] = {0,1.5,0.5}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/DZE/TentStorage.hpp b/SQF/dayz_code/Configs/CfgVehicles/DZE/TentStorage.hpp index 94984fa36..ca14b137e 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/DZE/TentStorage.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/DZE/TentStorage.hpp @@ -31,7 +31,7 @@ class TentStorageDomed2: TentStorage { }; class WeaponHolder_ItemTentOld: WeaponHolder { - scope = 2; + scope = public; displayName = $STR_EQUIP_NAME_20; class transportmagazines { class _xx_ItemTentOld { @@ -41,7 +41,7 @@ class WeaponHolder_ItemTentOld: WeaponHolder { }; }; class WeaponHolder_ItemTentDomed: WeaponHolder { - scope = 2; + scope = public; displayName = "Domed Desert Tent"; class transportmagazines { class _xx_ItemTentDomed { @@ -51,7 +51,7 @@ class WeaponHolder_ItemTentDomed: WeaponHolder { }; }; class WeaponHolder_ItemTentDomed2: WeaponHolder { - scope = 2; + scope = public; displayName = "Domed Green Tent"; class transportmagazines { class _xx_ItemTentDomed2 { diff --git a/SQF/dayz_code/Configs/CfgVehicles/DZE/VaultStorage.hpp b/SQF/dayz_code/Configs/CfgVehicles/DZE/VaultStorage.hpp index a8e53cc97..894211f43 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/DZE/VaultStorage.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/DZE/VaultStorage.hpp @@ -29,7 +29,7 @@ class VaultStorageLocked: Land_A_tent { }; class WeaponHolder_ItemVault: WeaponHolder { - scope = 2; + scope = public; displayName = $STR_EPOCH_SAFE; seedItem = "ItemVault"; }; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgVehicles/DZE/Veins.hpp b/SQF/dayz_code/Configs/CfgVehicles/DZE/Veins.hpp index 972f5d91c..ed9f0af52 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/DZE/Veins.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/DZE/Veins.hpp @@ -1,5 +1,5 @@ class Gold_Vein_DZE: MiningItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; model="\z\addons\dayz_epoch\models\gold_vein.p3d"; @@ -20,7 +20,7 @@ class Gold_Vein_DZE: MiningItems { }; }; class Silver_Vein_DZE: MiningItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; model="\z\addons\dayz_epoch\models\silver_vein.p3d"; @@ -41,7 +41,7 @@ class Silver_Vein_DZE: MiningItems { }; }; class Iron_Vein_DZE: MiningItems { - scope = 2; + scope = public; destrType = "DestructBuilding"; cost = 100; model="\z\addons\dayz_epoch\models\iron_vein.p3d"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/DZE/WeaponHolder.hpp b/SQF/dayz_code/Configs/CfgVehicles/DZE/WeaponHolder.hpp index 292bbcc8f..2ec11b780 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/DZE/WeaponHolder.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/DZE/WeaponHolder.hpp @@ -1,5 +1,5 @@ class WeaponHolder_ItemHatchet_DZE: WeaponHolderBase { - scope = 2; + scope = public; displayName = $STR_EQUIP_NAME_41; model = "\dayz_equip\models\hatchet.p3d"; class eventHandlers { @@ -7,7 +7,7 @@ class WeaponHolder_ItemHatchet_DZE: WeaponHolderBase { }; }; class WeaponHolder_ItemMachete: WeaponHolderBase { - scope = 2; + scope = public; displayName = "Machete"; model="\z\addons\dayz_communityassets\models\machete.p3d"; class eventHandlers { @@ -15,7 +15,7 @@ class WeaponHolder_ItemMachete: WeaponHolderBase { }; }; class WeaponHolder_MeleeCrowbar: WeaponHolderBase { - scope = 2; + scope = public; displayName = "Crowbar"; model = "\dayz_equip\models\crowbar.p3d"; class eventHandlers { diff --git a/SQF/dayz_code/Configs/CfgVehicles/DZE/Wrecks.hpp b/SQF/dayz_code/Configs/CfgVehicles/DZE/Wrecks.hpp index 13ddd3eef..73fbd3bb6 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/DZE/Wrecks.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/DZE/Wrecks.hpp @@ -1,5 +1,5 @@ class UH60_NAVY_Wreck_DZ: SpawnableWreck { - scope = 2; + scope = public; class Armory { disabled = 1; }; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/AH6.hpp b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/AH6.hpp index 4c72cc74c..80c8eeea3 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/AH6.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/AH6.hpp @@ -1,7 +1,7 @@ class AH6_Base_EP1; class AH6J_EP1_DZ: AH6_Base_EP1 { - scope = 2; + scope = public; side = 2; displayName = "AH6J_DZ"; crew = ""; @@ -39,7 +39,7 @@ class AH6J_EP1_DZ: AH6_Base_EP1 }; class AH6J_EP1_DZE: AH6J_EP1_DZ { - scope = 2; + scope = public; side = 2; displayName = "AH6J_DZE"; magazines[] = {"60Rnd_CMFlareMagazine"}; @@ -49,7 +49,7 @@ class AH6X_DZ: AH6_Base_EP1 { displaynameshort = $STR_EP1_DN_AH6X; audible = 6; enablemanualfire = 0; - scope = 2; + scope = public; side = 2; crew = ""; typicalCargo[] = {}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/AH6X.hpp b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/AH6X.hpp index fe08599b6..46e5fe44c 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/AH6X.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/AH6X.hpp @@ -21,7 +21,7 @@ class AH6X_DZ: AH6_Base_EP1 displaynameshort = $STR_EP1_DN_AH6X; audible = 6; enablemanualfire = 0; - scope = 2; + scope = public; side = 2; crew = ""; typicalCargo[] = {}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/BAF_Merlin.hpp b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/BAF_Merlin.hpp index feefb48c5..22077f603 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/BAF_Merlin.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/BAF_Merlin.hpp @@ -1,6 +1,6 @@ class BAF_Merlin_HC3_D; class BAF_Merlin_DZE : BAF_Merlin_HC3_D { - scope = 2; + scope = public; crew = ""; typicalCargo[] = {}; commanderCanSee = 2+16+32; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/CH47.hpp b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/CH47.hpp index f5e5224cc..46d9b9a94 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/CH47.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/CH47.hpp @@ -1,7 +1,7 @@ class CH47_base_EP1: Helicopter { expansion = 1; - scope = 0; + scope = private; displayName = "CH-47"; side = 1; faction = "BIS_US"; @@ -124,7 +124,7 @@ class CH_47F_EP1; class CH_47F_EP1_DZ : CH_47F_EP1 { accuracy = 1000; model = "\ca\air_E\CH47\CH_47F"; - scope = 2; + scope = public; displayName = "CH-47F DZ"; crew = ""; typicalCargo[] = {}; @@ -140,7 +140,7 @@ class CH_47F_EP1_DZE: CH47_base_EP1 { accuracy = 1000; model = "\ca\air_E\CH47\CH_47F"; - scope = 2; + scope = public; maxSpeed = 293; displayName = "CH-47F AL"; picture = "\ca\air_e\data\UI\Picture_ch47f_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/CH53.hpp b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/CH53.hpp index b18f56d67..a8df6e5f3 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/CH53.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/CH53.hpp @@ -1,6 +1,6 @@ class USEC_ch53_E; class CH53_DZE : USEC_ch53_E { - scope = 2; + scope = public; side = 2; displayname = "USEC CH53E DZE"; displaynameshort = "CH53_DZE"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/MH6J_DZ.hpp b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/MH6J_DZ.hpp index 14796e7f5..716bd60f4 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/MH6J_DZ.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/MH6J_DZ.hpp @@ -1,6 +1,6 @@ class MH6J_DZ: AH6_Base_EP1 { - scope = 2; + scope = public; side = 2; crew = ""; enablemanualfire = 0; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/MI17.hpp b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/MI17.hpp index 4a8f7b27c..959b00d69 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/MI17.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/MI17.hpp @@ -14,7 +14,7 @@ class Mi17_base: Helicopter { class Mi17_DZ: Mi17_base { displayname = $STR_VEH_NAME_MI17; displaynameshort = "Mi17_DZ"; - scope = 2; + scope = public; side = 2; crew = ""; typicalCargo[] = {}; @@ -53,7 +53,7 @@ class Mi17_Civilian; class Mi17_Civilian_DZ: Mi17_Civilian { displayname = "Mi-17 (Civilian)"; displaynameshort = "Mi-17 (Civ)"; - scope = 2; + scope = public; side = 3; crew = ""; typicalCargo[] = {}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/UH1H.hpp b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/UH1H.hpp index 2b12b67d6..e8da21d1b 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/UH1H.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/UH1H.hpp @@ -11,7 +11,7 @@ class UH1H_base: Helicopter { }; class UH1H_DZ: UH1H_base { - scope = 2; + scope = public; side = 2; crew = ""; typicalCargo[] = {}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/UH1Y.hpp b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/UH1Y.hpp index 320cc8f4a..a6f37ce03 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/UH1Y.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/UH1Y.hpp @@ -13,7 +13,7 @@ class UH1_Base: Helicopter { }; }; class UH1Y_DZ: UH1_Base { - scope = 2; + scope = public; side = 2; crew = ""; typicalCargo[] = {}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/UH60.hpp b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/UH60.hpp index 419bad99b..17e552aa6 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Helicopter/UH60.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Helicopter/UH60.hpp @@ -1,5 +1,5 @@ class UH60_Base: Helicopter { - scope = 0; + scope = private; side = 1; faction = "USMC"; accuracy = 0.5; @@ -24,7 +24,7 @@ class MH60S_DZ : UH60_Base { transportMaxWeapons = 10; transportMaxMagazines = 100; transportMaxBackpacks = 5; - scope = 2; + scope = public; accuracy = 1.5; // accuracy needed to recognize type of this target displayName = "MH-60S DZ"; class Turrets : Turrets { @@ -240,7 +240,7 @@ class MH60S_DZ : UH60_Base { }; class UH60M_base_EP1: UH60_Base { expansion = 1; - scope = 0; + scope = private; model = "\Ca\Air_E\UH60M\UH60M.p3d"; displayName = "UH-60"; destrType = "DestructWreck"; @@ -373,7 +373,7 @@ class UH60M_EP1_DZ: UH60M_US_base_EP1 { transportMaxWeapons = 10; transportMaxMagazines = 100; transportmaxbackpacks = 5; - scope = 2; + scope = public; accuracy = 1.5; displayName = "UH-60M DZ"; class Turrets: Turrets { @@ -473,7 +473,7 @@ class UH60M_EP1_DZE: UH60M_US_base_EP1 { transportMaxWeapons = 10; transportMaxMagazines = 100; transportmaxbackpacks = 5; - scope = 2; + scope = public; accuracy = 1.5; displayName = "UH-60M AL"; class Turrets: Turrets { diff --git a/SQF/dayz_code/Configs/CfgVehicles/InfectedCamps/IC_Fireplace1.hpp b/SQF/dayz_code/Configs/CfgVehicles/InfectedCamps/IC_Fireplace1.hpp index b6d18de19..9175c4011 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/InfectedCamps/IC_Fireplace1.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/InfectedCamps/IC_Fireplace1.hpp @@ -1,5 +1,5 @@ class IC_Fireplace1: House { - scope = 2; + scope = public; displayname = "Campfire"; model = "\Ca\misc3\Campfire"; }; @@ -11,7 +11,7 @@ class IC_Tent: House { icon = "\Ca\misc3\data\Icons\icon_Atent_ca.paa"; mapsize = 3; model = "\CA\Misc3\A_tent"; - scope = 2; + scope = public; vehicleClass = "Survival"; pack = "WeaponHolder_ItemTent"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/LootContainer.hpp b/SQF/dayz_code/Configs/CfgVehicles/LootContainer.hpp index a332b342a..991ba0a25 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/LootContainer.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/LootContainer.hpp @@ -1,6 +1,6 @@ class DZ_AmmoBoxRU : ReammoBox { - scope = 2; + scope = public; model = "ca\weapons\ammoboxes\proxy_ruweaponboxlow.p3d"; displayName = "Ammo box"; //TODO move to stringtable @@ -8,7 +8,7 @@ class DZ_AmmoBoxRU : ReammoBox class DZ_ExplosiveBoxRU : ReammoBox { - scope = 2; + scope = public; model = "ca\weapons\ammoboxes\proxy_ruexplosives.p3d"; displayName = "Ammo box"; //TODO move to stringtable @@ -16,7 +16,7 @@ class DZ_ExplosiveBoxRU : ReammoBox class DZ_AmmoBoxUS : ReammoBox { - scope = 2; + scope = public; model = "ca\weapons\ammoboxes\proxy_usbasicammoboxsmall.p3d"; displayName = "Ammo box"; //TODO move to stringtable @@ -24,7 +24,7 @@ class DZ_AmmoBoxUS : ReammoBox class DZ_ExplosivesBoxUS : ReammoBox { - scope = 2; + scope = public; model = "ca\weapons\ammoboxes\proxy_usbasicexplosives.p3d"; displayName = "Ammo box"; //TODO move to stringtable @@ -32,7 +32,7 @@ class DZ_ExplosivesBoxUS : ReammoBox class DZ_CardboardBox : ReammoBox { - scope = 2; + scope = public; model = "dayz_equip\models\cardboard_box.p3d"; displayName = "Cardboard box"; //TODO move to stringtable @@ -40,7 +40,7 @@ class DZ_CardboardBox : ReammoBox class DZ_MedBox : ReammoBox { - scope = 2; + scope = public; model = "z\addons\dayz_communityassets\models\medical_freezbox.p3d"; displayName = $STR_DAYZ_OBJ_2; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Plane/AN2_DZ.hpp b/SQF/dayz_code/Configs/CfgVehicles/Plane/AN2_DZ.hpp index 4ec504b36..caf333d2c 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Plane/AN2_DZ.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Plane/AN2_DZ.hpp @@ -2,7 +2,7 @@ class AN2_DZ: An2_Base_EP1 { displayname = $STR_VEH_NAME_AN2; displaynameshort = $STR_EP1_DN_AN2_TK; - scope = 2; + scope = public; side = 2; crew = ""; typicalCargo[] = {}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Plane/MV22.hpp b/SQF/dayz_code/Configs/CfgVehicles/Plane/MV22.hpp index 664fa5516..438122b87 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Plane/MV22.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Plane/MV22.hpp @@ -1,7 +1,7 @@ class MV22; class MV22_DZ : MV22 { accuracy = 1000; - scope = 2; + scope = public; displayName = "MV-22"; crew = ""; typicalCargo[] = {}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Skins.hpp b/SQF/dayz_code/Configs/CfgVehicles/Skins.hpp index 5cad76606..e000cb869 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Skins.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Skins.hpp @@ -11,7 +11,7 @@ class CAManBase: Man class Civilian: CAManBase { rarityUrban = -1; - scope = 0; + scope = private; faction = "CIV"; genericNames = "CzechMen"; portrait = "\Ca\characters\data\portraits\comBarHead_civ_man_ca.paa"; @@ -67,7 +67,7 @@ class Civilian: CAManBase }; class Survivor_DZ : Civilian { - scope = 1; + scope = protected; side = TWest; weapons[] = {"Throw", "Put"}; magazines[] = {}; @@ -86,13 +86,13 @@ class Survivor_DZ : Civilian { }; class Survivor1_DZ : Survivor_DZ { - scope = 2; + scope = public; displayName = $STR_CHAR_1; model = "\dayz\objects\proxy_man"; }; class Survivor2_DZ : Survivor_DZ { - scope = 2; + scope = public; displayName = $STR_CHAR_1; model = "\dayz\characters\man_survivor"; }; @@ -106,7 +106,7 @@ class Survivor3_DZ : Survivor2_DZ { //See DZE\Females.hpp for female characters class Bandit1_DZ : Survivor_DZ { //GER_Soldier_EP1 - scope = 2; + scope = public; displayName = $STR_CHAR_2; model = "\ca\characters_E\GER\GER_rifleman"; portrait = "\Ca\characters_E\data\portraits\ger_soldier_CA"; @@ -120,7 +120,7 @@ class Bandit1_DZ : Survivor_DZ { //GER_Soldier_EP1 }; class Rocket_DZ: Survivor_DZ { //BAF_Soldier_Officer_W - scope = 2; + scope = public; displayName = "Rocket"; model = "\ca\characters_d_BAF\BAF_Soldier_Officer_BAF"; portrait = "\ca\characters_d_baf\Data\portraits\baf_officer_CA"; @@ -147,7 +147,7 @@ class Rocket_DZ: Survivor_DZ { //BAF_Soldier_Officer_W }; class Soldier1_DZ: Survivor_DZ { //BAF_Soldier_W - scope = 2; + scope = public; displayName = "Soldier"; model = "\ca\characters_d_BAF\BAF_Soldier_1_BAF"; portrait = "ca\characters_d_baf\Data\portraits\baf_soldier_CA"; @@ -173,7 +173,7 @@ class Soldier1_DZ: Survivor_DZ { //BAF_Soldier_W }; class Sniper1_DZ: Survivor_DZ { //BAF_Soldier_SniperH_W - scope = 2; + scope = public; displayName = "Sniper"; model = "\ca\characters_e\Ghillie\Ghillie_Overall"; portrait = "\Ca\characters\data\portraits\comBarHead_common_sniper_ca"; @@ -188,7 +188,7 @@ class Sniper1_DZ: Survivor_DZ { //BAF_Soldier_SniperH_W }; class Camo1_DZ: Survivor_DZ { //BAF_Soldier_L_W - scope = 2; + scope = public; displayName = $STR_CHAR_1; model = "\ca\characters_d_BAF\BAF_Soldier_light_BAF"; portrait = "ca\characters_d_baf\Data\portraits\baf_soldier_CA"; @@ -337,7 +337,7 @@ class INS_Worker2_DZ: INS_Worker2 { // bandits class Soldier_Crew_PMC; class Bandit2_DZ: Soldier_Crew_PMC { - scope = 2; + scope = public; side = 1; displayName = $STR_CHAR_2; weapons[] = {"Throw","Put"}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/StreetLamps.hpp b/SQF/dayz_code/Configs/CfgVehicles/StreetLamps.hpp index 6b47b4c8a..984d1a408 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/StreetLamps.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/StreetLamps.hpp @@ -1,33 +1,33 @@ access = 0; class StreetLamp { - scope = 0; + scope = private; model = ""; destrType = "DestructTree"; simulation = "thing"; }; class Land_lampa_sidl: StreetLamp { - scope = 1; + scope = protected; model = "\ca\buildings\Misc\lampa_sidl"; }; class Land_lampa_sidl_2: StreetLamp { - scope = 1; + scope = protected; model = "\ca\buildings\Misc\lampa_sidl_2"; }; class Land_lampa_sidl_3: StreetLamp { - scope = 1; + scope = protected; model = "\ca\buildings\Misc\lampa_sidl_3"; }; class Land_lampa_ind: StreetLamp { - scope = 1; + scope = protected; model = "\ca\buildings\Misc\lampa_ind"; }; class Land_lampa_ind_zebr: StreetLamp { - scope = 1; + scope = protected; model = "\ca\buildings\Misc\lampa_ind_zebr"; }; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgVehicles/Traps.hpp b/SQF/dayz_code/Configs/CfgVehicles/Traps.hpp index cddd88afa..58c5998f4 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Traps.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Traps.hpp @@ -1,7 +1,7 @@ class TrapItems : NonStrategic {}; class BearTrap_DZ : TrapItems { - scope = 2; + scope = public; destrType = "DestructNo"; displayName = $STR_EQUIP_NAME_BEARTRAP; descriptionShort = $STR_EQUIP_DESC_BEARTRAP; @@ -111,7 +111,7 @@ class Bomb }; class TrapBearTrapFlare : TrapItems { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; model = "z\addons\dayz_communityassets\models\trap_beartrap_flare.p3d"; @@ -160,7 +160,7 @@ class TrapBearTrapFlare : TrapItems { }; class TrapBearTrapSmoke : TrapItems { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; model = "z\addons\dayz_communityassets\models\trap_beartrap_smoke.p3d"; @@ -209,7 +209,7 @@ class TrapBearTrapSmoke : TrapItems { }; class Trap_Cans : TrapItems { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; model = "z\addons\dayz_communityassets\models\tripwire_cans.p3d"; @@ -258,7 +258,7 @@ class Trap_Cans : TrapItems { }; class TrapTripwireFlare : TrapItems { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; model = "z\addons\dayz_communityassets\models\trap_tripwire_flare.p3d"; @@ -307,7 +307,7 @@ class TrapTripwireFlare : TrapItems { }; class TrapTripwireGrenade : TrapItems { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; model = "z\addons\dayz_communityassets\models\trap_tripwire_grenade.p3d"; @@ -356,7 +356,7 @@ class TrapTripwireGrenade : TrapItems { }; class TrapTripwireSmoke : TrapItems { - scope = 2; + scope = public; destrType = "DestructNo"; cost = 100; model = "z\addons\dayz_communityassets\models\trap_tripwire_smoke.p3d"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/WeaponHolder.hpp b/SQF/dayz_code/Configs/CfgVehicles/WeaponHolder.hpp index 3448f636d..ff62edb06 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/WeaponHolder.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/WeaponHolder.hpp @@ -1,5 +1,5 @@ class WeaponHolderBase: ReammoBox { - scope = 0; + scope = private; accuracy = 1000; vehicleClass = "Survival"; displayName = "Weapon"; @@ -13,7 +13,7 @@ class WeaponHolderBase: ReammoBox { transportFuel = 0; }; class WoodenArrowF : WeaponHolderBase { - scope = 2; + scope = public; displayName = $STR_ITEMWOODENARROW_CODE_NAME; model = "\dayz_weapons\models\bolt"; @@ -24,7 +24,7 @@ class WoodenArrowF : WeaponHolderBase { }; class WeaponHolder_ItemCrowbar: WeaponHolderBase { - scope=2; + scope = public; displayName=$STR_EQUIP_NAME_CROWBAR; model="\dayz_equip\models\crowbar.p3d"; class eventHandlers @@ -35,7 +35,7 @@ class WeaponHolder_ItemCrowbar: WeaponHolderBase /* class WeaponHolder_MeleeBaseBallBat: WeaponHolderBase { - scope=2; + scope = public; displayName=$STR_EQUIP_NAME_BASEBALLBAT; model="\z\addons\dayz_communityassets\models\baseball_bat.p3d"; class eventHandlers @@ -45,7 +45,7 @@ class WeaponHolder_MeleeBaseBallBat: WeaponHolderBase }; class WeaponHolder_MeleeBatBarbed: WeaponHolderBase { - scope=2; + scope = public; displayName=$STR_CRAFT_NAME_BaseBallBatBarbed; model="\z\addons\dayz_communityassets\models\baseball_bat.p3d"; class eventHandlers @@ -55,7 +55,7 @@ class WeaponHolder_MeleeBatBarbed: WeaponHolderBase }; class WeaponHolder_MeleeBaseBallBatNails: WeaponHolderBase { - scope=2; + scope = public; displayName=$STR_CRAFT_NAME_NailedBaseballBat; model="\z\addons\dayz_communityassets\models\baseball_bat_nails.p3d"; class eventHandlers @@ -66,7 +66,7 @@ class WeaponHolder_MeleeBaseBallBatNails: WeaponHolderBase */ class WeaponHolder_MeleeMachete: WeaponHolderBase { - scope=2; + scope = public; displayName=$STR_EQUIP_NAME_MACHETE; model="\z\addons\dayz_communityassets\models\machete.p3d"; class eventHandlers @@ -75,7 +75,7 @@ class WeaponHolder_MeleeMachete: WeaponHolderBase }; }; class WeaponHolder_ItemJerrycanEmpty : WeaponHolderBase { - scope = 2; + scope = public; displayName = "$STR_EQUIP_NAME_39"; model = "\dayz_equip\proxy\jerrycan_side.p3d"; class eventHandlers { @@ -83,7 +83,7 @@ class WeaponHolder_ItemJerrycanEmpty : WeaponHolderBase { }; }; class WeaponHolder_ItemFuelcanEmpty : WeaponHolderBase { - scope = 2; + scope = public; displayName = $STR_ITEM_NAME_FUELCAN_EMPTY; model = "z\addons\dayz_communityassets\models\fuelcan.p3d"; @@ -92,7 +92,7 @@ class WeaponHolder_ItemFuelcanEmpty : WeaponHolderBase { }; }; class WeaponHolder_ItemFuelcan : WeaponHolderBase { - scope = 2; + scope = public; displayName = $STR_ITEM_NAME_FUELCAN; model = "z\addons\dayz_communityassets\models\fuelcan.p3d"; @@ -101,7 +101,7 @@ class WeaponHolder_ItemFuelcan : WeaponHolderBase { }; }; class WeaponHolder_ItemCamoNet : WeaponHolderBase { - scope = 2; + scope = public; displayName = $STR_ITEM_NAME_CAMONET; // model = "dayz_equip\proxy\tentbag.p3d"; // was models\tentbag_gear.prd ... model = "z\addons\dayz_communityassets\models\packed_net_green.p3d"; // was models\tentbag_gear.prd ... @@ -112,7 +112,7 @@ class WeaponHolder_ItemCamoNet : WeaponHolderBase { }; class WeaponHolder_ItemDomeTent : WeaponHolderBase { - scope = 2; + scope = public; displayName = $STR_VEH_NAME_DOME_TENT; model = "\dayz_equip\proxy\tentbag.p3d"; @@ -122,7 +122,7 @@ class WeaponHolder_ItemDomeTent : WeaponHolderBase { }; class WeaponHolder_ItemCrate : WeaponHolderBase { - scope = 2; + scope = public; displayName = $STR_ITEM_NAME_equip_crate; model = "\z\addons\dayz_communityassets\models\crate.p3d"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Zeds/DeadBodys.hpp b/SQF/dayz_code/Configs/CfgVehicles/Zeds/DeadBodys.hpp index d5357b7ef..33a0cdf51 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Zeds/DeadBodys.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Zeds/DeadBodys.hpp @@ -1,5 +1,5 @@ class BodySurvivor1 : Wreck_Base { - scope = 2; + scope = public; mapSize = 2; displayName = "Dead Body Survivor 1"; model = "\ca\characters_E\GER\GER_rifleman"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Zeds/NewZeds.hpp b/SQF/dayz_code/Configs/CfgVehicles/Zeds/NewZeds.hpp index abf15f9b0..b19fbde45 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Zeds/NewZeds.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Zeds/NewZeds.hpp @@ -1,5 +1,5 @@ class zZombie_new_Base : zZombie_Base { - scope = 2; + scope = public; glassesEnabled = 0; identityTypes[] = {"Zombie3"}; class TalkTopics {}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp b/SQF/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp index e285eb60c..5cabc92bc 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Zeds/SwarmZeds.hpp @@ -1,5 +1,5 @@ class Swarm_Base : Citizen1 { - scope = 2; + scope = public; class HitDamage {}; glassesEnabled = 0; vehicleClass = "Zombie"; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Zeds/ViralZeds.hpp b/SQF/dayz_code/Configs/CfgVehicles/Zeds/ViralZeds.hpp index 42320682f..ef5a15aba 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Zeds/ViralZeds.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Zeds/ViralZeds.hpp @@ -1,5 +1,5 @@ class zZombie_new_Base : zZombie_Base { - scope = 2; + scope = public; glassesEnabled = 0; identityTypes[] = {"Zombie3"}; class TalkTopics {}; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp b/SQF/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp index 1a4f3cdf5..e0af21ec9 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Zeds/WildZeds.hpp @@ -1,6 +1,6 @@ class WildZombie_Base : Zed_Base { - scope = 2; + scope = public; glassesEnabled = 0; vehicleClass = "Zombie"; displayName = $STR_ZNAME_INFECTED; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Zeds/Zeds.hpp b/SQF/dayz_code/Configs/CfgVehicles/Zeds/Zeds.hpp index 74740b47c..9b7d8fa9c 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Zeds/Zeds.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Zeds/Zeds.hpp @@ -24,12 +24,12 @@ class Citizen1: Citizen { }; }; class Zed_Base : Citizen1 { - scope = 2; + scope = public; class HitDamage {}; armor = 3; }; class zZombie_Base : Zed_Base { - scope = 2; + scope = public; glassesEnabled = 0; vehicleClass = "Zombie"; displayName = $STR_ZNAME_INFECTED; diff --git a/SQF/dayz_code/Configs/CfgWeapons/CfgWeapons.hpp b/SQF/dayz_code/Configs/CfgWeapons/CfgWeapons.hpp index 011fe128d..4b57ab189 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/CfgWeapons.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/CfgWeapons.hpp @@ -261,7 +261,7 @@ class CfgWeapons /*class ItemFlashlightEmpty : ItemCore { - scope = 2; + scope = public; displayName = $STR_EQUIP_NAME_5; model = "\dayz_equip\models\flashlight.p3d"; picture = "\dayz_equip\textures\equip_flashlight_ca.paa"; @@ -270,7 +270,7 @@ class CfgWeapons class ItemSodaEmpty : HandGrenade { - scope = 2; + scope = public; displayName = $STR_EQUIP_NAME_35; model = "\dayz_equip\models\soda_coke_e.p3d"; picture = "\dayz_equip\textures\equip_soda_empty_ca.paa"; @@ -288,7 +288,7 @@ class CfgWeapons class TrashTinCan : HandGrenade { - scope = 2; + scope = public; displayName = $STR_EQUIP_NAME_33; model = "\dayz_equip\models\trash_tincan.p3d"; picture = "\dayz_equip\textures\equip_tincan_ca.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeyKit.hpp b/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeyKit.hpp index 51b236613..0717abf89 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeyKit.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeyKit.hpp @@ -1,5 +1,5 @@ class ItemKeyKit: ItemCore { - scope = 2; + scope = public; displayname = $STR_EQUIP_KEYKIT; model="\z\addons\dayz_epoch\models\keykit.p3d"; descriptionShort=$STR_EQUIP_KEYKIT_DESC; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeys.hpp b/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeys.hpp index 88ce608c3..4eccf6eff 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeys.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeys.hpp @@ -4,7 +4,7 @@ class ItemKey: ItemCore { picture = "\z\addons\dayz_epoch\pictures\equip_key_CA.paa"; displayname = "Black Key"; keyid = 0; - scope = 2; + scope = public; class ItemActions { class Toolbelt @@ -16,31 +16,31 @@ class ItemKey: ItemCore { }; class ItemKeyBlack: ItemKey { keyid = 0; - scope = 2; + scope = public; }; class ItemKeyGreen: ItemKey { displayname = "Green Key"; model = "\z\addons\dayz_epoch\models\key_green.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_key_CA_green.paa"; - scope = 2; + scope = public; }; class ItemKeyBlue: ItemKey { displayname = "Blue Key"; model = "\z\addons\dayz_epoch\models\key_blue.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_key_CA_blue.paa"; - scope = 2; + scope = public; }; class ItemKeyYellow: ItemKey { displayname = "Yellow Key"; model = "\z\addons\dayz_epoch\models\key_yellow.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_key_CA_yellow.paa"; - scope = 2; + scope = public; }; class ItemKeyRed: ItemKey { displayname = "Red Key"; model = "\z\addons\dayz_epoch\models\key_red.p3d"; picture = "\z\addons\dayz_epoch\pictures\equip_key_CA_red.paa"; - scope = 2; + scope = public; }; class ItemKeyGreen1: ItemKeyGreen { keyid = 1; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Loot.hpp b/SQF/dayz_code/Configs/CfgWeapons/Loot.hpp index ba28b0573..c1d375c16 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Loot.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Loot.hpp @@ -1,6 +1,6 @@ class Loot: Default { - scope = 2; + scope = public; value = 0; type = 0; displayName = "Use"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Melee/BaseballBat.hpp b/SQF/dayz_code/Configs/CfgWeapons/Melee/BaseballBat.hpp index 6faeabc51..52c2dde53 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Melee/BaseballBat.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Melee/BaseballBat.hpp @@ -1,6 +1,6 @@ class MeleeBaseBallBat : MeleeWeapon { - scope = 2; + scope = public; model = "\z\addons\dayz_communityassets\models\baseball_bat_weaponized.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_baseball_bat_ca.paa"; @@ -19,7 +19,7 @@ class MeleeBaseBallBat : MeleeWeapon class MeleeBaseBallBatBarbed : MeleeWeapon { - scope = 2; + scope = public; model="\z\addons\dayz_communityassets\models\baseball_bat_barbed_weaponized.p3d"; picture="\z\addons\dayz_communityassets\pictures\equip_baseball_bat_barbed_ca.paa"; @@ -38,7 +38,7 @@ class MeleeBaseBallBatBarbed : MeleeWeapon class MeleeBaseBallBatNails : MeleeWeapon { - scope = 2; + scope = public; model="\z\addons\dayz_communityassets\models\baseball_bat_nails_weaponized.p3d"; picture="\z\addons\dayz_communityassets\pictures\equip_baseball_bat_nails_ca.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Melee/Crowbar.hpp b/SQF/dayz_code/Configs/CfgWeapons/Melee/Crowbar.hpp index e1de4b0a8..3ee12b859 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Melee/Crowbar.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Melee/Crowbar.hpp @@ -1,6 +1,6 @@ class MeleeCrowbar : MeleeWeapon { - scope = 2; + scope = public; model = "\dayz_weapons\models\crowbar_weaponized"; picture = "\dayz_weapons\textures\equip_crowbar_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Melee/FishingPole.hpp b/SQF/dayz_code/Configs/CfgWeapons/Melee/FishingPole.hpp index b6380cf09..31ea70aa2 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Melee/FishingPole.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Melee/FishingPole.hpp @@ -1,6 +1,6 @@ class MeleeFishingPole: MeleeWeapon { - scope=2; + scope = public; autoreload=1; magazineReloadTime=0; model="\z\addons\dayz_epoch\models\fishing_rod_weaponized.p3d"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Melee/Hatchet.hpp b/SQF/dayz_code/Configs/CfgWeapons/Melee/Hatchet.hpp index b1836b553..302d622a2 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Melee/Hatchet.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Melee/Hatchet.hpp @@ -1,6 +1,6 @@ class MeleeHatchet : MeleeWeapon { - scope = 2; + scope = public; model = "\dayz_weapons\models\Hatchet_weaponized"; picture = "\dayz_equip\textures\equip_hatchet_CA.paa"; @@ -43,7 +43,7 @@ class MeleeHatchet : MeleeWeapon class MeleeHatchet_DZE: MeleeWeapon { - scope=2; + scope = public; model="\dayz_weapons\models\Hatchet_weaponized"; picture="\dayz_equip\textures\equip_hatchet_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Melee/Machete.hpp b/SQF/dayz_code/Configs/CfgWeapons/Melee/Machete.hpp index 068fda9d6..cca91e4ab 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Melee/Machete.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Melee/Machete.hpp @@ -1,6 +1,6 @@ class MeleeMachete: MeleeWeapon { - scope = 2; + scope = public; model = "\z\addons\dayz_communityassets\models\machete_weaponized.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_machete_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeSledgehammer.hpp b/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeSledgehammer.hpp index 877df4f48..4c93ac519 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeSledgehammer.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeSledgehammer.hpp @@ -1,6 +1,6 @@ class MeleeSledge: MeleeWeapon { - scope=2; + scope = public; melee= "true"; autoreload=1; magazineReloadTime=0; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Rifles/Crossbow.hpp b/SQF/dayz_code/Configs/CfgWeapons/Rifles/Crossbow.hpp index a7a14d1c5..d6f9641dd 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Rifles/Crossbow.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Rifles/Crossbow.hpp @@ -42,7 +42,7 @@ class Crossbow_Base : Rifle class Crossbow_DZ : Crossbow_Base { - scope = 2; + scope = public; model = "z\addons\community_crossbow\models\crossbow.p3d"; picture = "\z\addons\community_crossbow\icons\crossbow_icon.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Rifles/MR43.hpp b/SQF/dayz_code/Configs/CfgWeapons/Rifles/MR43.hpp index b0d255bef..68dc3c0a4 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Rifles/MR43.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Rifles/MR43.hpp @@ -1,6 +1,6 @@ class MR43_DZ : Rifle { - scope = 2; + scope = public; model = "\dayz_weapons\models\mr43.p3d"; picture = "\dayz_weapons\textures\equip_mr43_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Rifles/Mosin.hpp b/SQF/dayz_code/Configs/CfgWeapons/Rifles/Mosin.hpp index ed21a8a19..c4c34fdd5 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Rifles/Mosin.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Rifles/Mosin.hpp @@ -42,7 +42,7 @@ class Mosin_Base : Rifle class Mosin_DZ : Mosin_Base { - scope = 2; + scope = public; model = "z\addons\dayz_communityweapons\models\mosin_nagant\mosin_1891_animated"; picture = "\z\addons\dayz_communityweapons\models\mosin_nagant\images\1891.paa"; @@ -152,7 +152,7 @@ class Mosin_Belt_FL_DZ : Mosin_FL_DZ class Mosin_PU_DZ : Mosin_Base { - scope = 2; + scope = public; model = "z\addons\dayz_communityweapons\models\mosin_nagant\mosin_1891_scoped_animated"; picture = "\z\addons\dayz_communityweapons\models\mosin_nagant\images\1891S.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Rifles/Remington870.hpp b/SQF/dayz_code/Configs/CfgWeapons/Rifles/Remington870.hpp index 6c88cbf66..d7c3ce932 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Rifles/Remington870.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Rifles/Remington870.hpp @@ -1,6 +1,6 @@ class Remington870_DZ : Rifle { - scope = 2; + scope = public; model = "\dayz_weapons\models\Remington870.p3d"; picture = "\dayz_weapons\textures\equip_remington870_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Rifles/Winchester1866.hpp b/SQF/dayz_code/Configs/CfgWeapons/Rifles/Winchester1866.hpp index a11eeba02..5ba51dc99 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Rifles/Winchester1866.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Rifles/Winchester1866.hpp @@ -1,6 +1,6 @@ class Winchester1866_DZ : Rifle { - scope = 2; + scope = public; model = "\dayz_weapons\models\Winchester1866.p3d"; picture = "\dayz_weapons\textures\equip_winchester1866_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Chainsaw.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Chainsaw.hpp index c76b77100..5e4bfd1b3 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Chainsaw.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Chainsaw.hpp @@ -1,6 +1,6 @@ class ChainSaw: Rifle { - scope = 2; + scope = public; //melee= "true"; /* diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Crowbar.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Crowbar.hpp index 8cd725490..4134f17d5 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Crowbar.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Crowbar.hpp @@ -1,6 +1,6 @@ class ItemCrowbar : ItemCore { - scope = 2; + scope = public; model = "\dayz_equip\models\crowbar.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_crowbar_CA.paa"; @@ -41,7 +41,7 @@ class ItemCrowbar : ItemCore class ItemCrowbarBent : ItemCore { - scope = 2; + scope = public; model = "\dayz_equip\models\crowbar.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_crowbar_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Etool.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Etool.hpp index 4430b870d..0f697f2e6 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Etool.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Etool.hpp @@ -1,6 +1,6 @@ class ItemEtool : ItemCore { - scope = 2; + scope = public; model = "\dayz_equip\models\etool.p3d"; picture = "\dayz_equip\textures\equip_etool_ca.paa"; displayName = $STR_EQUIP_NAME_1; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/FishingPole.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/FishingPole.hpp index 547ec7cbb..2e9a88443 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/FishingPole.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/FishingPole.hpp @@ -1,6 +1,6 @@ class ItemFishingPole: ItemCore { - scope=2; + scope = public; displayName=$STR_EQUIP_FISHPOLE; model="\z\addons\dayz_epoch\models\fishing_rod_loot_item.p3d"; picture="\z\addons\dayz_epoch\pictures\equip_fishingpole_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Flashlight.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Flashlight.hpp index d437653dc..c395b33b9 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Flashlight.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Flashlight.hpp @@ -1,6 +1,6 @@ class ItemFlashlight : ItemCore { - scope = 2; + scope = public; model = "\dayz_equip\models\flashlight.p3d"; picture = "\dayz_equip\textures\equip_flashlight_ca.paa"; @@ -21,7 +21,7 @@ class ItemFlashlight : ItemCore class MeleeFlashlight : Pistol { - scope = 2; + scope = public; model = "\dayz_equip\models\flashlight.p3d"; picture = "\dayz_equip\textures\equip_flashlight_ca.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Hatchet.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Hatchet.hpp index 28d0fc2bd..95ee78717 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Hatchet.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Hatchet.hpp @@ -1,6 +1,6 @@ class ItemHatchet : ItemCore { - scope = 2; + scope = public; model = "\dayz_equip\models\hatchet.p3d"; picture = "\dayz_equip\textures\equip_hatchet_CA.paa"; @@ -33,7 +33,7 @@ class ItemHatchet : ItemCore }; }; class ItemHatchet_DZE : ItemCore { - scope = 2; + scope = public; displayName = $STR_EQUIP_NAME_HATCHET; model = "\dayz_equip\models\hatchet.p3d"; picture = "\dayz_equip\textures\equip_hatchet_CA.paa"; @@ -65,7 +65,7 @@ class ItemHatchet_DZE : ItemCore { class ItemHatchetBroken : ItemCore { - scope = 2; + scope = public; picture = "\dayz_equip\textures\equip_hatchet_CA.paa"; displayName = $STR_name_ItemHatchetBroken; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Knife.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Knife.hpp index 07506de86..d8c2c7207 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Knife.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Knife.hpp @@ -1,6 +1,6 @@ class ItemKnife_Base : ItemCore { - scope = 0; + scope = private; model = "\dayz_equip\models\knife_gear.p3d"; picture = "\dayz_equip\textures\equip_knife_ca.paa"; @@ -17,48 +17,48 @@ class ItemKnife_Base : ItemCore class ItemKnife : ItemKnife_Base { - scope = 2; + scope = public; descriptionShort = $STR_EQUIP_DESC_4; sharpnessRemaining = "ItemKnife5"; }; class ItemKnife5 : ItemKnife_Base { - scope = 2; + scope = public; descriptionShort = $STR_EQUIP_DESC_4_A; sharpnessRemaining = "ItemKnife4"; }; class ItemKnife4 : ItemKnife_Base { - scope = 2; + scope = public; descriptionShort = $STR_EQUIP_DESC_4_B; sharpnessRemaining = "ItemKnife3"; }; class ItemKnife3 : ItemKnife_Base { - scope = 2; + scope = public; descriptionShort = $STR_EQUIP_DESC_4_C; sharpnessRemaining = "ItemKnife2"; }; class ItemKnife2 : ItemKnife_Base { - scope = 2; + scope = public; descriptionShort = $STR_EQUIP_DESC_4_D; sharpnessRemaining = "ItemKnife1"; }; class ItemKnife1 : ItemKnife_Base { - scope = 2; + scope = public; descriptionShort = $STR_EQUIP_DESC_4_E; sharpnessRemaining = "ItemKnifeBlunt"; }; class ItemKnifeBlunt : ItemKnife_Base { - scope = 2; + scope = public; descriptionShort = $STR_EQUIP_CODE_DESC_4; }; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Machete.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Machete.hpp index 3f339e942..b0b915a49 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Machete.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Machete.hpp @@ -1,6 +1,6 @@ class ItemMachete : ItemCore { - scope = 2; + scope = public; model = "\z\addons\dayz_communityassets\models\machete.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_machete_CA.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Map.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Map.hpp index 950e666a2..af339085d 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Map.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Map.hpp @@ -5,7 +5,7 @@ class ItemMap : ItemCore class ItemMap_Debug: ItemCore { - scope = 2; + scope = public; displayname = "Debug Map"; descriptionshort = "Debug Map - Admin use only"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Matchbox.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Matchbox.hpp index a4df00655..9042c7d3b 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Matchbox.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Matchbox.hpp @@ -1,6 +1,6 @@ class ItemMatchbox_base : ItemCore { - scope = 0; + scope = private; model = "\dayz_equip\models\matchbox_gear.p3d"; picture = "\dayz_equip\textures\equip_matchbox_ca.paa"; displayName = $STR_EQUIP_NAME_3; @@ -9,7 +9,7 @@ class ItemMatchbox_base : ItemCore class ItemMatchboxEmpty : ItemMatchbox_base { - scope = 2; + scope = public; displayName = $STR_EQUIP_NAME_3_EMPTY; descriptionShort = $STR_EQUIP_DESC_3_EMPTY; }; @@ -17,7 +17,7 @@ class ItemMatchboxEmpty : ItemMatchbox_base //Loot Spawn Table. class ItemMatchbox : ItemMatchbox_base { - scope = 2; + scope = public; class Ignators { @@ -90,7 +90,7 @@ class Item1Matchbox : ItemMatchbox }; class ItemMatchbox_DZE: ItemMatchbox { - scope = 2; + scope = public; //displayName = $STR_EQUIP_NAME_3; //model = "\dayz_equip\models\matchbox_gear.p3d"; //picture = "\dayz_equip\textures\equip_matchbox_ca.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Pickaxe.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Pickaxe.hpp index 10491ac07..71281c591 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Pickaxe.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Pickaxe.hpp @@ -1,6 +1,6 @@ class ItemPickaxe : ItemCore { - scope = 2; + scope = public; model = "z\addons\dayz_communityweapons\models\pickaxe\pickaxe.p3d"; picture = "\z\addons\dayz_communityweapons\models\pickaxe\pickaxe.paa"; @@ -19,7 +19,7 @@ class ItemPickaxe : ItemCore class ItemPickaxeBroken : ItemCore { - scope = 2; + scope = public; model = "z\addons\dayz_communityweapons\models\pickaxe\pickaxe.p3d"; picture = "\z\addons\dayz_communityweapons\models\pickaxe\pickaxe.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Shovel.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Shovel.hpp index 9e7312c68..842aa8bb6 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Shovel.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Shovel.hpp @@ -1,6 +1,6 @@ class ItemShovel : ItemCore { - scope = 2; + scope = public; model = "\z\addons\dayz_communityassets\models\shovel.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_shovel_ca.paa"; @@ -23,7 +23,7 @@ class ItemShovel : ItemCore class ItemShovelBroken : ItemCore { - scope = 2; + scope = public; model = "\z\addons\dayz_communityassets\models\shovel.p3d"; picture = "\z\addons\dayz_communityassets\pictures\equip_shovel_ca.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Sledgehammer.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Sledgehammer.hpp index e9a1c1122..f5d6dd669 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Sledgehammer.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Sledgehammer.hpp @@ -1,6 +1,6 @@ class ItemSledge: ItemCore { - scope=2; + scope = public; displayName=$STR_EQUIP_SLEDGE; model="\z\addons\dayz_epoch\models\sledge_mag.p3d"; picture="\z\addons\dayz_epoch\pictures\equip_sledge_CA.paa"; @@ -32,7 +32,7 @@ class ItemSledge: ItemCore class ItemSledgeHammerBroken : ItemCore { - scope = 2; + scope = public; model = "z\addons\dayz_communityweapons\models\sledge_hammer\sledgehammer.p3d"; picture = "\z\addons\dayz_communityweapons\models\sledge_hammer\sledgehammer.paa"; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Toolbox.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Toolbox.hpp index da75f8fb1..93d1433f9 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Toolbox.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Toolbox.hpp @@ -1,6 +1,6 @@ class ItemToolbox : ItemCore { - scope = 2; + scope = public; model = "\dayz_equip\models\toolbox.p3d"; picture = "\dayz_equip\textures\equip_toolbox_ca.paa"; displayName = $STR_EQUIP_NAME_2; diff --git a/SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/M107.hpp b/SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/M107.hpp index c598c0112..8b18c5811 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/M107.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/M107.hpp @@ -1,6 +1,6 @@ class m107: Rifle { - scope = 2; + scope = public; type = 1; canlock = 0; picture = "\CA\weapons\data\Equip\W_m107_CA.paa"; diff --git a/SQF/redryder/config.cpp b/SQF/redryder/config.cpp index 6d5f2e56d..bea015ffc 100644 --- a/SQF/redryder/config.cpp +++ b/SQF/redryder/config.cpp @@ -12,6 +12,11 @@ #define true 1 #define false 0 +// type scope +#define private 0 +#define protected 1 +#define public 2 + class CfgPatches { class RedRyder @@ -56,7 +61,7 @@ class CfgMagazines class CA_Magazine; class 350Rnd_BB_Magazine : CA_Magazine { - scope = 2; + scope = public; model = "z\addons\redryder\models\bb_magazine.p3d"; picture = "z\addons\redryder\textures\bb_magazine_picture.paa"; displayName = "350 Count .177 BBs"; @@ -74,7 +79,7 @@ class CfgWeapons class Default {}; class Rifle : Default {}; class RedRyder : Rifle { - scope = 2; + scope = public; model = "z\addons\redryder\models\RedRyder.p3d"; displayName = "RedRyder BB Gun"; displayNameMagazine = "BB";