From ede660d09b63eba20d23d6c3c1a455e088d756e5 Mon Sep 17 00:00:00 2001 From: seb3sec Date: Thu, 19 Feb 2015 13:33:51 +0100 Subject: [PATCH 1/3] Added include for BAF_L110A1_Aim.hpp --- SQF/dayz_code/Configs/CfgWeapons.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SQF/dayz_code/Configs/CfgWeapons.hpp b/SQF/dayz_code/Configs/CfgWeapons.hpp index 0f987c716..4f92ba6c1 100644 --- a/SQF/dayz_code/Configs/CfgWeapons.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons.hpp @@ -279,5 +279,6 @@ class CfgWeapons { #include "CfgWeapons\Weapon\LMG\M249_EP1.hpp" #include "CfgWeapons\Weapon\LMG\M249_m145_EP1.hpp" #include "CfgWeapons\Weapon\LMG\M60A4.hpp" + #include "CfgWeapons\Weapon\LMG\BAF_L110A1_Aim.hpp" #include "CfgWeapons\Weapon\Rifle\FN_FAL_ANPVS4_DZE.hpp" }; From 4d141b17b13556c8d2d92340b75726d264495efd Mon Sep 17 00:00:00 2001 From: seb3sec Date: Thu, 19 Feb 2015 13:36:24 +0100 Subject: [PATCH 2/3] Add variant which does not drop the backpack --- SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim diff --git a/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim b/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim new file mode 100644 index 000000000..d389ad01b --- /dev/null +++ b/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim @@ -0,0 +1,4 @@ +class BAF_L110A1_Aim; +class BAF_L110A1_Aim_DZE:BAF_L110A1_Aim { + type = "1"; +}; From 3e62064a06280d6faa9f8849dd483d9f3e6dbbac Mon Sep 17 00:00:00 2001 From: seb3sec Date: Thu, 19 Feb 2015 13:37:28 +0100 Subject: [PATCH 3/3] Rename BAF_L110A1_Aim to BAF_L110A1_Aim.hpp --- .../CfgWeapons/Weapon/LMG/{BAF_L110A1_Aim => BAF_L110A1_Aim.hpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/{BAF_L110A1_Aim => BAF_L110A1_Aim.hpp} (100%) diff --git a/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim b/SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim.hpp similarity index 100% rename from SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim rename to SQF/dayz_code/Configs/CfgWeapons/Weapon/LMG/BAF_L110A1_Aim.hpp