mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 18:51:50 +03:00
Add new items to R3F weight config
I split CfgWeight into separate files to make it more readable.
This commit is contained in:
173
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/LMG.hpp
vendored
Normal file
173
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/LMG.hpp
vendored
Normal file
@@ -0,0 +1,173 @@
|
||||
/****************************************************************************
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
@authors team-r3f.org
|
||||
@version 1.00
|
||||
@date 20101006
|
||||
*****************************************************************************/
|
||||
class L110A1_DZ
|
||||
{
|
||||
weight = 6.5;
|
||||
};
|
||||
class L110A1_CCO_DZ
|
||||
{
|
||||
weight = 6.7;
|
||||
};
|
||||
class L110A1_Holo_DZ
|
||||
{
|
||||
weight = 6.7;
|
||||
};
|
||||
class BAF_L110A1_Aim_DZE
|
||||
{
|
||||
weight = 6.7;
|
||||
};
|
||||
class M249_EP1
|
||||
{
|
||||
weight = 6.5;
|
||||
};
|
||||
class M249_TWS_EP1
|
||||
{
|
||||
weight = 11;
|
||||
};
|
||||
class M249_m145_EP1
|
||||
{
|
||||
weight = 8;
|
||||
};
|
||||
class M249_m145_EP1_DZE
|
||||
{
|
||||
weight = 8;
|
||||
};
|
||||
class M60A4_EP1
|
||||
{
|
||||
weight = 10;
|
||||
};
|
||||
class M60A4_EP1_DZE
|
||||
{
|
||||
weight = 10;
|
||||
};
|
||||
class m240_scoped_EP1
|
||||
{
|
||||
weight = 14;
|
||||
};
|
||||
class m240_scoped_EP1_DZE
|
||||
{
|
||||
weight = 14;
|
||||
};
|
||||
class MG36_camo
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class Mk_48_DES_EP1
|
||||
{
|
||||
weight = 8.2;
|
||||
};
|
||||
class M240
|
||||
{
|
||||
weight = 13;
|
||||
};
|
||||
class M240_DZ
|
||||
{
|
||||
weight = 13;
|
||||
};
|
||||
class M240_CCO_DZ
|
||||
{
|
||||
weight = 13.2;
|
||||
};
|
||||
class M240_Holo_DZ
|
||||
{
|
||||
weight = 13.2;
|
||||
};
|
||||
class M249
|
||||
{
|
||||
weight = 6.5;
|
||||
};
|
||||
class M249_DZ
|
||||
{
|
||||
weight = 6.5;
|
||||
};
|
||||
class M249_Holo_DZ
|
||||
{
|
||||
weight = 6.7;
|
||||
};
|
||||
class M249_CCO_DZ
|
||||
{
|
||||
weight = 6.7;
|
||||
};
|
||||
class M249_EP1_DZ
|
||||
{
|
||||
weight = 6.5;
|
||||
};
|
||||
class Mk_48
|
||||
{
|
||||
weight = 8.2;
|
||||
};
|
||||
class Mk_48_DZ
|
||||
{
|
||||
weight = 8.2;
|
||||
};
|
||||
class Mk48_DZ
|
||||
{
|
||||
weight = 8.2;
|
||||
};
|
||||
class Mk48_CCO_DZ
|
||||
{
|
||||
weight = 8.4;
|
||||
};
|
||||
class Mk48_Holo_DZ
|
||||
{
|
||||
weight = 8.4;
|
||||
};
|
||||
class MG36
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class PK
|
||||
{
|
||||
weight = 9;
|
||||
};
|
||||
class Pecheneg
|
||||
{
|
||||
weight = 9;
|
||||
};
|
||||
class Pecheneg_DZ
|
||||
{
|
||||
weight = 9;
|
||||
};
|
||||
class PKM_DZ
|
||||
{
|
||||
weight = 9;
|
||||
};
|
||||
class RPK_74
|
||||
{
|
||||
weight = 4.7;
|
||||
};
|
||||
class RPK74_DZ
|
||||
{
|
||||
weight = 4.7;
|
||||
};
|
||||
class RPK74_Kobra_DZ
|
||||
{
|
||||
weight = 4.9;
|
||||
};
|
||||
class RPK74_PSO1_DZ
|
||||
{
|
||||
weight = 4.9;
|
||||
};
|
||||
class RPK_DZ
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
class RPK_Kobra_DZ
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class RPK_PSO1_DZ
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class UK59_DZ
|
||||
{
|
||||
weight = 4.7;
|
||||
};
|
||||
62
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Launchers.hpp
vendored
Normal file
62
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Launchers.hpp
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
/****************************************************************************
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
@authors team-r3f.org
|
||||
@version 1.00
|
||||
@date 20101006
|
||||
*****************************************************************************/
|
||||
|
||||
class M32_EP1
|
||||
{
|
||||
weight = 6;
|
||||
};
|
||||
class M79_EP1
|
||||
{
|
||||
weight = 2.7;
|
||||
};
|
||||
class Mk13_EP1
|
||||
{
|
||||
weight = 2.7;
|
||||
};
|
||||
class MAAWS
|
||||
{
|
||||
weight = 7.5;
|
||||
};
|
||||
class M47Launcher_EP1
|
||||
{
|
||||
weight = 7;
|
||||
};
|
||||
class M136
|
||||
{
|
||||
weight = 7.6;
|
||||
};
|
||||
class Stinger
|
||||
{
|
||||
weight = 10;
|
||||
};
|
||||
class SMAW
|
||||
{
|
||||
weight = 7.5;
|
||||
};
|
||||
class RPG7V
|
||||
{
|
||||
weight = 6.3;
|
||||
};
|
||||
class RPG18
|
||||
{
|
||||
weight = 1.4;
|
||||
};
|
||||
class MetisLauncher
|
||||
{
|
||||
weight = 16;
|
||||
};
|
||||
class Igla
|
||||
{
|
||||
weight = 7;
|
||||
};
|
||||
class Strela
|
||||
{
|
||||
weight = 6;
|
||||
};
|
||||
98
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Pistols.hpp
vendored
Normal file
98
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Pistols.hpp
vendored
Normal file
@@ -0,0 +1,98 @@
|
||||
/****************************************************************************
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
@authors team-r3f.org
|
||||
@version 1.00
|
||||
@date 20101006
|
||||
*****************************************************************************/
|
||||
|
||||
class glock17_EP1
|
||||
{
|
||||
weight = 0.7;
|
||||
};
|
||||
class G17_DZ
|
||||
{
|
||||
weight = 0.7;
|
||||
};
|
||||
class G17_FL_DZ
|
||||
{
|
||||
weight = 0.72;
|
||||
};
|
||||
class G17_SD_DZ
|
||||
{
|
||||
weight = 0.71;
|
||||
};
|
||||
class G17_SD_FL_DZ
|
||||
{
|
||||
weight = 0.73;
|
||||
};
|
||||
class revolver_EP1
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class Revolver_DZ
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class revolver_gold_EP1
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class UZI_SD_EP1
|
||||
{
|
||||
weight = 1.9;
|
||||
};
|
||||
class UZI_EP1
|
||||
{
|
||||
weight = 1.7;
|
||||
};
|
||||
class PDW_DZ
|
||||
{
|
||||
weight = 1.7;
|
||||
};
|
||||
class Sa61_EP1
|
||||
{
|
||||
weight = 1.3;
|
||||
};
|
||||
class Colt1911
|
||||
{
|
||||
weight = 1.1;
|
||||
};
|
||||
class M1911_DZ
|
||||
{
|
||||
weight = 1.1;
|
||||
};
|
||||
class M9
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class M9_DZ
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class M9SD
|
||||
{
|
||||
weight = 1.2;
|
||||
};
|
||||
class M9_SD_DZ
|
||||
{
|
||||
weight = 1.2;
|
||||
};
|
||||
class Makarov
|
||||
{
|
||||
weight = 0.75;
|
||||
};
|
||||
class MakarovSD
|
||||
{
|
||||
weight = 0.9;
|
||||
};
|
||||
class Makarov_DZ
|
||||
{
|
||||
weight = 0.75;
|
||||
};
|
||||
class Makarov_SD_DZ
|
||||
{
|
||||
weight = 0.9;
|
||||
};
|
||||
729
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Rifles.hpp
vendored
Normal file
729
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Rifles.hpp
vendored
Normal file
@@ -0,0 +1,729 @@
|
||||
/****************************************************************************
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
@authors team-r3f.org
|
||||
@version 1.00
|
||||
@date 20101006
|
||||
*****************************************************************************/
|
||||
class AK_107_kobra
|
||||
{
|
||||
weight = 3.8;
|
||||
};
|
||||
class AK_107_GL_kobra
|
||||
{
|
||||
weight = 5.3;
|
||||
};
|
||||
class AK_107_pso
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class AK_107_GL_pso
|
||||
{
|
||||
weight = 5.5;
|
||||
};
|
||||
class AKS_74_U
|
||||
{
|
||||
weight = 2.7;
|
||||
};
|
||||
class AKS_74_UN_kobra
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class AKS_74_pso
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class AKS_74_kobra
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class AK74_Kobra_DZ
|
||||
{
|
||||
weight = 2.7;
|
||||
};
|
||||
class AK74_Kobra_SD_DZ
|
||||
{
|
||||
weight = 2.72;
|
||||
};
|
||||
class AK74_GL_Kobra_DZ
|
||||
{
|
||||
weight = 2.73;
|
||||
};
|
||||
class AK74_GL_Kobra_SD_DZ
|
||||
{
|
||||
weight = 2.75;
|
||||
};
|
||||
class AK_74
|
||||
{
|
||||
weight = 3.1;
|
||||
};
|
||||
class AK74_DZ
|
||||
{
|
||||
weight = 2.7;
|
||||
};
|
||||
class AK74_SD_DZ
|
||||
{
|
||||
weight = 2.72;
|
||||
};
|
||||
class AK74_GL_DZ
|
||||
{
|
||||
weight = 2.73;
|
||||
};
|
||||
class AK_74_GL
|
||||
{
|
||||
weight = 2.73;
|
||||
};
|
||||
class AK74_GL_SD_DZ
|
||||
{
|
||||
weight = 2.75;
|
||||
};
|
||||
class AK74_PSO1_DZ
|
||||
{
|
||||
weight = 2.73;
|
||||
};
|
||||
class AK74_PSO1_SD_DZ
|
||||
{
|
||||
weight = 2.75;
|
||||
};
|
||||
class AK74_GL_PSO1_DZ
|
||||
{
|
||||
weight = 2.76;
|
||||
};
|
||||
class AK74_GL_PSO1_SD_DZ
|
||||
{
|
||||
weight = 2.78;
|
||||
};
|
||||
class AK_47_M
|
||||
{
|
||||
weight = 3.2;
|
||||
};
|
||||
class AKM_DZ
|
||||
{
|
||||
weight = 2.7;
|
||||
};
|
||||
class AKM_Kobra_DZ
|
||||
{
|
||||
weight = 2.9;
|
||||
};
|
||||
class AKM_PSO1_DZ
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class AK_47_S
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class AKS_GOLD
|
||||
{
|
||||
weight = 4.0;
|
||||
};
|
||||
class AKS_74
|
||||
{
|
||||
weight = 2.7;
|
||||
};
|
||||
class AKS74U_DZ
|
||||
{
|
||||
weight = 2.7;
|
||||
};
|
||||
class AKS74U_Kobra_DZ
|
||||
{
|
||||
weight = 2.9;
|
||||
};
|
||||
class AKS74U_Kobra_SD_DZ
|
||||
{
|
||||
weight = 3.1;
|
||||
};
|
||||
class AKS74U_SD_DZ
|
||||
{
|
||||
weight = 2.9;
|
||||
};
|
||||
class AKS_74_GOSHAWK
|
||||
{
|
||||
weight = 3.5;
|
||||
};
|
||||
class AKS_74_NSPU
|
||||
{
|
||||
weight = 3.5;
|
||||
};
|
||||
class AK_74_GL_kobra
|
||||
{
|
||||
weight = 4.2;
|
||||
};
|
||||
class BAF_L85A2_RIS_Holo
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class L85_Holo_DZ
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class FN_FAL
|
||||
{
|
||||
weight = 4.5;
|
||||
};
|
||||
class FNFAL_DZ
|
||||
{
|
||||
weight = 4.5;
|
||||
};
|
||||
class FNFAL_CCO_DZ
|
||||
{
|
||||
weight = 4.7;
|
||||
};
|
||||
class FNFAL_Holo_DZ
|
||||
{
|
||||
weight = 4.7;
|
||||
};
|
||||
class FN_FAL_ANPVS
|
||||
{
|
||||
weight=5.5;
|
||||
};
|
||||
class FN_FAL_ANPVS4
|
||||
{
|
||||
weight = 5.7;
|
||||
};
|
||||
class FNFAL_ANPVS4_DZ
|
||||
{
|
||||
weight=5.5;
|
||||
};
|
||||
class FN_FAL_ANPVS4_DZE
|
||||
{
|
||||
weight=5.5;
|
||||
};
|
||||
class G36a
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class G36
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class G36C
|
||||
{
|
||||
weight = 2.8;
|
||||
};
|
||||
class G36C_DZ
|
||||
{
|
||||
weight = 2.8;
|
||||
};
|
||||
class G36C_SD_DZ
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class G36C_CCO_DZ
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class G36C_CCO_SD_DZ
|
||||
{
|
||||
weight = 3.2;
|
||||
};
|
||||
class G36C_Holo_DZ
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class G36C_Holo_SD_DZ
|
||||
{
|
||||
weight = 3.2;
|
||||
};
|
||||
class G36C_ACOG_DZ
|
||||
{
|
||||
weight = 3.1;
|
||||
};
|
||||
class G36C_ACOG_SD_DZ
|
||||
{
|
||||
weight = 3.3;
|
||||
};
|
||||
class G36_C_SD_eotech
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class G36A_camo
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class G36A_Camo_DZ
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class G36C_camo
|
||||
{
|
||||
weight = 2.8;
|
||||
};
|
||||
class G36K_camo
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class G36K_Camo_DZ
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class G36K_Camo_SD_DZ
|
||||
{
|
||||
weight = 3.2;
|
||||
};
|
||||
class G36_C_SD_camo
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class LeeEnfield
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class LeeEnfield_DZ
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class M16A2GL
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class M16A4
|
||||
{
|
||||
weight = 3.8;
|
||||
};
|
||||
class M16A4_DZ
|
||||
{
|
||||
weight = 3.8;
|
||||
};
|
||||
class M16A4_FL_DZ
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class M16A4_GL_DZ
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class M16A4_GL_FL_DZ
|
||||
{
|
||||
weight = 4.2;
|
||||
};
|
||||
class M16A4_CCO_DZ
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class M16A4_CCO_FL_DZ
|
||||
{
|
||||
weight = 4.2;
|
||||
};
|
||||
class M16A4_GL_CCO_DZ
|
||||
{
|
||||
weight = 4.2;
|
||||
};
|
||||
class M16A4_GL_CCO_FL_DZ
|
||||
{
|
||||
weight = 4.4;
|
||||
};
|
||||
class M16A4_Holo_DZ
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class M16A4_Holo_FL_DZ
|
||||
{
|
||||
weight = 4.2;
|
||||
};
|
||||
class M16A4_GL_Holo_DZ
|
||||
{
|
||||
weight = 4.2;
|
||||
};
|
||||
class M16A4_GL_Holo_FL_DZ
|
||||
{
|
||||
weight = 4.4;
|
||||
};
|
||||
class M16A4_ACOG_DZ
|
||||
{
|
||||
weight = 3.8;
|
||||
};
|
||||
class M16A4_ACOG_FL_DZ
|
||||
{
|
||||
weight = 4.2;
|
||||
};
|
||||
class M16A4_GL_ACOG_DZ
|
||||
{
|
||||
weight = 4.2;
|
||||
};
|
||||
class M16A4_GL_ACOG_FL_DZ
|
||||
{
|
||||
weight = 4.4;
|
||||
};
|
||||
class M16A2_GL_DZ
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class M16A4_ACG
|
||||
{
|
||||
weight = 3.8;
|
||||
};
|
||||
class M16A4_GL
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class M16A2
|
||||
{
|
||||
weight = 3.8;
|
||||
};
|
||||
class M16A2_DZ
|
||||
{
|
||||
weight = 3.8;
|
||||
};
|
||||
class M16A4_ACG_GL
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class M4A1_AIM_SD_camo
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class M4A1_Aim_camo
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class M4A1_Aim
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class M4A1_CCO_DZ
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class M4A1
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class M4A1_DZ
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class M4A1_FL_DZ
|
||||
{
|
||||
weight = 3.2;
|
||||
};
|
||||
class M4A1_SD_DZ
|
||||
{
|
||||
weight = 3.2;
|
||||
};
|
||||
class M4A1_SD_FL_DZ
|
||||
{
|
||||
weight = 3.4;
|
||||
};
|
||||
class M4A1_GL_DZ
|
||||
{
|
||||
weight = 3.2;
|
||||
};
|
||||
class M4A1_GL_FL_DZ
|
||||
{
|
||||
weight = 3.4;
|
||||
};
|
||||
class M4A1_GL_SD_DZ
|
||||
{
|
||||
weight = 3.4;
|
||||
};
|
||||
class M4A1_GL_SD_FL_DZ
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class M4A1_CCO_FL_DZ
|
||||
{
|
||||
weight = 3.4;
|
||||
};
|
||||
class M4A1_CCO_SD_DZ
|
||||
{
|
||||
weight = 3.4;
|
||||
};
|
||||
class M4A1_CCO_SD_FL_DZ
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class M4A1_GL_CCO_DZ
|
||||
{
|
||||
weight = 3.4;
|
||||
};
|
||||
class M4A1_GL_CCO_FL_DZ
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class M4A1_GL_CCO_SD_DZ
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class M4A1_GL_CCO_SD_FL_DZ
|
||||
{
|
||||
weight = 3.8;
|
||||
};
|
||||
class M4A1_Holo_DZ
|
||||
{
|
||||
weight = 3.2;
|
||||
};
|
||||
class M4A1_Holo_FL_DZ
|
||||
{
|
||||
weight = 3.4;
|
||||
};
|
||||
class M4A1_Holo_SD_DZ
|
||||
{
|
||||
weight = 3.4;
|
||||
};
|
||||
class M4A1_Holo_SD_FL_DZ
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class M4A1_GL_Holo_DZ
|
||||
{
|
||||
weight = 3.4;
|
||||
};
|
||||
class M4A1_GL_Holo_FL_DZ
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class M4A1_GL_Holo_SD_DZ
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class M4A1_GL_Holo_SD_FL_DZ
|
||||
{
|
||||
weight = 3.8;
|
||||
};
|
||||
class M4A1_ACOG_DZ
|
||||
{
|
||||
weight = 3.2;
|
||||
};
|
||||
class M4A1_ACOG_FL_DZ
|
||||
{
|
||||
weight = 3.4;
|
||||
};
|
||||
class M4A1_ACOG_SD_DZ
|
||||
{
|
||||
weight = 3.4;
|
||||
};
|
||||
class M4A1_ACOG_SD_FL_DZ
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class M4A1_GL_ACOG_DZ
|
||||
{
|
||||
weight = 3.4;
|
||||
};
|
||||
class M4A1_GL_ACOG_FL_DZ
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class M4A1_GL_ACOG_SD_DZ
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class M4A1_GL_ACOG_SD_FL_DZ
|
||||
{
|
||||
weight = 3.8;
|
||||
};
|
||||
class M4A1_HWS_GL_Camo
|
||||
{
|
||||
weight = 4.5;
|
||||
};
|
||||
class M4A1_HWS_GL_SD_Camo
|
||||
{
|
||||
weight = 4.5;
|
||||
};
|
||||
class M4A1_HWS_GL
|
||||
{
|
||||
weight = 4.5;
|
||||
};
|
||||
class M4A1_RCO_GL
|
||||
{
|
||||
weight = 4.5;
|
||||
};
|
||||
class M8_carbine
|
||||
{
|
||||
weight = 3.4;
|
||||
};
|
||||
class M8_compact
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class M8_carbineGL
|
||||
{
|
||||
weight = 4.8;
|
||||
};
|
||||
class M8_SAW
|
||||
{
|
||||
weight = 4.5;
|
||||
};
|
||||
class M8_sharpshooter
|
||||
{
|
||||
weight = 4.5;
|
||||
};
|
||||
class Mosin_DZ
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class Mosin_FL_DZ
|
||||
{
|
||||
weight = 4.2;
|
||||
};
|
||||
class Mosin_Belt_DZ
|
||||
{
|
||||
weight = 4.2;
|
||||
};
|
||||
class Mosin_Belt_FL_DZ
|
||||
{
|
||||
weight = 4.4;
|
||||
};
|
||||
class Mosin_PU_DZ
|
||||
{
|
||||
weight = 4.2;
|
||||
};
|
||||
class Mosin_PU_FL_DZ
|
||||
{
|
||||
weight = 4.4;
|
||||
};
|
||||
class Mosin_PU_Belt_DZ
|
||||
{
|
||||
weight = 4.4;
|
||||
};
|
||||
class Mosin_PU_Belt_FL_DZ
|
||||
{
|
||||
weight = 4.6;
|
||||
};
|
||||
class Sa58V_RCO_EP1
|
||||
{
|
||||
weight = 3.3;
|
||||
};
|
||||
class SA58_ACOG_DZ
|
||||
{
|
||||
weight = 3.3;
|
||||
};
|
||||
class Sa58V_EP1
|
||||
{
|
||||
weight = 3.1;
|
||||
};
|
||||
class Sa58V_CCO_EP1
|
||||
{
|
||||
weight = 3.5;
|
||||
};
|
||||
class SA58_CCO_DZ
|
||||
{
|
||||
weight = 3.3;
|
||||
};
|
||||
class Sa58P_EP1
|
||||
{
|
||||
weight = 3.1;
|
||||
};
|
||||
class SA58_DZ
|
||||
{
|
||||
weight = 3.1;
|
||||
};
|
||||
class SA58_RIS_DZ
|
||||
{
|
||||
weight = 3.1;
|
||||
};
|
||||
class SA58_RIS_FL_DZ
|
||||
{
|
||||
weight = 3.3;
|
||||
};
|
||||
class SA58_CCO_FL_DZ
|
||||
{
|
||||
weight = 3.5;
|
||||
};
|
||||
class SA58_Holo_DZ
|
||||
{
|
||||
weight = 3.3;
|
||||
};
|
||||
class SA58_Holo_FL_DZ
|
||||
{
|
||||
weight = 3.5;
|
||||
};
|
||||
class SA58_ACOG_FL_DZ
|
||||
{
|
||||
weight = 3.5;
|
||||
};
|
||||
class SCAR_L_STD_Mk4CQT
|
||||
{
|
||||
weight = 3.6;
|
||||
};
|
||||
class SCAR_L_STD_HOLO
|
||||
{
|
||||
weight = 3.5;
|
||||
};
|
||||
class SCAR_L_STD_EGLM_TWS
|
||||
{
|
||||
weight = 5.3;
|
||||
};
|
||||
class SCAR_L_STD_EGLM_RCO
|
||||
{
|
||||
weight = 4.5;
|
||||
};
|
||||
class SCAR_L_CQC_Holo
|
||||
{
|
||||
weight = 3.7;
|
||||
};
|
||||
class SCAR_L_CQC_EGLM_Holo
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
class SCAR_L_CQC_CCO_SD
|
||||
{
|
||||
weight = 3.7;
|
||||
};
|
||||
class SCAR_L_CQC
|
||||
{
|
||||
weight = 3.5;
|
||||
};
|
||||
class SCAR_H_STD_EGLM_Spect
|
||||
{
|
||||
weight = 5.5;
|
||||
};
|
||||
class SCAR_H_CQC_CCO_SD
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class SCAR_H_CQC_CCO
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class SCAR_H_STD_TWS_SD
|
||||
{
|
||||
weight = 5.2;
|
||||
};
|
||||
class SCAR_H_LNG_Sniper_SD
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
class SCAR_H_LNG_Sniper
|
||||
{
|
||||
weight = 5;
|
||||
};
|
||||
class M4A3_RCO_GL_EP1
|
||||
{
|
||||
weight = 4.5;
|
||||
};
|
||||
class M4A3_CCO_EP1
|
||||
{
|
||||
weight = 3;
|
||||
};
|
||||
class M14_EP1
|
||||
{
|
||||
weight = 5.5;
|
||||
};
|
||||
class M14_DZ
|
||||
{
|
||||
weight = 5.5;
|
||||
};
|
||||
class M14_Gh_DZ
|
||||
{
|
||||
weight = 5.6;
|
||||
};
|
||||
class M14_CCO_DZ
|
||||
{
|
||||
weight = 5.7;
|
||||
};
|
||||
class M14_CCO_Gh_DZ
|
||||
{
|
||||
weight = 5.8;
|
||||
};
|
||||
class M14_Holo_DZ
|
||||
{
|
||||
weight = 5.7;
|
||||
};
|
||||
class M14_Holo_Gh_DZ
|
||||
{
|
||||
weight = 5.8;
|
||||
};
|
||||
42
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/SMG.hpp
vendored
Normal file
42
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/SMG.hpp
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
/****************************************************************************
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
@authors team-r3f.org
|
||||
@version 1.00
|
||||
@date 20101006
|
||||
*****************************************************************************/
|
||||
|
||||
class bizon
|
||||
{
|
||||
weight = 2.1;
|
||||
};
|
||||
class Bizon_Silenced
|
||||
{
|
||||
weight = 2.3;
|
||||
};
|
||||
class Bizon_DZ
|
||||
{
|
||||
weight = 2.1;
|
||||
};
|
||||
class Bizon_SD_DZ
|
||||
{
|
||||
weight = 2.3;
|
||||
};
|
||||
class MP5SD
|
||||
{
|
||||
weight = 2.6;
|
||||
};
|
||||
class MP5A5
|
||||
{
|
||||
weight = 2.6;
|
||||
};
|
||||
class MP5_SD_DZ
|
||||
{
|
||||
weight = 2.6;
|
||||
};
|
||||
class MP5_DZ
|
||||
{
|
||||
weight = 2.6;
|
||||
};
|
||||
86
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Shotguns.hpp
vendored
Normal file
86
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Shotguns.hpp
vendored
Normal file
@@ -0,0 +1,86 @@
|
||||
/****************************************************************************
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
@authors team-r3f.org
|
||||
@version 1.00
|
||||
@date 20101006
|
||||
*****************************************************************************/
|
||||
|
||||
class Crossbow
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class Crossbow_DZ
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class Crossbow_FL_DZ
|
||||
{
|
||||
weight = 1.1;
|
||||
};
|
||||
class Crossbow_CCO_DZ
|
||||
{
|
||||
weight = 1.1;
|
||||
};
|
||||
class Crossbow_CCO_FL_DZ
|
||||
{
|
||||
weight = 1.2;
|
||||
};
|
||||
class Crossbow_Scope_DZ
|
||||
{
|
||||
weight = 1.1;
|
||||
};
|
||||
class Crossbow_Scope_FL_DZ
|
||||
{
|
||||
weight = 1.2;
|
||||
};
|
||||
class M1014
|
||||
{
|
||||
weight = 3.8;
|
||||
};
|
||||
class M1014_DZ
|
||||
{
|
||||
weight = 3.8;
|
||||
};
|
||||
class M1014_CCO_DZ
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class M1014_Holo_DZ
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class Remington870_lamp
|
||||
{
|
||||
weight = 4.0;
|
||||
};
|
||||
class Remington870_DZ
|
||||
{
|
||||
weight = 4.0;
|
||||
};
|
||||
class Remington870_FL_DZ
|
||||
{
|
||||
weight = 4.0;
|
||||
};
|
||||
class MR43
|
||||
{
|
||||
weight = 3.5;
|
||||
};
|
||||
class MR43_DZ
|
||||
{
|
||||
weight = 3.5;
|
||||
};
|
||||
class Saiga12K
|
||||
{
|
||||
weight = 3.5;
|
||||
};
|
||||
class Winchester1866
|
||||
{
|
||||
weight = 2.8;
|
||||
};
|
||||
class Winchester1866_DZ
|
||||
{
|
||||
weight = 2.8;
|
||||
};
|
||||
126
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Snipers.hpp
vendored
Normal file
126
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Snipers.hpp
vendored
Normal file
@@ -0,0 +1,126 @@
|
||||
/****************************************************************************
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
@authors team-r3f.org
|
||||
@version 1.00
|
||||
@date 20101006
|
||||
*****************************************************************************/
|
||||
|
||||
class m107_TWS_EP1
|
||||
{
|
||||
weight = 14.3;
|
||||
};
|
||||
class M24_des_EP1
|
||||
{
|
||||
weight = 6;
|
||||
};
|
||||
class M110_TWS_EP1
|
||||
{
|
||||
weight = 7.7;
|
||||
};
|
||||
class M110_NVG_EP1
|
||||
{
|
||||
weight = 7.5;
|
||||
};
|
||||
class BAF_AS50_scoped
|
||||
{
|
||||
weight = 5.6;
|
||||
};
|
||||
class BAF_LRR_scoped
|
||||
{
|
||||
weight = 5.6;
|
||||
};
|
||||
class m107_DZ
|
||||
{
|
||||
weight = 14;
|
||||
};
|
||||
class M4SPR
|
||||
{
|
||||
weight = 4.5;
|
||||
};
|
||||
class DMR
|
||||
{
|
||||
weight = 5.5;
|
||||
};
|
||||
class DMR_DZ
|
||||
{
|
||||
weight = 5.5;
|
||||
};
|
||||
class DMR_Gh_DZ
|
||||
{
|
||||
weight = 5.6;
|
||||
};
|
||||
class Huntingrifle
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class CZ550_DZ
|
||||
{
|
||||
weight = 4;
|
||||
};
|
||||
class ksvk
|
||||
{
|
||||
weight = 12;
|
||||
};
|
||||
class KSVK_DZE
|
||||
{
|
||||
weight = 12;
|
||||
};
|
||||
class M24
|
||||
{
|
||||
weight = 6;
|
||||
};
|
||||
class M24_DZ
|
||||
{
|
||||
weight = 6;
|
||||
};
|
||||
class M24_Gh_DZ
|
||||
{
|
||||
weight = 6.1;
|
||||
};
|
||||
class M40A3
|
||||
{
|
||||
weight = 7.5;
|
||||
};
|
||||
class M40A3_DZ
|
||||
{
|
||||
weight = 7.5;
|
||||
};
|
||||
class M40A3_Gh_DZ
|
||||
{
|
||||
weight = 7.6;
|
||||
};
|
||||
class M107
|
||||
{
|
||||
weight = 14;
|
||||
};
|
||||
class SVD_NSPU_EP1
|
||||
{
|
||||
weight = 6.9;
|
||||
};
|
||||
class SVD_des_EP1
|
||||
{
|
||||
weight = 6.3;
|
||||
};
|
||||
class SVD
|
||||
{
|
||||
weight = 6.2;
|
||||
};
|
||||
class SVD_DZ
|
||||
{
|
||||
weight = 6.2;
|
||||
};
|
||||
class SVD_Camo
|
||||
{
|
||||
weight = 6.3;
|
||||
};
|
||||
class SVD_Gh_DZ
|
||||
{
|
||||
weight = 6.3;
|
||||
};
|
||||
class VSS_Vintorez
|
||||
{
|
||||
weight = 3.2;
|
||||
};
|
||||
158
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Tools.hpp
vendored
Normal file
158
SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/Tools.hpp
vendored
Normal file
@@ -0,0 +1,158 @@
|
||||
/****************************************************************************
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
@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
|
||||
{
|
||||
weight = 5.5;
|
||||
};
|
||||
class ItemCompass
|
||||
{
|
||||
weight = 0.1;
|
||||
};
|
||||
class ItemGPS
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
class ItemWatch
|
||||
{
|
||||
weight = 0.1;
|
||||
};
|
||||
class ItemMap
|
||||
{
|
||||
weight = 0.1;
|
||||
};
|
||||
class ItemRadio
|
||||
{
|
||||
weight = 0.3;
|
||||
};
|
||||
class ItemFlashlight
|
||||
{
|
||||
weight = 0.1;
|
||||
};
|
||||
class ItemFlashlightRed
|
||||
{
|
||||
weight = 0.1;
|
||||
};
|
||||
class ItemKnife
|
||||
{
|
||||
weight = 0.1;
|
||||
};
|
||||
class MeleeCrowbar
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class MeleeHatchet
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class MeleeSledge
|
||||
{
|
||||
weight = 9.1;
|
||||
};
|
||||
class MeleeMachete
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class MeleeFishingPole
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class MeleeBaseBallBat
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class MeleeBaseBallBatBarbed
|
||||
{
|
||||
weight = 1.05;
|
||||
};
|
||||
class MeleeBaseBallBatNails
|
||||
{
|
||||
weight = 1.05;
|
||||
};
|
||||
class ItemHatchet
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class ItemHatchetBroken
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class ItemCrowbar
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class ItemSledge
|
||||
{
|
||||
weight = 9.1;
|
||||
};
|
||||
class ItemMatchbox
|
||||
{
|
||||
weight = 0.005;
|
||||
};
|
||||
class ItemToolbox
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class ItemKeyKit
|
||||
{
|
||||
weight = 0.05;
|
||||
};
|
||||
class ItemEtool
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class ItemPickaxe
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class ItemPickaxeBroken
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class ItemShovel
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
class ItemShovelBroken
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
Reference in New Issue
Block a user