From 648ac83b28f422eeb79cb9316d0e3bb10117ff31 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Fri, 22 Nov 2013 14:28:46 -0500 Subject: [PATCH 1/3] #758 KSVK takes backpack slot (now KSVK_DZE) --- SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h index 9f958e36e..1888608e3 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h @@ -584,7 +584,7 @@ class CfgWeight { weight = 4; }; - class KSVK + class KSVK_DZE { weight = 12; }; @@ -1818,4 +1818,4 @@ class CfgWeight weight = 25; }; }; -}; \ No newline at end of file +}; From 570b44705b0be7daa2404a0a749094733e2d5c95 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Fri, 22 Nov 2013 14:29:09 -0500 Subject: [PATCH 2/3] #758 KSVK takes backpack slot (now KSVK_DZE) --- SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h index 1888608e3..3a3010310 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h @@ -584,6 +584,10 @@ class CfgWeight { weight = 4; }; + class KSVK + { + weight = 12; + }; class KSVK_DZE { weight = 12; From ac471a99d9437554ae8fa2bd2759cd128a0ade28 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Fri, 22 Nov 2013 14:31:09 -0500 Subject: [PATCH 3/3] Weight classname cleanup --- .../external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h index 3a3010310..8d091fad0 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h @@ -580,11 +580,15 @@ class CfgWeight { weight = 9; }; + class Pecheneg_DZ + { + weight = 9; + }; class Huntingrifle { weight = 4; }; - class KSVK + class ksvk { weight = 12; }; @@ -596,7 +600,7 @@ class CfgWeight { weight = 6.2; }; - class SVD_CAMO + class SVD_Camo { weight = 6.3; }; @@ -612,11 +616,11 @@ class CfgWeight { weight = 3.5; }; - class Bizon + class bizon { weight = 2.1; }; - class bizon_silenced + class Bizon_Silenced { weight = 2.3; };