diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/Grenades.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/Grenades.hpp index 5efc16c2d..890af6f67 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/Grenades.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/Grenades.hpp @@ -6,7 +6,6 @@ class HandGrenade_west { weight = 0.5; }; - class 1Rnd_HE_M203 { weight = 0.5; @@ -79,7 +78,6 @@ class 6Rnd_SmokeYellow_M203 { weight = 3; }; - class 1Rnd_HE_GP25 { weight = 0.5; @@ -115,4 +113,40 @@ class 1Rnd_SmokeYellow_GP25 class 1Rnd_SmokeGreen_GP25 { weight = 0.5; +}; +class HandGrenade +{ + weight = 0.5; +}; +class HandGrenade_Stone +{ + weight = 0.5; +}; +class SmokeShell +{ + weight = 0.5; +}; +class SmokeShellRed +{ + weight = 0.5; +}; +class SmokeShellGreen +{ + weight = 0.5; +}; +class SmokeShellYellow +{ + weight = 0.5; +}; +class SmokeShellPurple +{ + weight = 0.5; +}; +class SmokeShellBlue +{ + weight = 0.5; +}; +class SmokeShellOrange +{ + weight = 0.5; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/LMGAmmo.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/LMGAmmo.hpp index 5eebb3d70..095ba135a 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/LMGAmmo.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/LMGAmmo.hpp @@ -1,13 +1,4 @@ -/**************************************************************************** -Copyright (C) 2010 Team ~R3F~ -This program is free software under the terms of the GNU General Public License version 3. -You should have received a copy of the GNU General Public License -along with this program. If not, see . -@authors team-r3f.org -@version 1.00 -@date 20101006 -*****************************************************************************/ -class 200Rnd_556x45_L110A1 +class 200Rnd_556x45_L110A1 { weight = 10; }; @@ -15,10 +6,6 @@ class 200Rnd_556x45_M249 { weight = 10; }; -class 100Rnd_762x51_M240 -{ - weight = 8; -}; class 100Rnd_556x45_M249 { weight = 5; @@ -27,13 +14,21 @@ class 100Rnd_556x45_BetaCMag { weight = 5; }; +class 100Rnd_556x45_BetaCMag_airLock +{ + weight = 5; +}; class 75Rnd_545x39_RPK { - weight = 1.25; + weight = 3.25; }; class 75Rnd_762x39_RPK { - weight = 1.5; + weight = 3.5; +}; +class 100Rnd_762x51_M240 +{ + weight = 8; }; class 100Rnd_762x54_PK { @@ -41,5 +36,5 @@ class 100Rnd_762x54_PK }; class 50Rnd_762x54_UK59 { - weight = 1; -}; \ No newline at end of file + weight = 4; +}; diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/LauncherAmmo.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/LauncherAmmo.hpp index 020319f7f..adc054219 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/LauncherAmmo.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/LauncherAmmo.hpp @@ -1,14 +1,4 @@ -/**************************************************************************** -Copyright (C) 2010 Team ~R3F~ -This program is free software under the terms of the GNU General Public License version 3. -You should have received a copy of the GNU General Public License -along with this program. If not, see . -@authors team-r3f.org -@version 1.00 -@date 20101006 -*****************************************************************************/ - -class PG7V +class PG7V { weight = 2.2; }; @@ -88,3 +78,15 @@ class Dragon_EP1 { weight = 11; }; +class SMAW_HEAA_Big +{ + weight = 11; +}; +class SMAW_HEDP_Big +{ + weight = 11; +}; +class NLAW_Big +{ + weight = 11; +}; diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/MeleeAmmo.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/MeleeAmmo.hpp new file mode 100644 index 000000000..51d940fc9 --- /dev/null +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/MeleeAmmo.hpp @@ -0,0 +1,32 @@ +class Hatchet_Swing +{ + weight = 0; +}; +class Machete_Swing +{ + weight = 0; +}; +class Fishing_Swing +{ + weight = 0; +}; +class Crowbar_Swing +{ + weight = 0; +}; +class Sledge_Swing +{ + weight = 0; +}; +class Bat_Swing +{ + weight = 0; +}; +class BatBarbed_Swing +{ + weight = 0; +}; +class BatNails_Swing +{ + weight = 0; +}; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/PistolAmmo.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/PistolAmmo.hpp index ba24c129c..b2ee78ee3 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/PistolAmmo.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/PistolAmmo.hpp @@ -1,22 +1,4 @@ -/**************************************************************************** -Copyright (C) 2010 Team ~R3F~ -This program is free software under the terms of the GNU General Public License version 3. -You should have received a copy of the GNU General Public License -along with this program. If not, see . -@authors team-r3f.org -@version 1.00 -@date 20101006 -*****************************************************************************/ - -class 20Rnd_B_765x17_Ball -{ - weight = 0.4; -}; -class 10Rnd_B_765x17_Ball -{ - weight = 0.2; -}; -class 30Rnd_9x19_UZI_SD +class 30Rnd_9x19_UZI_SD { weight = 0.4; }; @@ -55,4 +37,100 @@ class 8Rnd_9x18_MakarovSD class 7Rnd_45ACP_1911 { weight = 0.02; +}; +class 10Rnd_9x19_Compact +{ + weight = 0.02; +}; +class 20Rnd_9x19_M93R +{ + weight = 0.02; +}; +class 15Rnd_10x22_p99 +{ + weight = 0.02; +}; +class 15Rnd_10x22_p99_sd +{ + weight = 0.02; +}; +class 13Rnd_9x19_BHP +{ + weight = 0.02; +}; +class 15Rnd_9x19_P226 +{ + weight = 0.02; +}; +class 8Rnd_9x19_P38 +{ + weight = 0.02; +}; +class 7Rnd_9x17_PPK +{ + weight = 0.02; +}; +class 8Rnd_9x19_MK22 +{ + weight = 0.02; +}; +class 8Rnd_9x19_MK22SD +{ + weight = 0.02; +}; +class 10Rnd_22lfB_RUGERMK2 +{ + weight = 0.01; +}; +class 20Rnd_9x18_APS +{ + weight = 0.45; +}; +class 20Rnd_9x18_APSSD +{ + weight = 0.45; +}; +class 33Rnd_9x19_G18 +{ + weight = 0.4; +}; +class 32Rnd_9x19_TEC9 +{ + weight = 0.4; +}; +class 15Rnd_45ACP_USP +{ + weight = 0.04; +}; +class 15Rnd_45ACP_USPSD +{ + weight = 0.04; +}; +class 7Rnd_45ACP_1911SD +{ + weight = 0.02; +}; +class 6Rnd_44Magnum +{ + weight = 0.4; +}; +class 6Rnd_357Magnum +{ + weight = 0.5; +}; +class 7Rnd_50AE_Deagle +{ + weight = 0.5; +}; +class 8Rnd_762x25_TT33 +{ + weight = 0.2; +}; +class 18Rnd_9x19_Phantom +{ + weight = 0.2; +}; +class 18Rnd_9x19_PhantomSD +{ + weight = 0.2; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/RifleAmmo.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/RifleAmmo.hpp index 1d7afbe5b..ee10aad81 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/RifleAmmo.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/RifleAmmo.hpp @@ -1,45 +1,4 @@ -/**************************************************************************** -Copyright (C) 2010 Team ~R3F~ -This program is free software under the terms of the GNU General Public License version 3. -You should have received a copy of the GNU General Public License -along with this program. If not, see . -@authors team-r3f.org -@version 1.00 -@date 20101006 -*****************************************************************************/ -class Hatchet_Swing -{ - weight = 0; -}; -class Machete_Swing -{ - weight = 0; -}; -class Fishing_Swing -{ - weight = 0; -}; -class Crowbar_Swing -{ - weight = 0; -}; -class Sledge_Swing -{ - weight = 0; -}; -class Bat_Swing -{ - weight = 0; -}; -class BatBarbed_Swing -{ - weight = 0; -}; -class BatNails_Swing -{ - weight = 0; -}; -class 5Rnd_762x54_Mosin +class 5Rnd_762x54_Mosin { weight = 0.08; }; @@ -94,4 +53,80 @@ class 30Rnd_556x45_G36 class 30Rnd_556x45_G36SD { weight = 0.5; +}; +class 60Rnd_545x39_AK_Taped +{ + weight = 1; +}; +class 60Rnd_545x39_AKSD_Taped +{ + weight = 1; +}; +class 60Rnd_556x45_Stanag_Taped +{ + weight = 1; +}; +class 60Rnd_762x39_AK47_Taped +{ + weight = 1.6; +}; +class 60Rnd_556x45_StanagSD_Taped +{ + weight = 1; +}; +class 20Rnd_9x39_Groza9 +{ + weight = 1; +}; +class 20Rnd_9x39_Groza9SD +{ + weight = 1.0; +}; +class 30Rnd_762x39_Groza1 +{ + weight = 1; +}; +class 30Rnd_762x39_Groza1SD +{ + weight = 1; +}; +class 30Rnd_556x45_Aug +{ + weight = 1; +}; +class ACR_30Rnd_680x43 +{ + weight = 1; +}; +class ACR_30Rnd_680x43_SD +{ + weight = 1; +}; +class 30Rnd_6x35_KAC +{ + weight = 1; +}; +class 20Rnd_762x51_HK417SD +{ + weight = 1; +}; +class 20Rnd_762x51_HK417 +{ + weight = 1; +}; +class 60Rnd_762x54_DT +{ + weight = 2; +}; +class 30Rnd_762x39_RK95 +{ + weight = 0.9; +}; +class 30Rnd_762x39_RK95SD +{ + weight = 0.9; +}; +class 20Rnd_762x51_G3 +{ + weight = 0.8; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/SMGAmmo.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/SMGAmmo.hpp index 91d30e427..aab1a3408 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/SMGAmmo.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/SMGAmmo.hpp @@ -1,13 +1,11 @@ -/**************************************************************************** -Copyright (C) 2010 Team ~R3F~ -This program is free software under the terms of the GNU General Public License version 3. -You should have received a copy of the GNU General Public License -along with this program. If not, see . -@authors team-r3f.org -@version 1.00 -@date 20101006 -*****************************************************************************/ - +class 20Rnd_B_765x17_Ball +{ + weight = 0.4; +}; +class 10Rnd_B_765x17_Ball +{ + weight = 0.2; +}; class 30Rnd_9x19_MP5 { weight = 0.4; @@ -23,4 +21,64 @@ class 64Rnd_9x19_Bizon class 64Rnd_9x19_SD_Bizon { weight = 0.8; -}; \ No newline at end of file +}; +class 33Rnd_45ACP_KRISS +{ + weight = 0.8; +}; +class 33Rnd_45ACP_KRISSSD +{ + weight = 0.8; +}; +class 30Rnd_9x19_TMP +{ + weight = 0.8; +}; +class 30Rnd_9x19_TMPSD +{ + weight = 0.8; +}; +class 25Rnd_45ACP_UMP +{ + weight = 0.8; +}; +class 25Rnd_45ACP_UMPSD +{ + weight = 0.8; +}; +class 50Rnd_57x28_P90 +{ + weight = 1.2; +}; +class 50Rnd_57x28_P90SD +{ + weight = 1.2; +}; +class 32Rnd_9x19_STEN +{ + weight = 1.0; +}; +class 32Rnd_9x19_MAT49 +{ + weight = 1.0; +}; +class 70Rnd_9x19_M31 +{ + weight = 1.4; +}; +class 20Rnd_9x19_EVOSD +{ + weight = 0.8; +}; +class 20Rnd_9x19_EVO +{ + weight = 0.8; +}; +class 40Rnd_46x30_mp7 +{ + weight = 0.8; +}; +class 40Rnd_46x30_sd_mp7 +{ + weight = 0.8; +}; diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/ShotgunAmmo.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/ShotgunAmmo.hpp index 2dc35dad9..a27fdcfe6 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/ShotgunAmmo.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/ShotgunAmmo.hpp @@ -71,6 +71,14 @@ class 8Rnd_B_Saiga12_74Slug { weight = 0.3; }; +class 8Rnd_B_Beneli_74Slug +{ + weight = 0.4; +}; +class 8Rnd_B_Beneli_Pellets +{ + weight = 0.5; +}; class 8Rnd_B_Saiga12_Pellets { weight = 0.3; @@ -91,3 +99,11 @@ class 20Rnd_B_AA12_HE { weight = 1.5; }; +class 20Rnd_B_Usas12_74Slug +{ + weight = 1.5; +}; +class 20Rnd_B_Usas12_Pellets +{ + weight = 1.5; +}; diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/SniperAmmo.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/SniperAmmo.hpp index 07502905d..9eb07d3af 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/SniperAmmo.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Ammo/SniperAmmo.hpp @@ -1,46 +1,100 @@ -/**************************************************************************** -Copyright (C) 2010 Team ~R3F~ -This program is free software under the terms of the GNU General Public License version 3. -You should have received a copy of the GNU General Public License -along with this program. If not, see . -@authors team-r3f.org -@version 1.00 -@date 20101006 -*****************************************************************************/ - -class 10Rnd_127x99_m107 +class 10Rnd_127x99_m107 { - weight = 0.5; + weight = 1.5; }; class 3rnd_Anzio_20x102mm { - weight = 0.4; + weight = 1.5; }; class 5Rnd_762x51_M24 { - weight = 0.2; + weight = 0.25; +}; +class 5x_22_LR_17_HMR +{ + weight = 0.25; }; class 20Rnd_762x51_DMR { - weight = 0.5; + weight = 1; }; class 5Rnd_17HMR { - weight = 0.15; + weight = 0.25; }; class 5Rnd_127x108_KSVK { - weight = 0.3; + weight = 1.5; }; class 10Rnd_762x54_SVD { - weight = 0.4; + weight = 0.5; }; class 10Rnd_9x39_SP5_VSS { - weight = 0.2; + weight = 0.4; }; class 20Rnd_9x39_SP5_VSS { - weight = 0.4; + weight = 0.8; +}; +class 5Rnd_127x99_as50_CP +{ + weight = 1.5; +}; +class 5Rnd_127x99_as50 +{ + weight = 1.5; +}; +class 5Rnd_86x70_L115A1 +{ + weight = 0.7; +}; +class 10x_303 +{ + weight = 0.5; +}; +class 10Rnd_762x51_CZ750 +{ + weight = 0.5; +}; +class 7Rnd_86x70_MSR +{ + weight = 1.3; +}; +class 7Rnd_86x70_MSR_SD +{ + weight = 1.3; +}; +class 5Rnd_762x67_XM2010 +{ + weight = 1.5; +}; +class 5Rnd_762x67_XM2010_SD +{ + weight = 1.5; +}; +class 5Rnd_408_CheyTac +{ + weight = 1.5; +}; +class 6Rnd_762x51_WA2000 +{ + weight = 1.5; +}; +class 10Rnd_86x70_MRAD +{ + weight = 1.5; +}; +class 20Rnd_762x51_DMRSD +{ + weight = 1; +}; +class 20Rnd_762x51_RSASS +{ + weight = 1; +}; +class 20Rnd_762x51_RSASS_SD +{ + weight = 1; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Attachments.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Attachments.hpp index 3e98fb47b..5095dd900 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Attachments.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Attachments.hpp @@ -1,14 +1,4 @@ -/**************************************************************************** -Copyright (C) 2010 Team ~R3F~ -This program is free software under the terms of the GNU General Public License version 3. -You should have received a copy of the GNU General Public License -along with this program. If not, see . -@authors team-r3f.org -@version 1.00 -@date 20101006 -*****************************************************************************/ - -class Attachment_ACOG +class Attachment_ACOG { weight = 0.1; }; @@ -80,9 +70,6 @@ class Attachment_Sup556 { weight = 0.1; }; - -//New - class Attachment_ANPVS4 { weight = 0.1; @@ -140,4 +127,20 @@ class Attachment_Sup68 class Attachment_Ghillie_Desert { weight = 0.1; +}; +class Attachment_Sup57 +{ + weight = 0.1; +}; +class Attachment_Sup939 +{ + weight = 0.1; +}; +class Attachment_Ghillie_Snow +{ + weight = 0.1; +}; +class Attachment_Ghillie_Urban +{ + weight = 0.1; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/ChainsawGas.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/ChainsawGas.hpp index 91b10cef9..38609116b 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/ChainsawGas.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/ChainsawGas.hpp @@ -22,4 +22,8 @@ class ItemJerryMixed2 class ItemJerryMixed1 { weight = 2; +}; +class CSGAS +{ + weight = 2; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Currency/Briefcase.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Currency/Briefcase.hpp index 4189d8116..1cb5bb162 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Currency/Briefcase.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Currency/Briefcase.hpp @@ -103,4 +103,12 @@ class ItemBriefcaseS90oz class ItemBriefcaseS100oz { weight = 3.8; +}; +class ItemBriefcase_Base +{ + weight = 1.0; +}; +class ItemBriefcaseS10oz +{ + weight = 1.1; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Misc.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Misc.hpp index 7f0cd84ec..21e759972 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Misc.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Misc.hpp @@ -122,3 +122,7 @@ class IR_Strobe_Target { weight = 0.4; }; +class equip_garlic_bulb +{ + weight = 0.5; +}; diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Planting.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Planting.hpp index 6f47834cc..e3866fe74 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Planting.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Planting.hpp @@ -46,4 +46,12 @@ class ItemTobaccoLeafs class equip_comfreyleafs { weight = 0.1; +}; +class FoodPumpkin +{ + weight = 3; +}; +class FoodSunFlowerSeed +{ + weight = 0.2; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Medical.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Medical.hpp index 3c072eb26..e0f268f3a 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Medical.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Medical.hpp @@ -1,13 +1,4 @@ -/**************************************************************************** -Copyright (C) 2010 Team ~R3F~ -This program is free software under the terms of the GNU General Public License version 3. -You should have received a copy of the GNU General Public License -along with this program. If not, see . -@authors team-r3f.org -@version 1.00 -@date 20101006 -*****************************************************************************/ -class ItemAntibacterialWipe +class ItemAntibacterialWipe { weight = 0.003; }; @@ -146,4 +137,48 @@ class transfusionKit class emptyBloodBag { weight = 0.003; +}; +class ItemPainkiller6 +{ + weight = 0.6; +}; +class ItemPainkiller5 +{ + weight = 0.5; +}; +class ItemPainkiller4 +{ + weight = 0.4; +}; +class ItemPainkiller3 +{ + weight = 0.3; +}; +class ItemPainkiller2 +{ + weight = 0.2; +}; +class ItemPainkiller1 +{ + weight = 0.1; +}; +class ItemPainkillerEmpty +{ + weight = 0.0; +}; +class equip_woodensplint +{ + weight = 1.0; +}; +class equip_gauze +{ + weight = 0.2; +}; +class equip_gauzepackaged +{ + weight = 0.4; +}; +class equip_herb_box +{ + weight = 0.8; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.hpp index 951c3bf62..374096344 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.hpp @@ -70,6 +70,7 @@ class CfgWeight #include "Magazines\Medical.hpp" #include "Magazines\Trash.hpp" + #include "Magazines\Ammo\MeleeAmmo.hpp" #include "Magazines\Ammo\LauncherAmmo.hpp" #include "Magazines\Ammo\LMGAmmo.hpp" #include "Magazines\Ammo\PistolAmmo.hpp" @@ -78,6 +79,7 @@ class CfgWeight #include "Magazines\Ammo\SMGAmmo.hpp" #include "Magazines\Ammo\SniperAmmo.hpp" #include "Magazines\Ammo\VehicleAmmo.hpp" + #include "Magazines\Ammo\Grenades.hpp" }; class Backpacks { diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/LMG.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/LMG.hpp index f5a50c664..3c8420a95 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/LMG.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/LMG.hpp @@ -1,13 +1,4 @@ -/**************************************************************************** -Copyright (C) 2010 Team ~R3F~ -This program is free software under the terms of the GNU General Public License version 3. -You should have received a copy of the GNU General Public License -along with this program. If not, see . -@authors team-r3f.org -@version 1.00 -@date 20101006 -*****************************************************************************/ -class L110A1_DZ +class L110A1_DZ { weight = 6.5; }; @@ -15,6 +6,14 @@ class L110A1_CCO_DZ { weight = 6.7; }; +class BAF_L110A1_Aim +{ + weight = 6.7; +}; +class BAF_L110A1_Aim_Small +{ + weight = 6.7; +}; class L110A1_Holo_DZ { weight = 6.7; @@ -55,7 +54,11 @@ class m240_scoped_EP1_DZE { weight = 14; }; -class MG36_Camo_DZ //NEW +class MG36_Camo_DZ +{ + weight = 3.6; +}; +class MG36_camo { weight = 3.6; }; @@ -119,7 +122,11 @@ class Mk48_Holo_DZ { weight = 8.4; }; -class MG36_DZ //NEW +class MG36 +{ + weight = 3.6; +}; +class MG36_DZ { weight = 3.6; }; @@ -147,6 +154,10 @@ class RPK74_DZ { weight = 4.7; }; +class RPK_74_Large +{ + weight = 4.7; +}; class RPK74_Kobra_DZ { weight = 4.9; @@ -171,42 +182,104 @@ class UK59_DZ { weight = 4.7; }; -class L86A2_LSW_DZ //NEW +class L86A2_LSW_DZ { weight = 6.7; }; -class XM8_SAW_DZ //NEW +class XM8_SAW_DZ { weight = 6.7; }; -class XM8_DES_SAW_DZ //NEW +class XM8_DES_SAW_DZ { weight = 6.7; }; -class XM8_GREY_SAW_DZ //NEW +class XM8_GREY_SAW_DZ { weight = 6.7; }; -class Mk43_DZ //NEW +class Mk43_DZ { weight = 6.7; }; -class MK43_Holo_DZ //NEW +class MK43_Holo_DZ { weight = 6.7; }; -class MK43_ACOG_DZ //NEW +class MK43_ACOG_DZ { weight = 6.7; }; -class Mk48_DES_CCO_DZ //NEW +class Mk48_DES_CCO_DZ { weight = 6.7; }; -class MK43_M145_DZ //NEW +class MK43_M145_DZ { weight = 6.7; }; +class UK59_ACR +{ + weight = 6.6; +}; +class MG36_Large +{ + weight = 6.2; +}; +class M60A4_EP1_Small +{ + weight = 6.3; +}; +class M240_Small +{ + weight = 6.1; +}; +class M249_Small +{ + weight = 6.1; +}; +class M249_EP1_Small +{ + weight = 6.1; +}; +class M249_m145_EP1_Small +{ + weight = 6.3; +}; +class Mk_48_Small +{ + weight = 6.3; +}; +class PK_Small +{ + weight = 5.7; +}; +class Pecheneg_Small +{ + weight = 6.2; +}; +class UK59_ACR_Small +{ + weight = 6.2; +}; +class m240_scoped_EP1_Small +{ + weight = 6.2; +}; +class Mk_48_DES_EP1_Small +{ + weight = 6.1; +}; +class MG36_camo_Large +{ + weight = 6.2; +}; +class m8_SAW_Large +{ + weight = 5.5; +}; +class M249_TWS_EP1_Small +{ + weight = 7.0; +}; - - diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Launchers.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Launchers.hpp index 6eb4cf196..e7d966543 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Launchers.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Launchers.hpp @@ -1,14 +1,4 @@ -/**************************************************************************** -Copyright (C) 2010 Team ~R3F~ -This program is free software under the terms of the GNU General Public License version 3. -You should have received a copy of the GNU General Public License -along with this program. If not, see . -@authors team-r3f.org -@version 1.00 -@date 20101006 -*****************************************************************************/ - -class M32_EP1 +class M32_EP1 { weight = 6; }; diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Pistols.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Pistols.hpp index 94d6a2726..fe59168ff 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Pistols.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Pistols.hpp @@ -153,4 +153,100 @@ class Colt_Python_DZ class M1911_2_DZ { weight = 0.9; +}; +class CZ_75_D_COMPACT +{ + weight = 0.9; +}; +class CZ_75_P_07_DUTY +{ + weight = 0.9; +}; +class CZ_75_SP_01_PHANTOM +{ + weight = 0.9; +}; +class CZ_75_SP_01_PHANTOM_SD +{ + weight = 0.9; +}; +class M9_Camo_SD_DZ +{ + weight = 0.9; +}; +class M93R_DZ +{ + weight = 0.9; +}; +class P226_DZ +{ + weight = 0.9; +}; +class P226_Silver_DZ +{ + weight = 0.9; +}; +class P38_DZ +{ + weight = 0.9; +}; +class PPK_DZ +{ + weight = 0.9; +}; +class G17_MFL_DZ +{ + weight = 0.9; +}; +class G17_SD_MFL_DZ +{ + weight = 1.1; +}; +class G18_DZ +{ + weight = 0.9; +}; +class Tokarew_TT33_DZ +{ + weight = 0.9; +}; +class Ruger_MK2_DZ +{ + weight = 0.9; +}; +class APS_DZ +{ + weight = 0.9; +}; +class APS_SD_DZ +{ + weight = 0.9; +}; +class TEC9_DZ +{ + weight = 0.9; +}; +class Colt_Revolver_DZ +{ + weight = 0.9; +}; +class CZ75P_DZ +{ + weight = 0.9; +}; +class CZ75D_DZ +{ + weight = 0.9; +}; +class CZ75SP_DZ +{ + weight = 0.9; +}; +class CZ75SP_SD_DZ +{ + weight = 0.9; +}; +class DesertEagle_DZ +{ + weight = 3.0; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Rifles.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Rifles.hpp index e2909a04c..e4eae430a 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Rifles.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Rifles.hpp @@ -1,12 +1,3 @@ -/**************************************************************************** -Copyright (C) 2010 Team ~R3F~ -This program is free software under the terms of the GNU General Public License version 3. -You should have received a copy of the GNU General Public License -along with this program. If not, see . -@authors team-r3f.org -@version 1.00 -@date 20101006 -*****************************************************************************/ class AK_107_kobra { weight = 3.8; @@ -347,6 +338,14 @@ class G36C { weight = 2.8; }; +class G36C_camo +{ + weight = 2.8; +}; +class G36_C_SD_camo +{ + weight = 3.0; +}; class G36C_DZ { weight = 2.8; @@ -395,6 +394,10 @@ class G36C_Camo_DZ { weight = 2.8; }; +class G36K +{ + weight = 3; +}; class G36K_camo { weight = 3; @@ -839,6 +842,14 @@ class M4A3_CCO_EP1 { weight = 3; }; +class M4A3_Camo_DZ +{ + weight = 2.8; +}; +class M4A3_Camo_ACOG_DZ +{ + weight = 3.0; +}; class M14_EP1 { weight = 5.5; @@ -867,7 +878,7 @@ class M14_Holo_Gh_DZ { weight = 5.8; }; -//NEW + class M1A_SC16_BL_DZ { weight = 5.8; @@ -1124,6 +1135,10 @@ class MK16_CCO_DZ { weight = 5.6; }; +class MK16_BL_CCO_DZ +{ + weight = 5.6; +}; class MK16_Holo_DZ { weight = 5.6; @@ -1148,6 +1163,10 @@ class MK16_GL_CCO_SD_DZ { weight = 5.6; }; +class MK16_BL_GL_CCO_SD_DZ +{ + weight = 5.6; +}; class MK16_GL_Holo_DZ { weight = 5.6; @@ -1156,6 +1175,10 @@ class MK16_GL_Holo_SD_DZ { weight = 5.6; }; +class MK16_BL_Holo_SD_DZ +{ + weight = 5.4; +}; class MK16_ACOG_DZ { weight = 5.6; @@ -1164,6 +1187,10 @@ class MK16_GL_ACOG_DZ { weight = 5.6; }; +class MK16_BL_GL_ACOG_DZ +{ + weight = 5.6; +}; class MK16_ACOG_SD_DZ { weight = 5.6; @@ -1258,11 +1285,11 @@ class XM8_GREY_2_DZ }; class XM8_GL_DZ { - weight = 5.6; + weight = 5.8; }; class XM8_DES_GL_DZ { - weight = 5.6; + weight = 5.8; }; class XM8_GREY_GL_DZ { @@ -1281,6 +1308,965 @@ class XM8_GREY_Sharpsh_DZ weight = 5.6; }; class XM8_SD_DZ +{ + weight = 5.8; +}; +class BAF_L86A2_ACOG +{ + weight = 5.8; +}; +class BAF_L7A2_GPMG { weight = 5.6; +}; +class GSh23L_L39 +{ + weight = 6.0; +}; +class M4A3_EP1 +{ + weight = 3.2; +}; +class BAF_L7A2_GPMG_Small +{ + weight = 6.0; +}; +class AK_107_CP +{ + weight = 3.4; +}; +class AK_107_GL_CP +{ + weight = 3.6; +}; +class AKS_74_UN_CP +{ + weight = 3.4; +}; +class M4A3_RCO_EP1 +{ + weight = 3.4; +}; +class AN94_DZ +{ + weight = 3.4; +}; +class AN94_GL_DZ +{ + weight = 3.6; +}; +class AKS_Gold_DZ +{ + weight = 6.0; +}; +class AKS_Silver_DZ +{ + weight = 5.0; +}; +class G36A_Camo_SD_DZ +{ + weight = 4.0; +}; +class M4A1_MFL_DZ +{ + weight = 3.0; +}; +class M4A1_SD_MFL_DZ +{ + weight = 3.2; +}; +class M4A1_GL_MFL_DZ +{ + weight = 3.2; +}; +class M4A1_GL_SD_MFL_DZ +{ + weight = 3.4; +}; +class M4A1_CCO_MFL_DZ +{ + weight = 3.2; +}; +class M4A1_CCO_SD_MFL_DZ +{ + weight = 3.4; +}; +class M4A1_GL_CCO_MFL_DZ +{ + weight = 3.4; +}; +class M4A1_GL_CCO_SD_MFL_DZ +{ + weight = 3.6; +}; +class M4A1_Holo_MFL_DZ +{ + weight = 3.2; +}; +class M4A1_Holo_SD_MFL_DZ +{ + weight = 3.4; +}; +class M4A1_GL_Holo_SD_MFL_DZ +{ + weight = 3.6; +}; +class M4A1_ACOG_MFL_DZ +{ + weight = 3.2; +}; +class M4A1_ACOG_SD_MFL_DZ +{ + weight = 3.4; +}; +class M4A1_GL_ACOG_MFL_DZ +{ + weight = 3.4; +}; +class M4A1_GL_ACOG_SD_MFL_DZ +{ + weight = 3.6; +}; +class M4A1_Rusty_DZ +{ + weight = 3.2; +}; +class M4A1_Camo_CCO_DZ +{ + weight = 3.1; +}; +class M4A1_Camo_CCO_SD_DZ +{ + weight = 3.3; +}; +class M4A1_Camo_Holo_GL_DZ +{ + weight = 3.6; +}; +class M4A1_Camo_Holo_GL_SD_DZ +{ + weight = 3.8; +}; +class HK416_Holo_DZ +{ + weight = 3.1; +}; +class SteyrAug_A3_Green_DZ +{ + weight = 5.0; +}; +class SteyrAug_A3_Black_DZ +{ + weight = 5.0; +}; +class SteyrAug_A3_Blue_DZ +{ + weight = 5.0; +}; +class SteyrAug_A3_ACOG_Green_DZ +{ + weight = 5.2; +}; +class SteyrAug_A3_ACOG_Black_DZ +{ + weight = 5.2; +}; +class SteyrAug_A3_ACOG_Blue_DZ +{ + weight = 5.2; +}; +class SteyrAug_A3_Holo_Green_DZ +{ + weight = 5.2; +}; +class SteyrAug_A3_Holo_Black_DZ +{ + weight = 5.2; +}; +class SteyrAug_A3_Holo_Blue_DZ +{ + weight = 5.2; +}; +class SteyrAug_A3_GL_Green_DZ +{ + weight = 5.2; +}; +class SteyrAug_A3_GL_Black_DZ +{ + weight = 5.2; +}; +class SteyrAug_A3_GL_Blue_DZ +{ + weight = 5.2; +}; +class SteyrAug_A3_ACOG_GL_Green_DZ +{ + weight = 5.4; +}; +class SteyrAug_A3_ACOG_GL_Black_DZ +{ + weight = 5.4; +}; +class SteyrAug_A3_ACOG_GL_Blue_DZ +{ + weight = 5.4; +}; +class SteyrAug_A3_Holo_GL_Green_DZ +{ + weight = 5.4; +}; +class SteyrAug_A3_Holo_GL_Black_DZ +{ + weight = 5.4; +}; +class HK53A3_CCO_DZ +{ + weight = 4.2; +}; +class HK53A3_Holo_DZ +{ + weight = 4.2; +}; +class PDR_CCO_DZ +{ + weight = 3.6; +}; +class PDR_Holo_DZ +{ + weight = 3.6; +}; +class Famas_DZ +{ + weight = 5.0; +}; +class Famas_CCO_DZ +{ + weight = 5.2; +}; +class Famas_Holo_DZ +{ + weight = 5.2; +}; +class Famas_SD_DZ +{ + weight = 5.2; +}; +class Famas_CCO_SD_DZ +{ + weight = 5.4; +}; +class Famas_Holo_SD_DZ +{ + weight = 5.4; +}; +class ACR_WDL_DZ +{ + weight = 5.0; +}; +class ACR_WDL_SD_DZ +{ + weight = 5.2; +}; +class ACR_WDL_GL_SD_DZ +{ + weight = 5.4; +}; +class ACR_WDL_CCO_DZ +{ + weight = 5.2; +}; +class ACR_WDL_CCO_SD_DZ +{ + weight = 5.4; +}; +class ACR_WDL_CCO_GL_DZ +{ + weight = 5.4; +}; +class ACR_WDL_CCO_GL_SD_DZ +{ + weight = 5.6; +}; +class ACR_WDL_Holo_DZ +{ + weight = 5.2; +}; +class ACR_WDL_Holo_SD_DZ +{ + weight = 5.4; +}; +class ACR_WDL_Holo_GL_DZ +{ + weight = 5.4; +}; +class ACR_WDL_Holo_GL_SD_DZ +{ + weight = 5.6; +}; +class ACR_WDL_ACOG_DZ +{ + weight = 5.2; +}; +class ACR_WDL_ACOG_SD_DZ +{ + weight = 5.4; +}; +class ACR_WDL_ACOG_GL_DZ +{ + weight = 5.4; +}; +class ACR_WDL_ACOG_GL_SD_DZ +{ + weight = 5.6; +}; +class ACR_WDL_TWS_DZ +{ + weight = 5.4; +}; +class ACR_WDL_TWS_GL_DZ +{ + weight = 5.6; +}; +class ACR_WDL_TWS_SD_DZ +{ + weight = 5.6; +}; +class ACR_WDL_TWS_GL_SD_DZ +{ + weight = 5.8; +}; +class ACR_WDL_NV_DZ +{ + weight = 5.4; +}; +class ACR_WDL_NV_SD_DZ +{ + weight = 5.6; +}; +class ACR_WDL_NV_GL_DZ +{ + weight = 5.6; +}; +class ACR_WDL_NV_GL_SD_DZ +{ + weight = 5.8; +}; +class ACR_BL_DZ +{ + weight = 5.0; +}; +class ACR_BL_SD_DZ +{ + weight = 5.2; +}; +class ACR_BL_GL_SD_DZ +{ + weight = 5.4; +}; +class ACR_BL_CCO_DZ +{ + weight = 5.2; +}; +class ACR_BL_CCO_SD_DZ +{ + weight = 5.4; +}; +class ACR_BL_CCO_GL_DZ +{ + weight = 5.4; +}; +class ACR_BL_CCO_GL_SD_DZ +{ + weight = 5.6; +}; +class ACR_BL_Holo_DZ +{ + weight = 5.2; +}; +class ACR_BL_Holo_SD_DZ +{ + weight = 5.4; +}; +class ACR_BL_Holo_GL_DZ +{ + weight = 5.4; +}; +class ACR_BL_Holo_GL_SD_DZ +{ + weight = 5.6; +}; +class ACR_BL_ACOG_DZ +{ + weight = 5.2; +}; +class ACR_BL_ACOG_SD_DZ +{ + weight = 5.4; +}; +class ACR_BL_ACOG_GL_DZ +{ + weight = 5.4; +}; +class ACR_BL_ACOG_GL_SD_DZ +{ + weight = 5.6; +}; +class ACR_BL_TWS_DZ +{ + weight = 5.4; +}; +class ACR_BL_TWS_GL_DZ +{ + weight = 5.6; +}; +class ACR_BL_TWS_SD_DZ +{ + weight = 5.6; +}; +class ACR_BL_TWS_GL_SD_DZ +{ + weight = 5.8; +}; +class ACR_BL_NV_DZ +{ + weight = 5.4; +}; +class ACR_BL_NV_SD_DZ +{ + weight = 5.6; +}; +class ACR_BL_NV_GL_DZ +{ + weight = 5.6; +}; +class ACR_BL_NV_GL_SD_DZ +{ + weight = 5.8; +}; +class ACR_DES_DZ +{ + weight = 5.0; +}; +class ACR_DES_SD_DZ +{ + weight = 5.2; +}; +class ACR_DES_GL_SD_DZ +{ + weight = 5.4; +}; +class ACR_DES_CCO_DZ +{ + weight = 5.2; +}; +class ACR_DES_CCO_SD_DZ +{ + weight = 5.4; +}; +class ACR_DES_CCO_GL_DZ +{ + weight = 5.4; +}; +class ACR_DES_CCO_GL_SD_DZ +{ + weight = 5.6; +}; +class ACR_DES_Holo_DZ +{ + weight = 5.2; +}; +class ACR_DES_Holo_SD_DZ +{ + weight = 5.4; +}; +class ACR_DES_Holo_GL_DZ +{ + weight = 5.4; +}; +class ACR_DES_Holo_GL_SD_DZ +{ + weight = 5.6; +}; +class ACR_DES_ACOG_DZ +{ + weight = 5.2; +}; +class ACR_DES_ACOG_SD_DZ +{ + weight = 5.4; +}; +class ACR_DES_ACOG_GL_DZ +{ + weight = 5.4; +}; +class ACR_DES_ACOG_GL_SD_DZ +{ + weight = 5.6; +}; +class ACR_DES_TWS_DZ +{ + weight = 5.4; +}; +class ACR_DES_TWS_GL_DZ +{ + weight = 5.6; +}; +class ACR_DES_TWS_SD_DZ +{ + weight = 5.6; +}; +class ACR_DES_TWS_GL_SD_DZ +{ + weight = 5.8; +}; +class ACR_DES_NV_DZ +{ + weight = 5.4; +}; +class ACR_DES_NV_SD_DZ +{ + weight = 5.6; +}; +class ACR_DES_NV_GL_DZ +{ + weight = 5.6; +}; +class ACR_DES_NV_GL_SD_DZ +{ + weight = 5.8; +}; +class ACR_SNOW_DZ +{ + weight = 5.0; +}; +class ACR_SNOW_SD_DZ +{ + weight = 5.2; +}; +class ACR_SNOW_GL_SD_DZ +{ + weight = 5.4; +}; +class ACR_SNOW_CCO_DZ +{ + weight = 5.2; +}; +class ACR_SNOW_CCO_SD_DZ +{ + weight = 5.4; +}; +class ACR_SNOW_CCO_GL_DZ +{ + weight = 5.4; +}; +class ACR_SNOW_CCO_GL_SD_DZ +{ + weight = 5.6; +}; +class ACR_SNOW_Holo_DZ +{ + weight = 5.2; +}; +class ACR_SNOW_Holo_SD_DZ +{ + weight = 5.4; +}; +class ACR_SNOW_Holo_GL_DZ +{ + weight = 5.4; +}; +class ACR_SNOW_Holo_GL_SD_DZ +{ + weight = 5.6; +}; +class ACR_SNOW_ACOG_DZ +{ + weight = 5.2; +}; +class ACR_SNOW_ACOG_SD_DZ +{ + weight = 5.4; +}; +class ACR_SNOW_ACOG_GL_DZ +{ + weight = 5.4; +}; +class ACR_SNOW_ACOG_GL_SD_DZ +{ + weight = 5.6; +}; +class ACR_SNOW_TWS_DZ +{ + weight = 5.4; +}; +class ACR_SNOW_TWS_GL_DZ +{ + weight = 5.6; +}; +class ACR_SNOW_TWS_SD_DZ +{ + weight = 5.6; +}; +class ACR_SNOW_TWS_GL_SD_DZ +{ + weight = 5.8; +}; +class ACR_SNOW_NV_DZ +{ + weight = 5.4; +}; +class ACR_SNOW_NV_SD_DZ +{ + weight = 5.6; +}; +class ACR_SNOW_NV_GL_DZ +{ + weight = 5.6; +}; +class ACR_SNOW_NV_GL_SD_DZ +{ + weight = 5.8; +}; +class KAC_PDW_DZ +{ + weight = 5.0; +}; +class KAC_PDW_CCO_DZ +{ + weight = 5.2; +}; +class KAC_PDW_HOLO_DZ +{ + weight = 5.2; +}; +class KAC_PDW_ACOG_DZ +{ + weight = 5.2; +}; +class Masada_DZ +{ + weight = 5.0; +}; + +class Masada_SD_DZ +{ + weight = 5.2; +}; + +class Masada_CCO_DZ +{ + weight = 5.2; +}; + +class Masada_CCO_SD_DZ +{ + weight = 5.4; +}; + +class Masada_Holo_DZ +{ + weight = 5.2; +}; + +class Masada_Holo_SD_DZ +{ + weight = 5.4; +}; + +class Masada_ACOG_DZ +{ + weight = 5.2; +}; + +class Masada_ACOG_SD_DZ +{ + weight = 5.4; +}; +class Masada_BL_DZ +{ + weight = 5.0; +}; + +class Masada_BL_SD_DZ +{ + weight = 5.2; +}; + +class Masada_BL_CCO_DZ +{ + weight = 5.2; +}; + +class Masada_BL_CCO_SD_DZ +{ + weight = 5.4; +}; + +class Masada_BL_Holo_DZ +{ + weight = 5.2; +}; + +class Masada_BL_Holo_SD_DZ +{ + weight = 5.4; +}; + +class Masada_BL_ACOG_DZ +{ + weight = 5.2; +}; + +class Masada_BL_ACOG_SD_DZ +{ + weight = 5.4; +}; +class MK14_CCO_DZ +{ + weight = 5.2; +}; + +class MK14_Holo_DZ +{ + weight = 5.2; +}; + +class MK14_ACOG_DZ +{ + weight = 5.2; +}; + +class MK14_SD_DZ +{ + weight = 5.2; +}; + +class MK14_CCO_SD_DZ +{ + weight = 5.4; +}; + +class MK14_Holo_SD_DZ +{ + weight = 5.4; +}; + +class MK14_ACOG_SD_DZ +{ + weight = 5.4; +}; +class MK17_BL_Holo_DZ +{ + weight = 5.6; +}; + +class MK17_BL_GL_ACOG_DZ +{ + weight = 5.8; +}; + +class MK17_BL_CCO_SD_DZ +{ + weight = 5.8; +}; + +class MK17_BL_GL_Holo_SD_DZ +{ + weight = 6.0; +}; +class CZ805_A1_DZ +{ + weight = 6.0; +}; +class CZ805_A1_GL_DZ +{ + weight = 6.2; +}; +class CZ805_A2_DZ +{ + weight = 6.0; +}; +class CZ805_A2_SD_DZ +{ + weight = 6.2; +}; +class CZ805_B_GL_DZ +{ + weight = 6.2; +}; +class VAL_DZ +{ + weight = 6.0; +}; +class VAL_Kobra_DZ +{ + weight = 6.2; +}; +class VAL_PSO1_DZ +{ + weight = 6.3; +}; +class M16A2_Rusty_DZ +{ + weight = 4.2; +}; +class M16A4_MFL_DZ +{ + weight = 4.4; +}; +class M16A4_GL_MFL_DZ +{ + weight = 4.6; +}; +class M16A4_CCO_MFL_DZ +{ + weight = 4.6; +}; +class M16A4_Holo_MFL_DZ +{ + weight = 4.6; +}; +class M16A4_GL_Holo_MFL_DZ +{ + weight = 4.8; +}; +class M16A4_ACOG_MFL_DZ +{ + weight = 4.6; +}; +class M16A4_GL_ACOG_MFL_DZ +{ + weight = 4.8; +}; +class SA58_RIS_MFL_DZ +{ + weight = 4.4; +}; +class SA58_CCO_MFL_DZ +{ + weight = 4.8; +}; +class SA58_Holo_MFL_DZ +{ + weight = 4.8; +}; +class SA58_ACOG_MFL_DZ +{ + weight = 4.8; +}; +class Sa58V_DZ +{ + weight = 4.4; +}; +class Sa58V_Camo_CCO_DZ +{ + weight = 4.8; +}; +class Sa58V_Camo_ACOG_DZ +{ + weight = 4.8; +}; +class m8_carbine_pmc +{ + weight = 3.2; +}; +class m8_compact_pmc +{ + weight = 3.2; +}; +class m8_holo_sd +{ + weight = 3.4; +}; +class m8_tws_sd +{ + weight = 3.8; +}; +class m8_tws +{ + weight = 3.7; +}; +class CZ805_A1_ACR +{ + weight = 6.0; +}; +class CZ805_A1_GL_ACR +{ + weight = 6.2; +}; +class CZ805_A2_ACR +{ + weight = 6.0; +}; +class CZ805_A2_SD_ACR +{ + weight = 6.2; +}; +class CZ805_B_GL_ACR +{ + weight = 6.2; +}; +class M4A1_GL_Holo_MFL_DZ +{ + weight = 3.6; +}; +class M4A3_DES_CCO_DZ +{ + weight = 3.2; +}; +class M4A3_ACOG_GL_DZ +{ + weight = 3.4; +}; +class SteyrAug_A3_Holo_GL_Blue_DZ +{ + weight = 5.4; +}; +class ACR_WDL_GL_DZ +{ + weight = 5.2; +}; +class ACR_BL_GL_DZ +{ + weight = 5.2; +}; +class ACR_DES_GL_DZ +{ + weight = 5.2; +}; +class ACR_SNOW_GL_DZ +{ + weight = 5.2; +}; +class M16A4_GL_CCO_MFL_DZ +{ + weight = 4.6; +}; +class RK95_DZ +{ + weight = 6.1; +}; +class RK95_SD_DZ +{ + weight = 6.2; +}; +class RK95_CCO_SD_DZ +{ + weight = 6.3; +}; +class RK95_ACOG_SD_DZ +{ + weight = 6.3; +}; +class RK95_CCO_DZ +{ + weight = 6.2; +}; +class RK95_ACOG_DZ +{ + weight = 6.2; +}; +class G3_DZ +{ + weight = 6.1; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/SMG.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/SMG.hpp index 31c443dd8..fcf2c516d 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/SMG.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/SMG.hpp @@ -74,19 +74,219 @@ class UMP_SD_DZ { weight = 3; }; -class MP7_DZ -{ +class MP7_DZ +{ weight = 2.6; }; -class MP7_SD_DZ -{ +class MP7_FL_DZ +{ + weight = 2.8; +}; +class MP7_MFL_DZ +{ + weight = 2.8; +}; +class MP7_SD_DZ +{ + weight = 2.8; +}; +class MP7_SD_FL_DZ +{ + weight = 3.0; +}; +class MP7_SD_MFL_DZ +{ + weight = 3.0; +}; +class MP7_CCO_DZ +{ + weight = 2.8; +}; +class MP7_CCO_FL_DZ +{ + weight = 3.0; +}; +class MP7_CCO_MFL_DZ +{ + weight = 3.0; +}; +class MP7_CCO_SD_DZ +{ + weight = 3.0; +}; +class MP7_CCO_SD_FL_DZ +{ + weight = 3.2; +}; +class MP7_CCO_SD_MFL_DZ +{ + weight = 3.2; +}; +class MP7_Holo_DZ +{ + weight = 2.8; +}; +class MP7_Holo_FL_DZ +{ + weight = 3.0; +}; +class MP7_Holo_MFL_DZ +{ + weight = 3.0; +}; +class MP7_Holo_SD_DZ +{ + weight = 3.0; +}; +class MP7_Holo_SD_FL_DZ +{ + weight = 3.2; +}; +class MP7_Holo_SD_MFL_DZ +{ + weight = 3.2; +}; +class MP7_ACOG_DZ +{ + weight = 2.8; +}; +class MP7_ACOG_FL_DZ +{ + weight = 3.0; +}; +class MP7_ACOG_MFL_DZ +{ + weight = 3.0; +}; +class MP7_ACOG_SD_DZ +{ + weight = 3.0; +}; +class MP7_ACOG_SD_FL_DZ +{ + weight = 3.2; +}; +class MP7_ACOG_SD_MFL_DZ +{ + weight = 3.2; +}; +class P90_DZ +{ weight = 2.6; }; -class P90_DZ -{ +class P90_SD_DZ +{ + weight = 2.8; +}; +class Kriss_CCO_DZ +{ weight = 2.6; }; -class P90_SD_DZ -{ +class Kriss_Holo_DZ +{ weight = 2.6; +}; +class Kriss_SD_DZ +{ + weight = 2.6; +}; +class Kriss_CCO_SD_DZ +{ + weight = 2.8; +}; +class Kriss_Holo_SD_DZ +{ + weight = 2.8; +}; +class Scorpion_Evo3_DZ +{ + weight = 2.4; +}; +class Scorpion_Evo3_CCO_DZ +{ + weight = 2.6; +}; +class Scorpion_Evo3_CCO_SD_DZ +{ + weight = 2.8; +}; +class Evo_ACR +{ + weight = 2.4; +}; +class Evo_mrad_ACR +{ + weight = 2.6; +}; +class evo_sd_ACR +{ + weight = 2.6; +}; +class TMP_CCO_DZ +{ + weight = 2.4; +}; +class TMP_Holo_DZ +{ + weight = 2.4; +}; +class TMP_CCO_SD_DZ +{ + weight = 2.6; +}; +class TMP_Holo_SD_DZ +{ + weight = 2.6; +}; +class UMP_CCO_DZ +{ + weight = 2.2; +}; +class UMP_Holo_DZ +{ + weight = 2.2; +}; +class UMP_CCO_SD_DZ +{ + weight = 2.4; +}; +class UMP_Holo_SD_DZ +{ + weight = 2.4; +}; +class P90_CCO_DZ +{ + weight = 3.4; +}; +class P90_Holo_DZ +{ + weight = 3.4; +}; +class P90_CCO_SD_DZ +{ + weight = 3.6; +}; +class P90_Holo_SD_DZ +{ + weight = 3.6; +}; +class Sten_MK_DZ +{ + weight = 2.4; +}; +class MAT49_DZ +{ + weight = 2.4; +}; +class Bizon_Kobra_DZ +{ + weight = 2.4; +}; +class Bizon_Kobra_SD_DZ +{ + weight = 2.6; +}; +class M31_DZ +{ + weight = 3.6; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Shotguns.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Shotguns.hpp index c370e670c..047fcd3a8 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Shotguns.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Shotguns.hpp @@ -1,14 +1,4 @@ -/**************************************************************************** -Copyright (C) 2010 Team ~R3F~ -This program is free software under the terms of the GNU General Public License version 3. -You should have received a copy of the GNU General Public License -along with this program. If not, see . -@authors team-r3f.org -@version 1.00 -@date 20101006 -*****************************************************************************/ - -class Crossbow +class Crossbow { weight = 1; }; @@ -36,6 +26,18 @@ class Crossbow_Scope_FL_DZ { weight = 1.2; }; +class Crossbow_MFL_DZ +{ + weight = 1.1; +}; +class Crossbow_CCO_MFL_DZ +{ + weight = 1.2; +}; +class Crossbow_Scope_MFL_DZ +{ + weight = 1.2; +}; class M1014 { weight = 3.8; @@ -80,11 +82,27 @@ class Saiga12K { weight = 3.5; }; +class Saiga12K_DZ +{ + weight = 3.5; +}; class Winchester1866 { - weight = 2.8; + weight = 4.8; }; class Winchester1866_DZ { - weight = 2.8; + weight = 4.8; +}; +class Remington870_MFL_DZ +{ + weight = 4.8; +}; +class USAS12_DZ +{ + weight = 3.8; +}; +class AA12_PMC +{ + weight = 4.5; }; \ No newline at end of file diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Snipers.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Snipers.hpp index 7c290a7aa..447cb05fa 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Snipers.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Snipers.hpp @@ -1,20 +1,10 @@ -/**************************************************************************** -Copyright (C) 2010 Team ~R3F~ -This program is free software under the terms of the GNU General Public License version 3. -You should have received a copy of the GNU General Public License -along with this program. If not, see . -@authors team-r3f.org -@version 1.00 -@date 20101006 -*****************************************************************************/ - -class m107_TWS_EP1 +class m107_TWS_EP1 { weight = 14.3; }; class M24_des_EP1 { - weight = 6; + weight = 7; }; class M110_TWS_EP1 { @@ -26,7 +16,11 @@ class M110_NVG_EP1 }; class BAF_AS50_scoped { - weight = 5.6; + weight = 13; +}; +class BAF_AS50_TWS +{ + weight = 13.2; }; class BAF_LRR_scoped { @@ -46,7 +40,7 @@ class L115A3_2_DZ }; class Anzio_20 { - weight = 14; + weight = 15.4; }; class m107_DZ { @@ -54,19 +48,19 @@ class m107_DZ }; class M4SPR { - weight = 4.5; + weight = 6.8; }; class DMR { - weight = 5.5; + weight = 8.5; }; class DMR_DZ { - weight = 5.5; + weight = 8.5; }; class DMR_Gh_DZ { - weight = 5.6; + weight = 8.7; }; class Huntingrifle { @@ -86,15 +80,15 @@ class KSVK_DZE }; class M24 { - weight = 6; + weight = 7; }; class M24_DZ { - weight = 6; + weight = 7; }; class M24_Gh_DZ { - weight = 6.1; + weight = 7.1; }; class M40A3 { @@ -114,41 +108,41 @@ class M107 }; class SVD_NSPU_EP1 { - weight = 6.9; + weight = 9.8; }; class SVD_des_EP1 { - weight = 6.3; + weight = 9; }; class SVD { - weight = 6.2; + weight = 9; }; class SVD_DZ { - weight = 6; + weight = 8.6; }; class SVD_Gh_DZ { - weight = 6.1; + weight = 8.8; }; class SVD_PSO1_DZ { - weight = 6.2; + weight = 9; }; class SVD_PSO1_Gh_DZ { - weight = 6.3; + weight = 9.2; }; class SVD_Camo { - weight = 6.3; + weight = 9.2; }; class VSS_Vintorez { - weight = 3.2; + weight = 5.3; }; -//NEW + class MSR_DZ { weight = 3.2; @@ -157,6 +151,18 @@ class RSASS_DZ { weight = 3.2; }; +class RSASS_TWS_DZ +{ + weight = 3.3; +}; +class RSASS_SD_DZ +{ + weight = 3.1; +}; +class RSASS_TWS_SD_DZ +{ + weight = 3.5; +}; class XM2010_DZ { weight = 3.2; @@ -179,7 +185,7 @@ class M1A_SC2_BL_Sniper_DZ }; class SVD_PSO1_Gh_DES_DZ { - weight = 9.8; + weight = 9.4; }; class SVD_NSPU_DZ { @@ -231,13 +237,169 @@ class MK17_Sniper_SD_DZ }; class M110_NV_DZ { - weight = 9.8; + weight = 7.5; }; -class M4A3_Camo_DZ +class ksvk_Small { - weight = 9.8; + weight = 12; }; -class M4A3_Camo_ACOG_DZ +class m107_Small { - weight = 9.8; + weight = 14; }; +class m107_TWS_EP1_Small +{ + weight = 14.3; +}; +class DMR_SKN +{ + weight = 8.5; +}; +class M21A5_DZ +{ + weight = 7.8; +}; +class M21A5_SD_DZ +{ + weight = 8.0; +}; +class CZ750_DZ +{ + weight = 7.5; +}; +class SVD_Gold_DZ +{ + weight = 15.0; +}; +class SVU_PSO1_DZ +{ + weight = 10.5; +}; +class VSS_vintorez_DZE +{ + weight = 5.3; +}; +class Mosin_BR_DZ +{ + weight = 7.0; +}; +class Mosin_MFL_DZ +{ + weight = 7.2; +}; +class Mosin_Belt_MFL_DZ +{ + weight = 7.4; +}; +class Mosin_PU_MFL_DZ +{ + weight = 7.4; +}; +class Mosin_PU_Belt_MFL_DZ +{ + weight = 7.6; +}; +class MSR_SD_DZ +{ + weight = 10.6; +}; +class MSR_NV_DZ +{ + weight = 10.8; +}; +class MSR_NV_SD_DZ +{ + weight = 11.0; +}; +class MSR_TWS_DZ +{ + weight = 11.0; +}; +class MSR_TWS_SD_DZ +{ + weight = 11.2; +}; +class XM2010_SD_DZ +{ + weight = 12.0; +}; +class XM2010_NV_DZ +{ + weight = 12.2; +}; +class XM2010_NV_SD_DZ +{ + weight = 12.4; +}; +class XM2010_TWS_DZ +{ + weight = 12.4; +}; +class XM2010_TWS_SD_DZ +{ + weight = 12.6; +}; +class Anzio_20_DZ +{ + weight = 15.4; +}; +class BAF_AS50_scoped_DZ +{ + weight = 13; +}; +class m107_SKN +{ + weight = 14.0; +}; +class M4SPR_DZE +{ + weight = 6.8; +}; +class M200_CheyTac_DZ +{ + weight = 15.0; +}; +class WA2000_DZ +{ + weight = 10.4; +}; +class Barrett_MRAD_Iron_DZ +{ + weight = 12.6; +}; +class Barrett_MRAD_CCO_DZ +{ + weight = 12.8; +}; +class Barrett_MRAD_Sniper_DZ +{ + weight = 12.4; +}; +class PMC_AS50_scoped +{ + weight = 13; +}; +class PMC_AS50_TWS +{ + weight = 13.2; +}; +class CZ_750_S1_ACR +{ + weight = 4.8; +}; +class BAF_AS50_scoped_Large +{ + weight = 13; +}; +class BAF_AS50_TWS_Large +{ + weight = 13.2; +}; +class PMC_AS50_scoped_Large +{ weight = 13; +}; +class PMC_AS50_TWS_Large +{ + weight = 13.2; +}; + diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Tools.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Tools.hpp index 934ca418a..ed10532ab 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Tools.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Tools.hpp @@ -1,49 +1,43 @@ -/**************************************************************************** -Copyright (C) 2010 Team ~R3F~ -This program is free software under the terms of the GNU General Public License version 3. -You should have received a copy of the GNU General Public License -along with this program. If not, see . -@authors team-r3f.org -@version 1.00 -@date 20101006 -*****************************************************************************/ - class Chainsaw -{ +{ weight = 4.5; }; class ChainSawB -{ +{ weight = 4.5; }; class ChainsawG -{ +{ weight = 4.5; }; class ChainsawP -{ +{ weight = 4.5; }; class ChainsawR -{ +{ weight = 4.5; }; class Binocular -{ +{ weight = 1; }; class Binocular_Vector -{ +{ weight = 1; }; class NVGoggles -{ +{ weight = 1; }; -class Laserdesignator -{ +class Laserdesignator_mounted +{ weight = 5.5; }; +class Laserdesignator +{ + weight = 6.0; +}; class ItemCompass { weight = 0.1; @@ -208,3 +202,239 @@ class ItemFishingPole { weight = 1; }; +class Kostey_photos +{ + weight = 1; +}; +class Kostey_map_case +{ + weight = 1; +}; +class Kostey_notebook +{ + weight = 1; +}; +class CDF_dogtags +{ + weight = 1; +}; +class Moscow_Bombing_File +{ + weight = 1; +}; +class Cobalt_File +{ + weight = 1; +}; +class EvPhoto +{ + weight = 1; +}; +class EvMap +{ + weight = 1; +}; +class EvMoscow +{ + weight = 1; +}; +class EvKobalt +{ + weight = 1; +}; +class EvMoney +{ + weight = 1; +}; +class EvDogTags +{ + weight = 1; +}; +class PMC_documents +{ + weight = 1; +}; +class LRTV_ACR +{ + weight = 5; +}; +class ItemDIY_wood +{ + weight = 1; +}; +class ItemDIY_Gate +{ + weight = 1; +}; +class ItemDIY_metal +{ + weight = 1; +}; +class NVGoggles_DZE +{ + weight = 1; +}; +class ItemNVGBroken_DZE +{ + weight = 1; +}; +class ItemMap_Debug +{ + weight = 1; +}; +class ItemGPSBroken_DZE +{ + weight = 1; +}; +class ItemToolboxBroken +{ + weight = 1; +}; +class ItemEtoolBroken +{ + weight = 1; +}; +class ItemFishingPoleBroken +{ + weight = 1; +}; +class ItemSledgeBroken +{ + weight = 1; +}; +class ItemSledgeHammer +{ + weight = 1; +}; +class ItemSledgeHammerBroken +{ + weight = 1; +}; +class ItemCrowbarBent +{ + weight = 1; +}; +class ItemMachete +{ + weight = 1; +}; +class ItemMacheteBroken +{ + weight = 1; +}; +class ItemFlashlightBroken +{ + weight = 1; +}; +class MeleeFlashlight +{ + weight = 1; +}; +class ItemFlashlightRedBroken +{ + weight = 1; +}; +class MeleeFlashlightRed +{ + weight = 1; +}; +class ItemRadioBroken_DZE +{ + weight = 1; +}; +class ItemAPSI_DZE +{ + weight = 1; +}; +class ItemAPSIBroken_DZE +{ + weight = 1; +}; +class ItemPilotmask_DZE +{ + weight = 1; +}; +class ItemPilotmaskBroken_DZE +{ + weight = 1; +}; +class ItemGasmask1_DZE +{ + weight = 1; +}; +class ItemGasmask1Broken_DZE +{ + weight = 1; +}; +class ItemGasmask2_DZE +{ + weight = 1; +}; +class ItemGasmask2Broken_DZE +{ + weight = 1; +}; +class ItemSolder_DZE +{ + weight = 1; +}; +class ItemSolderBroken_DZE +{ + weight = 1; +}; +class Notebook_bio_DZE +{ + weight = 1; +}; +class Notebook_che_DZE +{ + weight = 1; +}; +class Notebook_phy_DZE +{ + weight = 1; +}; +class Notebook_secret_DZE +{ + weight = 1; +}; +class Notebook_herbs_DZE +{ + weight = 1; +}; +class Document_Random_DZE +{ + weight = 1; +}; +class Document_Military_DZE +{ + weight = 1; +}; +class Document_Topsecret_DZE +{ + weight = 1; +}; +class Manual_electronics_DZE +{ + weight = 1; +}; +class Manual_camera_DZE +{ + weight = 1; +}; +class Manual_repair_DZE +{ + weight = 1; +}; +class Map_Military_DZE +{ + weight = 1; +}; +class Map_Survivor_DZE +{ + weight = 1; +}; +class ItemKeyKitBroken +{ + weight = 1; +}; \ No newline at end of file