mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Remove unneded Cfg
This commit is contained in:
@@ -271,8 +271,6 @@ class CfgWeapons {
|
|||||||
#include "CfgWeapons\Weapon\Sniper\KSVK.hpp"
|
#include "CfgWeapons\Weapon\Sniper\KSVK.hpp"
|
||||||
|
|
||||||
#include "CfgWeapons\Weapon\Sniper\DMR_DZ.hpp"
|
#include "CfgWeapons\Weapon\Sniper\DMR_DZ.hpp"
|
||||||
// #include "CfgWeapons\Weapon\Sniper\DMR_DZ2.hpp"
|
|
||||||
// #include "CfgWeapons\Weapon\Sniper\DMR_DZ3.hpp"
|
|
||||||
#include "CfgWeapons\Weapon\Pistol\MakerovSD.hpp"
|
#include "CfgWeapons\Weapon\Pistol\MakerovSD.hpp"
|
||||||
#include "CfgWeapons\Weapon\LMG\m240_scoped.hpp"
|
#include "CfgWeapons\Weapon\LMG\m240_scoped.hpp"
|
||||||
#include "CfgWeapons\Weapon\LMG\M249_m145_EP1.hpp"
|
#include "CfgWeapons\Weapon\LMG\M249_m145_EP1.hpp"
|
||||||
|
|||||||
@@ -1,19 +1,20 @@
|
|||||||
class DMR_DZ : DMR {
|
class DMR_DZ : DMR {
|
||||||
model = "\ca\weapons\DMR\us_dmr";
|
model = "\ca\weapons\DMR\us_dmr";
|
||||||
picture = "\ca\weapons\data\equip\W_US_DMR_CA.paa";
|
picture = "\ca\weapons\data\equip\W_US_DMR_CA.paa";
|
||||||
UiPicture = "\CA\weapons\data\Ico\i_sniper_CA.paa";
|
UiPicture = "\CA\weapons\data\Ico\i_sniper_CA.paa";
|
||||||
modelOptics = "\ca\Weapons\2Dscope_MilDot_10";
|
modelOptics = "\ca\Weapons\2Dscope_MilDot_10";
|
||||||
opticsFlare = 1;
|
opticsFlare = 1;
|
||||||
opticsDisablePeripherialVision = 1;
|
opticsDisablePeripherialVision = 1;
|
||||||
opticsZoomInit = 0.0711;
|
opticsZoomInit = 0.0711;
|
||||||
opticsZoomMin = 0.0249;
|
opticsZoomMin = 0.0249;
|
||||||
distanceZoomMin = 400;
|
distanceZoomMin = 400;
|
||||||
opticsZoomMax = 0.0711;
|
opticsZoomMax = 0.0711;
|
||||||
distanceZoomMax = 120;
|
distanceZoomMax = 120;
|
||||||
dexterity = 1.55;
|
dexterity = 1.55;
|
||||||
magazines[] = {"20Rnd_762x51_DMR"};
|
magazines[] = {"20Rnd_762x51_DMR"};
|
||||||
reloadTime = 2;
|
reloadTime = 2;
|
||||||
backgroundReload = 1;
|
backgroundReload = 1;
|
||||||
handAnim[] = {"OFP2_ManSkeleton", "\Ca\weapons\data\Anim\M24.rtm"};
|
handAnim[] = {"OFP2_ManSkeleton", "\Ca\weapons\data\Anim\M24.rtm"};
|
||||||
modes[] = {"Single"};
|
modes[] = {"Single"};
|
||||||
};
|
};
|
||||||
|
class DMR_SKN : DMR_DZ {};
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
class DMR_DZ2 : DMR_DZ {
|
|
||||||
model = "\z\addons\dayz_communityassets\weapons\Sniper\DMR_DZ2\us_dmr";
|
|
||||||
//picture = "\ca\weapons\data\equip\W_US_DMR_CA.paa"; TODO
|
|
||||||
//UiPicture = "\CA\weapons\data\Ico\i_sniper_CA.paa"; TODO
|
|
||||||
};
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
class DMR_DZ3 : DMR_DZ {
|
|
||||||
model = "\z\addons\dayz_communityassets\weapons\Sniper\DMR_DZ3\us_dmr";
|
|
||||||
//picture = "\ca\weapons\data\equip\W_US_DMR_CA.paa"; TODO
|
|
||||||
//UiPicture = "\CA\weapons\data\Ico\i_sniper_CA.paa"; TODO
|
|
||||||
};
|
|
||||||
Reference in New Issue
Block a user