diff --git a/SQF/dayz_code/config.cpp b/SQF/dayz_code/config.cpp
index bb4a4362d..fad0d4119 100644
--- a/SQF/dayz_code/config.cpp
+++ b/SQF/dayz_code/config.cpp
@@ -127,4 +127,6 @@ class RscStructuredTextGUI: RscStructuredText
#include "Configs\CfgMarkers.hpp"
#include "Configs\CfgAmmo.hpp"
#include "Configs\CfgBuildingLoot\CfgBuildingLoot.hpp"
-#include "Configs\CfgArma.hpp"
\ No newline at end of file
+#include "Configs\CfgArma.hpp"
+
+#include "external\R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Realism_Init.sqf b/SQF/dayz_code/external/R3F_Realism/R3F_Realism_Init.sqf
similarity index 100%
rename from Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Realism_Init.sqf
rename to SQF/dayz_code/external/R3F_Realism/R3F_Realism_Init.sqf
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Realism_configuration.cfg b/SQF/dayz_code/external/R3F_Realism/R3F_Realism_configuration.cfg
similarity index 100%
rename from Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Realism_configuration.cfg
rename to SQF/dayz_code/external/R3F_Realism/R3F_Realism_configuration.cfg
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Stringtable.csv b/SQF/dayz_code/external/R3F_Realism/R3F_Stringtable.csv
similarity index 100%
rename from Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Stringtable.csv
rename to SQF/dayz_code/external/R3F_Realism/R3F_Stringtable.csv
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/SQF/dayz_code/external/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
similarity index 100%
rename from Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
rename to SQF/dayz_code/external/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/SQF/dayz_code/external/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
similarity index 100%
rename from Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
rename to SQF/dayz_code/external/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/SQF/dayz_code/external/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
similarity index 100%
rename from Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
rename to SQF/dayz_code/external/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/SQF/dayz_code/external/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
similarity index 100%
rename from Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
rename to SQF/dayz_code/external/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/SQF/dayz_code/external/R3F_Realism/R3F_Tired/R3F_stringtable.csv
similarity index 100%
rename from Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Tired/R3F_stringtable.csv
rename to SQF/dayz_code/external/R3F_Realism/R3F_Tired/R3F_stringtable.csv
diff --git a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
similarity index 100%
rename from Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
rename to SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
similarity index 100%
rename from Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
rename to SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
similarity index 100%
rename from Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
rename to SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
similarity index 100%
rename from Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
rename to SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
similarity index 98%
rename from Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
rename to SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
index 2fd2fd287..331b28d32 100644
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
@@ -33,7 +33,7 @@ R3F_WEIGHT_FNCT_GetItemWeight = {
_arr_class = (_this select 0) + (_this select 1);
_total_weight = 0;
_weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
+ CfgWeight = configFile >> "CfgWeight";
{
if(isclass(CfgWeight >> "Weapons" >> _x)) then {
_weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
similarity index 100%
rename from Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
rename to SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_resource.h b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_resource.h
similarity index 100%
rename from Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_resource.h
rename to SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_resource.h
diff --git a/SQF/dayz_code/system/player_monitor.sqf b/SQF/dayz_code/system/player_monitor.sqf
index 87ba65e6a..94f521d14 100644
--- a/SQF/dayz_code/system/player_monitor.sqf
+++ b/SQF/dayz_code/system/player_monitor.sqf
@@ -1,4 +1,5 @@
if (isServer) then {
waitUntil{dayz_preloadFinished};
};
-_id = [] execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
\ No newline at end of file
+_id = [] execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
+_void = [] execVM "\z\addons\dayz_code\external\R3F_Realism\R3F_Realism_Init.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/description.ext b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/description.ext
index 3c471ff93..e8865124e 100644
--- a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/init.sqf b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/init.sqf
index b640bc6d4..5a834a865 100644
--- a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/init.sqf
@@ -100,7 +100,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_1.Takistan/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_1.Takistan/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/description.ext b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/description.ext
index 71e4319bb..5bfb0a716 100644
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/init.sqf b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/init.sqf
index 94c3f4646..3e75b47fb 100644
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/init.sqf
@@ -100,7 +100,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_10.Mountains_ACR/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext
index d213461b5..b02cecdbb 100644
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping = 0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf
index 7a2cff960..b21ca88f4 100644
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/init.sqf
@@ -101,7 +101,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_11.Chernarus/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/description.ext b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/description.ext
index 238259647..1212eec08 100644
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/init.sqf b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/init.sqf
index 9e155220e..43a2d0df6 100644
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/init.sqf
@@ -100,7 +100,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_12.isladuala/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_12.isladuala/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/description.ext b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/description.ext
index 4246ebe31..2080da9b8 100644
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/init.sqf b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/init.sqf
index dee42ae4a..2b33276f7 100644
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/init.sqf
@@ -104,7 +104,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_13.Tavi/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_13.Tavi/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/description.ext b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/description.ext
index 487f5a9dd..b8aee166b 100644
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/init.sqf b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/init.sqf
index 04133c989..393539f4b 100644
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/init.sqf
@@ -102,7 +102,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_15.namalsk/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_15.namalsk/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/description.ext b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/description.ext
index d410b2182..9c17d7382 100644
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf
index d42a56447..fe1fd4333 100644
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/init.sqf
@@ -73,7 +73,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/description.ext b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/description.ext
index d213461b5..b02cecdbb 100644
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping = 0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/init.sqf b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/init.sqf
index f68eccc08..2cda56be7 100644
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/init.sqf
@@ -100,7 +100,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_17.Chernarus/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/description.ext b/Server Files/MPMissions/DayZ_Epoch_18.Sara/description.ext
index c78425700..219dfe86c 100644
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_18.Sara/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping = 0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
onPauseScript = "\z\addons\dayz_code\compile\player_onPause.sqf";
loadScreen = "\z\addons\dayz_code\gui\dayz_logo_ca.paa";
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/init.sqf b/Server Files/MPMissions/DayZ_Epoch_18.Sara/init.sqf
index 28d74d220..66f813b1a 100644
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_18.Sara/init.sqf
@@ -71,7 +71,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_18.Sara/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_18.Sara/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_18.Sara/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/description.ext b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/description.ext
index e44f27af1..8444a3fd9 100644
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,1,2};
enableItemsDropping = 0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf
index 7f7ce67b8..b1c04485a 100644
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/init.sqf
@@ -99,7 +99,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_19.FDF_Isle1_a/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/description.ext b/Server Files/MPMissions/DayZ_Epoch_2.Utes/description.ext
index d4f2bdc32..06d4f3dd8 100644
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_2.Utes/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/init.sqf b/Server Files/MPMissions/DayZ_Epoch_2.Utes/init.sqf
index dec8cd6cb..99041459b 100644
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_2.Utes/init.sqf
@@ -100,7 +100,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_2.Utes/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_2.Utes/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_2.Utes/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/description.ext b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/description.ext
index afd257e08..84d67b25c 100644
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/init.sqf b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/init.sqf
index 5675b955e..63f4a951a 100644
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/init.sqf
@@ -100,7 +100,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_20.fapovo/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_20.fapovo/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/description.ext b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/description.ext
index 22b0df6d8..c01c253e2 100644
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/init.sqf b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/init.sqf
index 4ea6f2a2e..64f311fac 100644
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/init.sqf
@@ -100,7 +100,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_21.Caribou/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_21.Caribou/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/description.ext b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/description.ext
index a36a7a9b0..1ea8bfcfd 100644
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping = 0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/init.sqf b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/init.sqf
index a5e9cbd75..f30f487e3 100644
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/init.sqf
@@ -100,7 +100,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_3.Shapur_BAF/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/description.ext b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/description.ext
index ed9ba6d54..f65c6b69b 100644
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/init.sqf b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/init.sqf
index d82f5bb3d..c4d0dfa1a 100644
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/init.sqf
@@ -100,7 +100,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_4.Zargabad/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/description.ext b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/description.ext
index 37e9f8978..5449c03ae 100644
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/init.sqf b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/init.sqf
index c17eb13eb..aa5ecad8d 100644
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/init.sqf
@@ -100,7 +100,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_5.Bootcamp_ACR/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/description.ext b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/description.ext
index c558f2816..5f9defb25 100644
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/init.sqf b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/init.sqf
index e8d7b4d38..f1c9833b7 100644
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/init.sqf
@@ -101,7 +101,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_6.Dingor/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_6.Dingor/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/description.ext b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/description.ext
index 5ae03e21a..f7417eb37 100644
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/init.sqf b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/init.sqf
index bda1d3661..75edaf302 100644
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/init.sqf
@@ -101,7 +101,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_7.Lingor/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_7.Lingor/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/description.ext b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/description.ext
index 992659260..3b2899063 100644
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/init.sqf b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/init.sqf
index 159e30b92..d2eb2e7b3 100644
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/init.sqf
@@ -100,7 +100,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_8.ProvingGrounds_PMC/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
deleted file mode 100644
index 468d0360b..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_CfgWeight.h
+++ /dev/null
@@ -1,1800 +0,0 @@
-/****************************************************************************
-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 CfgWeight
-{
- class Weapons
- {
- 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 FN_FAL
- {
- weight = 4.5;
- };
- class FN_FAL_ANPVS
- {
- weight=5.5;
- };
- class glock17_EP1
- {
- weight = 0.7;
- };
- class G36A_camo
- {
- weight = 3.6;
- };
- class G36C_camo
- {
- weight = 2.8;
- };
- class G36K_camo
- {
- weight = 3;
- };
- class G36_C_SD_camo
- {
- weight = 3.6;
- };
- class revolver_EP1
- {
- weight = 1;
- };
- class revolver_gold_EP1
- {
- weight = 1;
- };
- class UZI_SD_EP1
- {
- weight = 1.9;
- };
- class UZI_EP1
- {
- weight = 1.7;
- };
- class Sa61_EP1
- {
- weight = 1.3;
- };
- class M249_EP1
- {
- weight = 6.5;
- };
- class M249_TWS_EP1
- {
- weight = 11;
- };
- class M249_m145_EP1
- {
- weight = 8;
- };
- class M60A4_EP1
- {
- weight = 10;
- };
- class m240_scoped_EP1
- {
- weight = 14;
- };
- class MG36_camo
- {
- weight = 3.6;
- };
- class Mk_48_DES_EP1
- {
- weight = 8.2;
- };
- class M32_EP1
- {
- weight = 6;
- };
- class M79_EP1
- {
- weight = 2.7;
- };
- class Mk13_EP1
- {
- weight = 2.7;
- };
- 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 Sa58V_RCO_EP1
- {
- weight = 3.3;
- };
- class Sa58V_EP1
- {
- weight = 3.1;
- };
- class Sa58V_CCO_EP1
- {
- weight = 3.2;
- };
- class Sa58P_EP1
- {
- weight = 3.1;
- };
- class MAAWS
- {
- weight = 7.5;
- };
- class M47Launcher_EP1
- {
- weight = 7;
- };
- class M16A4_ACG
- {
- weight = 3.8;
- };
- class M16A4
- {
- weight = 3.8;
- };
- class M16A2
- {
- weight = 3.8;
- };
- class M16A4_ACG_GL
- {
- weight = 5.2;
- };
- class BAF_L85A2_RIS_Holo
- {
- weight = 5.2;
- };
- class FN_FAL_ANPVS4
- {
- weight = 5.7;
- };
-
-
-
- class M16A4_GL
- {
- weight = 5.2;
- };
- class M16A2GL
- {
- weight = 5.2;
- };
- class M4A1_AIM_SD_camo
- {
- weight = 3;
- };
- class M4A1_Aim_camo
- {
- weight = 3;
- };
- class M4A1_Aim
- {
- weight = 3;
- };
- class M4A1
- {
- weight = 3;
- };
- 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 MP5SD
- {
- weight = 2.6;
- };
- class MP5A5
- {
- weight = 2.6;
- };
- class G36_C_SD_eotech
- {
- weight = 3.6;
- };
- class BAF_AS50_scoped
- {
- weight = 5.6;
- };
- class BAF_LRR_scoped
- {
- weight = 5.6;
- };
- class m107_DZ
- {
- weight = 14;
- };
-
- class G36a
- {
- weight = 3.6;
- };
-
- class G36C
- {
- weight = 2.8;
- };
- class G36
- {
- weight = 3;
- };
- class M1014
- {
- weight = 3.8;
- };
- class Remington870_lamp
- {
- weight = 4.0;
- };
- class MR43
- {
- weight = 3.5;
- };
- class Winchester1866
- {
- weight = 2.8;
- };
-
- class M240
- {
- weight = 13;
- };
-
- class M240_DZ
- {
- weight = 13;
- };
- class M249
- {
- weight = 6.5;
- };
- class M249_DZ
- {
- weight = 6.5;
- };
- class Mk_48
- {
- weight = 8.2;
- };
-
- class Mk_48_DZ
- {
- weight = 8.2;
- };
- class M8_SAW
- {
- weight = 4.5;
- };
- class MG36
- {
- weight = 3.6;
- };
- class M4SPR
- {
- weight = 4.5;
- };
- class M8_sharpshooter
- {
- weight = 4.5;
- };
- class DMR
- {
- weight = 5.5;
- };
- class M24
- {
- weight = 6;
- };
- class M40A3
- {
- weight = 7.5;
- };
- class M107
- {
- weight = 14;
- };
- class Colt1911
- {
- weight = 1.1;
- };
- class M9
- {
- weight = 1;
- };
- class M9SD
- {
- weight = 1.2;
- };
- class 8Rnd_B_Beneli_74Slug
- {
- weight = 0.3;
- };
- class SteelBolt
- {
- weight = 0.1;
- };
- class SteelBolt4pack
- {
- weight = 0.3;
- };
- class Javelin
- {
- weight = 16;
- };
- class M136
- {
- weight = 7.6;
- };
- class Stinger
- {
- weight = 10;
- };
- class SMAW
- {
- weight = 7.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 AKS_GOLD
- {
- weight = 4.0;
- };
- class AKS_74
- {
- weight = 2.7;
- };
- class AKS_74_GOSHAWK
- {
- weight = 3.5;
- };
- class AKS_74_NSPU
- {
- weight = 3.5;
- };
- class AK_74_GL_kobra
- {
- weight = 4.2;
- };
- class SVD_NSPU_EP1
- {
- weight = 6.9;
- };
- class SVD_des_EP1
- {
- weight = 6.3;
- };
- class LeeEnfield
- {
- weight = 4;
- };
- 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 AK_74
- {
- weight = 3.1;
- };
- class AK_74_GL
- {
- weight = 4.6;
- };
- class AK_47_M
- {
- weight = 3.2;
- };
- class AK_47_S
- {
- weight = 3;
- };
- class PK
- {
- weight = 9;
- };
- class RPK_74
- {
- weight = 4.7;
- };
- class Pecheneg
- {
- weight = 9;
- };
- class Huntingrifle
- {
- weight = 4;
- };
- class KSVK
- {
- weight = 12;
- };
- class SVD
- {
- weight = 6.2;
- };
- class SVD_CAMO
- {
- weight = 6.3;
- };
- class Makarov
- {
- weight = 0.75;
- };
- class MakarovSD
- {
- weight = 0.9;
- };
- class Saiga12K
- {
- weight = 3.5;
- };
- class Bizon
- {
- weight = 2.1;
- };
- class bizon_silenced
- {
- weight = 2.3;
- };
- class VSS_Vintorez
- {
- weight = 3.2;
- };
- class RPG7V
- {
- weight = 6.3;
- };
- class RPG18
- {
- weight = 1.4;
- };
- class MetisLauncher
- {
- weight = 16;
- };
- class Igla
- {
- weight = 7;
- };
- class Strela
- {
- weight = 6;
- };
- };
-
-
- class Magazines
- {
- class 30Rnd_762x39_SA58
- {
- weight = 0.8;
- };
- class 20rnd_762x51_SB_SCAR
- {
- weight = 0.5;
- };
- class 20rnd_762x51_B_SCAR
- {
- weight = 0.5;
- };
- class 20Rnd_762x51_FNFAL
- {
- weight = 0.5;
- };
- class 100Rnd_556x45_M249
- {
- weight = 5;
- };
- class 100Rnd_556x45_BetaCMag
- {
- weight = 5;
- };
- class 20Rnd_B_765x17_Ball
- {
- weight = 0.4;
- };
- class 10Rnd_B_765x17_Ball
- {
- weight = 0.2;
- };
- class 30Rnd_9x19_UZI_SD
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_UZI
- {
- weight = 0.4;
- };
- class 17Rnd_9x19_glock17
- {
- weight = 0.2;
- };
- class 6Rnd_45ACP
- {
- weight = 0.1;
- };
- class MAAWS_HEAA
- {
- weight = 6;
- };
- class MAAWS_HEDP
- {
- weight = 6;
- };
- class Dragon_EP1
- {
- weight = 11;
- };
- class 30Rnd_556x45_StanagSD
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_Stanag
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36
- {
- weight = 0.5;
- };
- class 30Rnd_556x45_G36SD
- {
- weight = 0.5;
- };
- class 15Rnd_W1866_Slug
- {
- weight = 0.5;
- };
- class 30Rnd_9x19_MP5
- {
- weight = 0.4;
- };
- class 30Rnd_9x19_MP5SD
- {
- weight = 0.4;
- };
- class 15Rnd_9x19_M9
- {
- weight = 0.2;
- };
- class 15Rnd_9x19_M9SD
- {
- weight = 0.2;
- };
- class 1Rnd_HE_M203
- {
- weight = 0.25;
- };
- class 1Rnd_Smoke_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeGreen_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeRed_M203
- {
- weight = 0.25;
- };
- class 1Rnd_SmokeYellow_M203
- {
- weight = 0.25;
- };
- class FlareRed_M203
- {
- weight = 0.25;
- };
- class FlareGreen_M203
- {
- weight = 0.25;
- };
- class FlareWhite_M203
- {
- weight = 0.25;
- };
- class FlareYellow_M203
- {
- weight = 0.25;
- };
- class 6Rnd_HE_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareWhite_M203
- {
- weight = 1.5;
- };
- class 6Rnd_FlareYellow_M203
- {
- weight = 1.5;
- };
- class 6Rnd_Smoke_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeRed_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeGreen_M203
- {
- weight = 1.5;
- };
- class 6Rnd_SmokeYellow_M203
- {
- weight = 1.5;
- };
- class 10Rnd_127x99_m107
- {
- weight = 0.5;
- };
- class 5Rnd_762x51_M24
- {
- weight = 0.2;
- };
- class 20Rnd_762x51_DMR
- {
- weight = 0.5;
- };
- class 8Rnd_B_Beneli_Pellets
- {
- weight = 0.3;
- };
- class 20Rnd_556x45_Stanag
- {
- weight = 0.4;
- };
- class 200Rnd_556x45_M249
- {
- weight = 10;
- };
- class 100Rnd_762x51_M240
- {
- weight = 8;
- };
- class Javelin
- {
- weight = 12;
- };
- class M136
- {
- weight = 6;
- };
- class Stinger
- {
- weight = 6;
- };
- class SMAW_HEAA
- {
- weight = 6;
- };
- class SMAW_HEDP
- {
- weight = 6;
- };
- class HandGrenade_west
- {
- weight = 0.5;
- };
- class PipeBomb
- {
- weight = 4;
- };
- class TimeBomb
- {
- weight = 4;
- };
- class Mine
- {
- weight = 8;
- };
- class SmokeShellRed
- {
- weight = 0.4;
- };
- class SmokeShellYellow
- {
- weight = 0.4;
- };
- class SmokeShellGreen
- {
- weight = 0.4;
- };
- class SmokeShellBlue
- {
- weight = 0.4;
- };
- class SmokeShellPurple
- {
- weight = 0.4;
- };
- class SmokeShellOrange
- {
- weight = 0.4;
- };
- class SmokeShell
- {
- weight = 0.4;
- };
-
- class 10x_303
- {
- weight = 0.15;
- };
- class 30Rnd_545x39_AK
- {
- weight = 0.5;
- };
- class 30Rnd_545x39_AKSD
- {
- weight = 0.5;
- };
- class 75Rnd_545x39_RPK
- {
- weight = 1.25;
- };
- class 30Rnd_762x39_AK47
- {
- weight = 0.8;
- };
- class 100Rnd_762x54_PK
- {
- weight = 8;
- };
- class 5x_22_LR_17_HMR
- {
- weight = 0.15;
- };
- class 5Rnd_127x108_KSVK
- {
- weight = 0.3;
- };
- class 10Rnd_762x54_SVD
- {
- weight = 0.4;
- };
- class 10Rnd_9x39_SP5_VSS
- {
- weight = 0.2;
- };
- class 20Rnd_9x39_SP5_VSS
- {
- weight = 0.4;
- };
- class 8Rnd_9x18_Makarov
- {
- weight = 0.15;
- };
- class 8Rnd_9x18_MakarovSD
- {
- weight = 0.15;
- };
- class 8Rnd_B_Saiga12_74Slug
- {
- weight = 0.3;
- };
- class 64Rnd_9x19_Bizon
- {
- weight = 0.8;
- };
- class 64Rnd_9x19_SD_Bizon
- {
- weight = 0.8;
- };
- class 1Rnd_HE_GP25
- {
- weight = 0.25;
- };
- class FlareWhite_GP25
- {
- weight = 0.25;
- };
- class FlareGreen_GP25
- {
- weight = 0.25;
- };
- class FlareRed_GP25
- {
- weight = 0.25;
- };
- class FlareYellow_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKE_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKERED_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEGREEN_GP25
- {
- weight = 0.25;
- };
- class 1Rnd_SMOKEYELOW_GP25
- {
- weight = 0.25;
- };
- class PG7V
- {
- weight = 2.2;
- };
- class PG7VL
- {
- weight = 2.6;
- };
- class PG7VR
- {
- weight = 4.5;
- };
- class OG7
- {
- weight = 2;
- };
- class RPG18
- {
- weight = 1.2;
- };
- class AT13
- {
- weight = 14;
- };
- class Igla
- {
- weight = 11;
- };
- class Strela
- {
- weight = 10;
- };
- class HandGrenade_east
- {
- weight = 0.5;
- };
- class IR_Strobe_Target
- {
- weight = 0.4;
- };
- class Laserbatteries
- {
- weight = 0.005;
- };
-
- class ItemPainkiller
- {
- weight = 0.1;
- };
- class ItemMorphine
- {
- weight = 0.1;
- };
- class ItemEpinephrine
- {
- weight = 0.1;
- };
- class ItemBloodbag
- {
- weight = 0.4;
- };
- class ItemHeatPack
- {
- weight = 0.1;
- };
-
-
- class ItemAntibiotic
- {
- weight = 0.1;
- };
- class ItemWaterbottle
- {
- weight = 0.5;
- };
- class ItemWaterbottleBoiled
- {
- weight = 0.5;
- };
- class ItemSodaMdew
- {
- weight = 0.2;
- };
- class ItemSodaPepsi
- {
- weight = 0.2;
- };
- class ItemSodaCoke
- {
- weight = 0.2;
- };
- class FoodCanSardines
- {
- weight = 0.2;
- };
- class FoodCanBakedBeans
- {
- weight = 0.2;
- };
- class FoodCanFrankBeans
- {
- weight = 0.2;
- };
- class FoodBioMeat
- {
- weight = 0.2;
- };
- class FoodCanPasta
- {
- weight = 0.2;
- };
- class FoodCanUnlabeled
- {
- weight = 0.2;
- };
-
-
-
- class FoodMRE
- {
- weight = 0.4;
- };
- class FoodPistachio
- {
- weight = 0.003;
- };
- class FoodNutmix
- {
- weight = 0.003;
- };
-
-
-
-
-
- class FoodSteakCooked
- {
- weight = 0.25;
- };
- class FoodmeatCooked
- {
- weight = 0.25;
- };
- class FoodbeefCooked
- {
- weight = 0.25;
- };
- class FoodmuttonCooked
- {
- weight = 0.25;
- };
- class FoodchickenCooked
- {
- weight = 0.25;
- };
- class FoodrabbitCooked
- {
- weight = 0.25;
- };
- class FoodbaconCooked
- {
- weight = 0.25;
- };
- class FoodmuttonRaw
- {
- weight = 0.25;
- };
- class FoodchickenRaw
- {
- weight = 0.25;
- };
- class FoodBaconRaw
- {
- weight = 0.25;
- };
- class FoodRabbitRaw
- {
- weight = 0.25;
- };
- class FoodbeefRaw
- {
- weight = 0.25;
- };
- class FoodmeatRaw
- {
- weight = 0.25;
- };
- class FoodSteakRaw
- {
- weight = 0.25;
- };
- class ItemFlashlight
- {
- weight = 0.1;
- };
- class ItemFlashlightRed
- {
- weight = 0.1;
- };
- class ItemKnife
- {
- weight = 0.1;
- };
-
-
-
- class Crossbow
- {
- weight = 1;
- };
- class MeleeCrowbar
- {
- weight = 1;
- };
- class MeleeHatchet
- {
- weight = 1;
- };
- class MeleeSledge
- {
- weight = 9.1;
- };
- class MeleeMachete
- {
- weight = 1;
- };
- class MeleeFishingPole
- {
- weight = 1;
- };
- class ItemHatchet
- {
- weight = 1;
- };
- class ItemCrowbar
- {
- weight = 1;
- };
- class ItemSledge
- {
- weight = 9.1;
- };
- class ItemMatchbox
- {
- weight = 0.005;
- };
- class ItemToolbox
- {
- weight = 1;
- };
- class ItemKeyKit
- {
- weight = 1;
- };
- class ItemEtool
- {
- weight = 1;
- };
-
- class Skin_FR_OHara_DZ
- {
- weight = 1;
- };
- class Skin_FR_Rodriguez_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Soldier_Sniper_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Graves_Light_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_MG_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Sniper_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_Crew_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_CO_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Soldier_2_DZ
- {
- weight = 1;
- };
- class Skin_Survivor2_DZ
- {
- weight = 1;
- };
- class Skin_Camo1_DZ
- {
- weight = 1;
- };
- class Skin_Sniper1_DZ
- {
- weight = 1;
- };
- class Skin_Rocket_DZ
- {
- weight = 1;
- };
- class Skin_Soldier1_DZ
- {
- weight = 1;
- };
- class Skin_RU_Policeman_DZ
- {
- weight = 1;
- };
- class Skin_Pilot_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Haris_Press_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Ins_Soldier_GL_DZ
- {
- weight = 1;
- };
- class Skin_GUE_Commander_DZ
- {
- weight = 1;
- };
- class Skin_Functionary1_EP1_DZ
- {
- weight = 1;
- };
- class Skin_Priest_DZ
- {
- weight = 1;
- };
- class Skin_Rocker1_DZ
- {
- weight = 1;
- };
- class Skin_Rocker2_DZ
- {
- weight = 1;
- };
- class Skin_Rocker3_DZ
- {
- weight = 1;
- };
- class Skin_Rocker4_DZ
- {
- weight = 1;
- };
- class Skin_Bandit1_DZ
- {
- weight = 1;
- };
- class Skin_Bandit2_DZ
- {
- weight = 1;
- };
- class Skin_BanditW1_DZ
- {
- weight = 1;
- };
- class Skin_BanditW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW2_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWpink_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWsequisha_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWcombat_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWdesert_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorWurban_DZ
- {
- weight = 1;
- };
- class Skin_SurvivorW3_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_TL_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Sniper_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Soldier_Bodyguard_AA12_PMC_DZ
- {
- weight = 1;
- };
- class Skin_Drake_Light_DZ
- {
- weight = 1;
- };
- class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Soldier_EP1_DZ
- {
- weight = 1;
- };
- class Skin_TK_INS_Warlord_EP1_DZ
- {
- weight = 1;
- };
-
- class HandRoadFlare
- {
- weight = 0.1;
- };
- class HandChemBlue
- {
- weight = 0.1;
- };
- class HandChemGreen
- {
- weight = 0.1;
- };
- class HandChemRed
- {
- weight = 0.1;
- };
- class ItemBandage
- {
- weight = 0.005;
- };
- 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 ItemVault
- {
- weight = 100;
- };
- class PartWoodPile
- {
- weight = 1;
- };
- class PartWheel
- {
- weight = 10;
- };
- class PartFueltank
- {
- weight = 10;
- };
- class PartGlass
- {
- weight = 5;
- };
- class PartEngine
- {
- weight = 15;
- };
- class ItemGenerator
- {
- weight = 30;
- };
- class PartGeneric
- {
- weight = 5;
- };
- class PartVRotor
- {
- weight = 15;
- };
- class ItemJerrycan
- {
- weight = 10;
- };
- class ItemJerrycanEmpty
- {
- weight = 1;
- };
- class ItemTent
- {
- weight = 5;
- };
- class ItemTentDomed
- {
- weight = 5;
- };
- class ItemTentDomed2
- {
- weight = 5;
- };
- class TrapBear
- {
- weight = 1;
- };
- class ItemTankTrap
- {
- weight = 5;
- };
- class ItemWire
- {
- weight = 2.5;
- };
- class ItemGoldBar
- {
- weight = 0.02;
- };
- class ItemGoldBar10oz
- {
- weight = 0.2;
- };
- class ItemSilverBar
- {
- weight = 0.02;
- };
- class ItemSilverBar10oz
- {
- weight = 0.2;
- };
- class ItemBronzeBar
- {
- weight = 0.02;
- };
- class ItemCopperBar
- {
- weight = 0.02;
- };
- class ItemCopperBar10oz
- {
- weight = 0.2;
- };
- class ItemAluminumBar
- {
- weight = 0.02;
- };
- class ItemTinBar
- {
- weight = 0.02;
- };
- class BoltSteel
- {
- weight = 0.02;
- };
- class BoltSteel4pack
- {
- weight = 0.08;
- };
- class WoodenArrow
- {
- weight = 0.02;
- };
- class Quiver
- {
- weight = 0.08;
- };
- class TrashTinCan
- {
- weight = 0.003;
- };
- class FoodCanUnlabeledEmpty
- {
- weight = 0.003;
- };
- class ItemTrashRazor
- {
- weight = 0.003;
- };
- class ItemTrashToiletpaper
- {
- weight = 0.001;
- };
-
- class 7Rnd_45ACP_1911
- {
- weight = 0.02;
- };
- class ItemZombieParts
- {
- weight = 5;
- };
- class ItemSandbag
- {
- weight = 10;
- };
- class ItemSandbagLarge
- {
- weight = 50;
- };
- class ItemWaterbottleUnfilled
- {
- weight = 0.05;
- };
- class ItemSodaEmpty
- {
- weight = 0.002;
- };
- class ItemSodaCokeEmpty
- {
- weight = 0.002;
- };
- class ItemSodaPepsiEmpty
- {
- weight = 0.002;
- };
- class ItemSodaMdewEmpty
- {
- weight = 0.002;
- };
- class TrashJackDaniels
- {
- weight = 0.02;
- };
-
-
- class ItemCanvas
- {
- weight = 4;
- };
- class ItemBurlap
- {
- weight = 8;
- };
- class ItemLightBulb
- {
- weight = 0.02;
- };
- class ItemPole
- {
- weight = 10;
- };
- class ItemCorrugated
- {
- weight = 29;
- };
- class PartWoodPlywood
- {
- weight = 4;
- };
- class PartWoodLumber
- {
- weight = 2;
- };
-
- class ItemTrout
- {
- weight = 1;
- };
- class ItemTroutCooked
- {
- weight = 1;
- };
- class ItemSeaBass
- {
- weight = 6;
- };
- class ItemSeaBassCooked
- {
- weight = 5;
- };
- class ItemTuna
- {
- weight = 27;
- };
- class ItemTunaCooked
- {
- weight = 25;
- };
-
- class 30m_plot_kit
- {
- weight = 0.02;
- };
- class fuel_pump_kit
- {
- weight = 50;
- };
- class light_pole_kit
- {
- weight = 10;
- };
- class stick_fence_kit
- {
- weight = 6;
- };
- class park_bench_kit
- {
- weight = 50;
- };
- class wood_shack_kit
- {
- weight = 50;
- };
- class storage_shed_kit
- {
- weight = 100;
- };
- class outhouse_kit
- {
- weight = 50;
- };
- class wooden_shed_kit
- {
- weight = 75;
- };
- class rusty_gate_kit
- {
- weight = 80;
- };
- class sun_shade_kit
- {
- weight = 50;
- };
- class m240_nest_kit
- {
- weight = 100;
- };
- class ItemFuelBarrel
- {
- weight = 167;
- };
- class ItemFuelBarrelEmpty
- {
- weight = 20;
- };
- class ItemOilBarrel
- {
- weight = 140;
- };
-
- class bulk_NVGoggles
- {
- weight = 25;
- };
- class bulk_DZ_Backpack_EP1
- {
- weight = 25;
- };
- class bulk_15Rnd_9x19_M9SD
- {
- weight = 25;
- };
- class bulk_30Rnd_556x45_StanagSD
- {
- weight = 25;
- };
- class bulk_ItemSandbag
- {
- weight = 25;
- };
- class bulk_ItemGPS
- {
- weight = 25;
- };
- class bulk_ItemMap
- {
- weight = 25;
- };
- class bulk_ItemEtool
- {
- weight = 25;
- };
- class bulk_17Rnd_9x19_glock17
- {
- weight = 25;
- };
- };
-};
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/description.ext b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/description.ext
index 18db592de..0d0109cd8 100644
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/description.ext
+++ b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/description.ext
@@ -7,7 +7,7 @@ OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+
briefing = 0;
debriefing = 0;
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/init.sqf b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/init.sqf
index 26508b7a3..11326ee7e 100644
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/init.sqf
+++ b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/init.sqf
@@ -100,7 +100,7 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
diff --git a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/stringtable.csv b/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/DayZ_Epoch_9.Woodland_ACR/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-
diff --git a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Realism_Init.sqf b/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Realism_Init.sqf
deleted file mode 100644
index 89daf64ef..000000000
--- a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Realism_Init.sqf
+++ /dev/null
@@ -1,21 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Realism_Configuration.cfg"
-
-#ifdef R3F_REALISM_USE_WEIGHT
- _void = [] execVM "R3F_realism\R3F_Weight\R3F_DoWeight.sqf";
-#endif
-
-
-#ifdef R3F_REALISM_USE_TIRED
- _void = [] execVM "R3F_realism\R3F_Tired\R3F_Tired_Init.sqf";
-#endif
-
diff --git a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Realism_configuration.cfg b/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Realism_configuration.cfg
deleted file mode 100644
index 72afc2a8c..000000000
--- a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Realism_configuration.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define R3F_REALISM_USE_WEIGHT
-#define R3F_REALISM_USE_TIRED
diff --git a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Stringtable.csv b/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Stringtable.csv
deleted file mode 100644
index fca6a4ab6..000000000
--- a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_Weight\R3F_WEIGHT_Stringtable.csv"
-
diff --git a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Tired/R3F_DoTired.sqf b/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
deleted file mode 100644
index 6ab215092..000000000
--- a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Tired/R3F_DoTired.sqf
+++ /dev/null
@@ -1,130 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101011
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-private ["_level", "_n", "_s"];
-
-//_voil = [] call R3F_TIRED_FNCT_MkVoile;
-//[_voil,1] call R3F_TIRED_FNCT_Voile_Noir;
-
-_n = 0;
-_posATL = 0;
-
-#ifdef R3F_TIRED_CSV_EXPORT
-_s = format["""Duree"",""Distance From"",""Distance To"",""Vitesse"",""Fatigue"",""Black Level"",""poids"",""Counter"""];
-_s call FNC_PrintToRPT;
-#endif
-
-R3F_TIRED_Accumulator = 0;
-sleep 1;
-_level = 1;
-
-while {true} do {
-
- R3F_TIRED_POIDS_TOTAL_PLAYER= R3F_Weight + R3F_TIRED_WEIGHT_PLAYER_EMPTY;
-
- if (R3F_weight < R3F_TIRED_WEIGHT_LEVEL3 )then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL2) then {
- if (r3f_weight < R3F_TIRED_WEIGHT_LEVEL1 ) then {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO1;
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO2;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO3;
- };
- } else {
- R3F_TIRED_Ratio_Overweight = R3F_TIRED_WEIGHT_RATIO4;
- };
-
- if (alive player) then {
- switch (toArray (animationState player) select 5) do {
- case 112: {
- R3F_TIRED_Ratio_Position = R3F_TIRED_DOWN_LEVEL;
- };
- case 107:{
- R3F_TIRED_Ratio_Position=R3F_TIRED_KNEE_LEVEL;
- };
- case 101:{
- R3F_TIRED_Ratio_Position = R3F_TIRED_UP_LEVEL;
- };
- };
-
- R3F_TIRED_vitesse_de_mon_joueur = [0,0,0] distance velocity player;
- R3F_TIRED_coeff_mon_elevation_en_z = 0 max ((velocity player select 2) / R3F_TIRED_WEIGHT_CLIMB_FACTOR);
-
- _posATL = (getPosATL player) select 2;
-
-
- if((vehicle player == player) && (_posATL < 100)) then {
- R3F_TIRED_Accumulator = R3F_TIRED_Accumulator
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_vitesse_de_mon_joueur * R3F_TIRED_Ratio_Position * R3F_TIRED_WEIGHT_SPEED_RATIO*R3F_TIRED_Ratio_Overweight)
- + (R3F_TIRED_POIDS_TOTAL_PLAYER * R3F_TIRED_coeff_mon_elevation_en_z * R3F_TIRED_WEIGHT_LEVEL2);
-
- };
-
- R3F_TIRED_Accumulator = 0 max (R3F_TIRED_Accumulator - R3F_TIRED_Ratio_Recovery);
-
- _level = ((R3F_TIRED_Accumulator / R3F_TIRED_BLACKOUT_LEVEL) * 100);
- _level = 0 max (1 - (_level / 100));
-
- #ifdef R3F_TIRED_DEBUG
- hintsilent format["Fatique : %1/%2\nBlack level : %3\nPoids total : %4\n Poids armement : %5",
- R3F_TIRED_Accumulator,
- R3F_TIRED_BLACKOUT_LEVEL,
- _level,
- R3F_TIRED_POIDS_TOTAL_PLAYER,
- R3F_Weight];
- #endif
-
- [_level] call R3F_TIRED_FNCT_Voile_Noir;
-
- if (R3F_TIRED_Accumulator > R3F_TIRED_BLACKOUT_LEVEL and scriptDone R3F_TIRED_Handle_Blackout_Effect and scriptDone R3F_TIRED_Handle_Blur_Effect) then {
- R3F_TIRED_Handle_Blackout_Effect = [] spawn R3F_TIRED_FNCT_DoBlackVanish;
- };
- } else {
- R3F_TIRED_Accumulator = 0;
- };
-
- if (R3F_TIRED_GLOBAL_TIRING
- && R3F_TIRED_vitesse_de_mon_joueur > 4
- && R3F_TIRED_Ratio_Recovery > R3F_TIRED_RATIO_RECOVERING
- ) then {
- R3F_TIRED_Counter_Time= R3F_TIRED_Counter_Time + 1;
- };
-
-
- #ifdef R3F_TIRED_CSV_EXPORT
- _s = format["%1,%2,%3,%4,%5,%6,%7,%8",
- _n,
- (player distance flag_start),
- (player distance flag_end),
- R3F_TIRED_vitesse_de_mon_joueur,
- R3F_TIRED_Accumulator,
- _level,
- R3F_Weight,
- R3F_TIRED_Counter_Time];
-
-
- _s call FNC_PrintToRPT;
- #endif
-
- if ((R3F_TIRED_Counter_Time > R3F_TIRED_TIME_RECOVERING)) then {
- R3F_TIRED_Ratio_Recovery = R3F_TIRED_Ratio_Recovery - 1;
- R3F_TIRED_Counter_Time = 0;
- };
-
- sleep 1;
- _n = _n + 1;
-};
-
-//[_voil] call R3F_TIRED_FNCT_Effect_Off;
-
diff --git a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg b/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
deleted file mode 100644
index 407f869bd..000000000
--- a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Tired/R3F_TIRED_Configuration.cfg
+++ /dev/null
@@ -1,131 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-//Uncomment to write in arma.rpt a csv file for excel to trace some graphics
-// #define R3F_TIRED_CSV_EXPORT
-
-//Uncomment to show some informations in game
-// #define R3F_TIRED_DEBUG
-
-//adjustment player weight with helmet jacket Rangers Light equipment (not weapons)
-#define R3F_TIRED_WEIGHT_PLAYER_EMPTY 90
-
-//Predefined models for an easy setting
-// uncomment only one setting
-// #define R3F_TIRED_SET_MODE_EASY
-#define R3F_TIRED_SET_MODE_UBEREASY
-//#define R3F_TIRED_SET_MODE_NORMAL
-//#define R3F_TIRED_SET_MODE_HARD
-
-//adjustment weight * speed player
-#define R3F_TIRED_WEIGHT_SPEED_RATIO 1
-
-
-#ifdef R3F_TIRED_SET_MODE_UBEREASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 100000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 0.9
- #define R3F_TIRED_KNEE_LEVEL 0.6
- #define R3F_TIRED_UP_LEVEL 0.5
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 40
- #define R3F_TIRED_WEIGHT_LEVEL2 50
- #define R3F_TIRED_WEIGHT_LEVEL3 60
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 1
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_EASY
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 70000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 1.8
- #define R3F_TIRED_KNEE_LEVEL 1.2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 20
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 25
- #define R3F_TIRED_WEIGHT_LEVEL2 30
- #define R3F_TIRED_WEIGHT_LEVEL3 40
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.8
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 10
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_NORMAL
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 50000
-
- //adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 3
- #define R3F_TIRED_KNEE_LEVEL 1.5
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 10
-
- //adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 15
- #define R3F_TIRED_WEIGHT_LEVEL2 20
- #define R3F_TIRED_WEIGHT_LEVEL3 30
-
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.6
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 30
-#endif
-
-#ifdef R3F_TIRED_SET_MODE_HARD
-
- // adjustment onset threshold blackout effect
- #define R3F_TIRED_BLACKOUT_LEVEL 40000
-
- // adjustment player attitude * weight (stand up, down, crouch)
- #define R3F_TIRED_DOWN_LEVEL 4
- #define R3F_TIRED_KNEE_LEVEL 2
- #define R3F_TIRED_UP_LEVEL 1
-
- #define R3F_TIRED_WEIGHT_CLIMB_FACTOR 5
-
- // adjustment threshold weight agravante factor
- #define R3F_TIRED_WEIGHT_LEVEL1 10
- #define R3F_TIRED_WEIGHT_LEVEL2 17
- #define R3F_TIRED_WEIGHT_LEVEL3 25
-
- #define R3F_TIRED_SHORTNESS_THRESHOLD 0.3
- #define R3F_TIRED_UNCONSCIOUSNESS_DURATION 60
-#endif
-
-// ratio of threshold weight
-#define R3F_TIRED_WEIGHT_RATIO1 0.3 /* for weight < 10 kg */
-#define R3F_TIRED_WEIGHT_RATIO2 0.4 /* for weight 10 à 20 kg */
-#define R3F_TIRED_WEIGHT_RATIO3 0.6 /* for weight 20 à 30 kg */
-#define R3F_TIRED_WEIGHT_RATIO4 0.7 /* for weight > 30 kg */
-
-
-// activation / deactivation unit recup loss over time (true / false)
-#define R3F_TIRED_GLOBAL_TIRING true
-
-// adjustment recovery rate
-#define R3F_TIRED_TIME_RECOVERING 100
-#define R3F_TIRED_RATIO_RECOVERING 360
-
-#define R3F_TIRED_WITH_VANISH true
-
diff --git a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf b/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
deleted file mode 100644
index 6e6615d1a..000000000
--- a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Tired/R3F_Tired_Fnct.sqf
+++ /dev/null
@@ -1,30 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-FNC_PrintToRPT = {
- diag_log text _this;
-};
-
-R3F_TIRED_FNCT_Voile_Noir = {
- _level = _this select 0;
- if(_level < R3F_TIRED_SHORTNESS_THRESHOLD ) then{
- playSound "heartbeat_1";
- addCamShake [2, 1, 25];
- };
-
-};
-R3F_TIRED_FNCT_DoBlackVanish = {
- [player,0.1] call fnc_usec_damageUnconscious;
- [_refObj,"scream",3,false] call dayz_zombieSpeak;
- cutText ["You are overburdened.", "PLAIN DOWN"];
-};
-
diff --git a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf b/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
deleted file mode 100644
index 3a655adcd..000000000
--- a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Tired/R3F_Tired_Init.sqf
+++ /dev/null
@@ -1,25 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_TIRED_Configuration.cfg"
-
-call compile preprocessFile "R3F_realism\R3F_Tired\R3F_Tired_Fnct.sqf";
-
-R3F_Weight = 0;
-
-R3F_TIRED_Ratio_Position = 0;
-R3F_TIRED_Accumulator = 0;
-R3F_TIRED_Handle_Blur_Effect = [] spawn {};
-R3F_TIRED_Handle_Blackout_Effect = [] spawn {};
-R3F_TIRED_Counter_Time = 0;
-R3F_TIRED_Ratio_Recovery = R3F_TIRED_RATIO_RECOVERING;
-R3F_TIRED_Ratio_Overweight = 1;
-
-_void = [] execVM "R3F_Realism\R3F_Tired\R3F_DoTired.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Tired/R3F_stringtable.csv b/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Tired/R3F_stringtable.csv
deleted file mode 100644
index 597997490..000000000
--- a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Tired/R3F_stringtable.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-
-R3F_VERSION_TIRED, "1.02", "1.02"
-
diff --git a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf b/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
deleted file mode 100644
index 1565a0625..000000000
--- a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_DoWeight.sqf
+++ /dev/null
@@ -1,50 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#include "R3F_WEIGHT_Configuration.cfg"
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-private ["_n","_gearbox_visible","_control","_display","_initial_text"];
-
-disableSerialization;
-
-R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
-
-_initial_text = "";
-_n = 0;
-while {true} do
-{
- sleep R3F_WEIGHT_SHORT_DELAY;
-
- #ifdef R3F_WEIGHT_SHOW_WEIGHT
- _display = findDisplay ARMA2_RSCDISPLAYGEARBOX;
- _gearbox_visible = ( (str _display) != "No display");
- #else
- _gearbox_visible = false;
- #endif
-
- if(_gearbox_visible) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- if(_initial_text == "") then {
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _initial_text = ctrlText _control ;
- };
- _control = _display displayCtrl ARMA2_CAPTIONGEARBOX;
- _control ctrlSetText format[localize "STR_R3F_WEIGHT_InGearBox",_initial_text,R3F_Weight];
- _n = 0;
- }else{
- if( _n > R3F_WEIGHT_LONG_DELAY) then {
- R3F_Weight = call R3F_WEIGHT_FNCT_GetWeight;
- _n = 0;
- };
- _n = _n + 1 ;
- };
-};
diff --git a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg b/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
deleted file mode 100644
index 617cc8ad0..000000000
--- a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_WEIGHT_Configuration.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-#define R3F_WEIGHT_SHOW_WEIGHT
-
-//show or not classes not found in arma.rpt
-//#define R3F_WEIGHT_SHOW_CLASSES_NOT_FOUND
\ No newline at end of file
diff --git a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv b/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
deleted file mode 100644
index 6719b3b91..000000000
--- a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_WEIGHT_Stringtable.csv
+++ /dev/null
@@ -1,12 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-R3F_VERSION_WEIGHTED, "1.04", "1.04"
-STR_R3F_WEIGHT_InGearBox, "%1 | Weight carried : %2 lb", "%1 | Poids transporté : %2 Kg"
-STR_R3F_WEIGHT_English, "lb", "Kg"
diff --git a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf b/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
deleted file mode 100644
index 2fd2fd287..000000000
--- a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_Weight_Fnct.sqf
+++ /dev/null
@@ -1,81 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-#include "R3F_WEIGHT_Configuration.cfg"
-R3F_WEIGHT_FNCT_MakeSingleArray = {
- private ["_arr_i","_arr_n", "_arr", "_n", "_nb", "_x"];
- _arr_i = (_this select 0) select 0;
- _arr_n = (_this select 0) select 1;
-
- _arr = [];
-
- _n = 0;
- {
- _nb = _arr_n select _n;
- for [{_i = 0}, {_i < _nb}, {_i = _i + 1}] do{
- _arr = _arr + [_x];
- };
- _n = _n + 1;
-
- }foreach _arr_i;
-
- _arr;
-};
-
-R3F_WEIGHT_FNCT_GetItemWeight = {
- private ["_arr_class", "_total_weight", "_weight"];
- _arr_class = (_this select 0) + (_this select 1);
- _total_weight = 0;
- _weight = 0;
- CfgWeight = missionConfigFile >> "CfgWeight";
- {
- if(isclass(CfgWeight >> "Weapons" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Weapons" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
- if(isclass(CfgWeight >> "Magazines" >> _x)) then {
- _weight = getNumber(CfgWeight >> "Magazines" >> _x >> "weight");
- _total_weight = _total_weight + _weight;
- }else{
-
- _weight = 0;
- if(isNumber (configFile >> "cfgMagazines" >> _x >> "weight")) then {
- _weight = getNumber(configFile >> "cfgMagazines" >> _x >> "weight");
- };
-
- if(_weight > 0) then {
- _total_weight = _total_weight + _weight;
- } else {
- // log only if not found
- //diag_log format["Class not found %1", _x];
- };
- };
- };
- }foreach _arr_class;
- _total_weight;
-};
-
-R3F_WEIGHT_FNCT_GetWeight = {
- private ["_bagpack","_bagpack_weapons", "_bagpack_ammo", "_return","_english"];
- _return = 0;
- _bagpack = unitBackpack player;
- if(!isnull(_bagpack)) then {
- _bagpack_weapons = [getWeaponCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _bagpack_ammo = [getMagazineCargo _bagpack] call R3F_WEIGHT_FNCT_MakeSingleArray;
- _return = [_bagpack_weapons, _bagpack_ammo] call R3F_WEIGHT_FNCT_GetItemWeight;
- };
- _return = _return + ([(weapons player), (magazines player)] call R3F_WEIGHT_FNCT_GetItemWeight);
- _english = localize "STR_R3F_WEIGHT_English" == "lb";
- if(_english) then {
- _return = _return / 0.45359 ;
- _return = round (_return * 100)/100;
- };
- _return;
-};
-
diff --git a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf b/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
deleted file mode 100644
index 9f4f8eaab..000000000
--- a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_Weight_Init.sqf
+++ /dev/null
@@ -1,13 +0,0 @@
-/****************************************************************************
-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.02
-@date 20101018
-*****************************************************************************/
-
-call compile preprocessFile "R3F_Realism\R3F_Weight\R3F_Weight_Fnct.sqf";
-
-_void = [] execVM "R3F_Realism\R3F_Weight\R3F_DoWeight.sqf";
\ No newline at end of file
diff --git a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_resource.h b/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_resource.h
deleted file mode 100644
index d48e630a1..000000000
--- a/Server Files/MPMissions/TEMPLATE/R3F_Realism/R3F_Weight/R3F_resource.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#define ARMA2_RSCDISPLAYGEARBOX 106
-#define ARMA2_CAPTIONGEARBOX 1001
-
-
-#define R3F_WEIGHT_SHORT_DELAY 1
-#define R3F_WEIGHT_LONG_DELAY 10
-#define R3F_WEIGHT_MAIN_INCREMENT 1
-
-
diff --git a/Server Files/MPMissions/TEMPLATE/description.ext b/Server Files/MPMissions/TEMPLATE/description.ext
index bc1a2a0cf..b02cecdbb 100644
--- a/Server Files/MPMissions/TEMPLATE/description.ext
+++ b/Server Files/MPMissions/TEMPLATE/description.ext
@@ -1,15 +1,17 @@
respawn = "BASE";
respawndelay = 5;
-onLoadMission="DayZ_Epoch Proving Grounds PMC";
-OnLoadIntro = "Welcome to Proving Grounds PMC";
+onLoadMission= "DayZ Epoch Chernarus";
+OnLoadIntro = "Welcome to DayZ Epoch Chernarus";
OnLoadIntroTime = False;
OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
-enableItemsDropping=0;
-#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
+enableItemsDropping = 0;
-onPauseScript = "\z\addons\dayz_code\compile\player_onPause.sqf";
+briefing = 0;
+debriefing = 0;
+
+onPauseScript = "";
loadScreen = "\z\addons\dayz_code\gui\dayz_logo_ca.paa";
class Header
diff --git a/Server Files/MPMissions/TEMPLATE/init.sqf b/Server Files/MPMissions/TEMPLATE/init.sqf
index 73a1c7935..b21ca88f4 100644
--- a/Server Files/MPMissions/TEMPLATE/init.sqf
+++ b/Server Files/MPMissions/TEMPLATE/init.sqf
@@ -7,7 +7,7 @@ cutText ["","BLACK OUT"];
enableSaving [false, false];
//REALLY IMPORTANT VALUES
-dayZ_instance = 8; //The instance
+dayZ_instance = 11; //The instance
dayzHiveRequest = [];
initialized = false;
dayz_previousID = 0;
@@ -17,14 +17,14 @@ player setVariable ["BIS_noCoreConversations", true];
//disable radio messages to be heard and shown in the left lower corner of the screen
enableRadio false;
-// DayZ Epochconfig
-spawnShoremode = 0; // Default = 1 (on shore)
-spawnArea= 500; // Default = 1500
-MaxHeliCrashes = 3; // Default = 5
-MaxVehicleLimit = 50; // Default = 50
-MaxDynamicDebris = 100; // Default = 100
-dayz_MapArea = 4000; // Default = 10000
-dayz_maxLocalZombies = 40; // Default = 40
+// DayZ Epoch config
+spawnShoremode = 1; // Default = 1 (on shore)
+spawnArea= 1500; // Default = 1500
+MaxHeliCrashes= 5; // Default = 5
+MaxVehicleLimit = 300; // Default = 50
+MaxDynamicDebris = 500; // Default = 100
+dayz_MapArea = 14000; // Default = 10000
+dayz_maxLocalZombies = 30; // Default = 30
dayz_paraSpawn = false;
@@ -40,7 +40,6 @@ DynamicVehicleDamageHigh = 100; // Default: 100
EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","any",0,"crash_spawner"],["any","any","any","any",15,"supply_drop"]];
dayz_fullMoonNights = true;
-
//Load in compiled functions
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\variables.sqf"; //Initilize the Variables (IMPORTANT: Must happen very early)
progressLoadingScreen 0.1;
@@ -55,11 +54,41 @@ progressLoadingScreen 1.0;
"filmic" setToneMappingParams [0.153, 0.357, 0.231, 0.1573, 0.011, 3.750, 6, 4]; setToneMapping "Filmic";
+/* BIS_Effects_* fixes from Dwarden */
+BIS_Effects_EH_Killed = compile preprocessFileLineNumbers "\z\addons\dayz_code\system\BIS_Effects\killed.sqf";
+BIS_Effects_AirDestruction = compile preprocessFileLineNumbers "\z\addons\dayz_code\system\BIS_Effects\AirDestruction.sqf";
+BIS_Effects_AirDestructionStage2 = compile preprocessFileLineNumbers "\z\addons\dayz_code\system\BIS_Effects\AirDestructionStage2.sqf";
+
+BIS_Effects_globalEvent = {
+ BIS_effects_gepv = _this;
+ publicVariable "BIS_effects_gepv";
+ _this call BIS_Effects_startEvent;
+};
+
+BIS_Effects_startEvent = {
+ switch (_this select 0) do {
+ case "AirDestruction": {
+ [_this select 1] spawn BIS_Effects_AirDestruction;
+ };
+ case "AirDestructionStage2": {
+ [_this select 1, _this select 2, _this select 3] spawn BIS_Effects_AirDestructionStage2;
+ };
+ case "Burn": {
+ [_this select 1, _this select 2, _this select 3, false, true] spawn BIS_Effects_Burn;
+ };
+ };
+};
+
+"BIS_effects_gepv" addPublicVariableEventHandler {
+ (_this select 1) call BIS_Effects_startEvent;
+};
+
if (isServer) then {
- call compile preprocessFileLineNumbers "dynamic_vehicle.sqf"; //Compile vehicle configs
+ call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\dynamic_vehicle.sqf";
+ //Compile vehicle configs
// Add trader citys
- _nil = [] execVM "mission.sqf";
+ _nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\mission.sqf";
_serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
};
@@ -72,12 +101,11 @@ if (!isDedicated) then {
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
- _void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
+
//Lights
//[0,0,true,true,true,58,280,600,[0.698, 0.556, 0.419],"Generator_DZ",0.1] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
-
};
#include "\z\addons\dayz_code\system\REsec.sqf"
//Start Dynamic Weather
-execVM "\z\addons\dayz_code\external\DynamicWeatherEffects.sqf";
\ No newline at end of file
+execVM "\z\addons\dayz_code\external\DynamicWeatherEffects.sqf";
diff --git a/Server Files/MPMissions/TEMPLATE/stringtable.csv b/Server Files/MPMissions/TEMPLATE/stringtable.csv
deleted file mode 100644
index cc2b013c5..000000000
--- a/Server Files/MPMissions/TEMPLATE/stringtable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-/****************************************************************************
-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
-*****************************************************************************/
-
-Language, English, French
-
-#include "R3F_Realism\R3F_stringtable.csv"
-