mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 20:12:20 +03:00
moved some configs added new zeds from 177 pt1
This commit is contained in:
9
SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/AS50.hpp
Normal file
9
SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/AS50.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
class BAF_AS50_scoped : BAF_AS50_scoped {
|
||||
displayname = "AS50_DZ";
|
||||
type = "1";
|
||||
canlock = 0;
|
||||
//cursor = "RifleCursor";
|
||||
//cursoraim = "Foresight";
|
||||
};
|
||||
*/
|
||||
19
SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/DMR_DZ.hpp
Normal file
19
SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/DMR_DZ.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
class DMR_DZ : DMR {
|
||||
model = "\ca\weapons\DMR\us_dmr";
|
||||
picture = "\ca\weapons\data\equip\W_US_DMR_CA.paa";
|
||||
UiPicture = "\CA\weapons\data\Ico\i_sniper_CA.paa";
|
||||
modelOptics = "\ca\Weapons\2Dscope_MilDot_10";
|
||||
opticsFlare = 1;
|
||||
opticsDisablePeripherialVision = 1;
|
||||
opticsZoomInit = 0.0711;
|
||||
opticsZoomMin = 0.0249;
|
||||
distanceZoomMin = 400;
|
||||
opticsZoomMax = 0.0711;
|
||||
distanceZoomMax = 120;
|
||||
dexterity = 1.55;
|
||||
magazines[] = {"20Rnd_762x51_DMR"};
|
||||
reloadTime = 2;
|
||||
backgroundReload = 1;
|
||||
handAnim[] = {"OFP2_ManSkeleton", "\Ca\weapons\data\Anim\M24.rtm"};
|
||||
modes[] = {"Single"};
|
||||
};
|
||||
@@ -0,0 +1,5 @@
|
||||
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
|
||||
};
|
||||
@@ -0,0 +1,5 @@
|
||||
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
|
||||
};
|
||||
49
SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/M107.hpp
Normal file
49
SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/M107.hpp
Normal file
@@ -0,0 +1,49 @@
|
||||
class m107: Rifle
|
||||
{
|
||||
displayname = "M107";
|
||||
type = "1";
|
||||
canlock = 0;
|
||||
cursor = "RifleCursor";
|
||||
cursoraim = "Foresight";
|
||||
};
|
||||
|
||||
class m107_DZ: m107
|
||||
{
|
||||
displayname = "M107_DZ";
|
||||
type = "1";
|
||||
canlock = 0;
|
||||
cursor = "";
|
||||
cursoraim = "Foresight";
|
||||
dexterity = "(0.5 + 3.75/(12.9 + 0.001) + -3/10)";
|
||||
maxrange = 1800;
|
||||
maxrangeprobab = 0.1;
|
||||
mfact = 1;
|
||||
mfmax = 0;
|
||||
midrange = 500;
|
||||
midrangeprobab = 0.8;
|
||||
minrange = 1;
|
||||
minrangeprobab = 0.4;
|
||||
opticszoominit = 0.0553;
|
||||
opticszoommax = 0.05246;
|
||||
opticszoommin = 0.020984;
|
||||
reloadtime = 0.5;
|
||||
class OpticsModes {
|
||||
class StepScope {
|
||||
cameradir = "";
|
||||
discretedistance[] = {};
|
||||
discretedistanceinitindex = 0;
|
||||
distancezoommax = 500;
|
||||
distancezoommin = 500;
|
||||
memorypointcamera = "konec hlavne";
|
||||
opticsdisableperipherialvision = 1;
|
||||
opticsflare = 1;
|
||||
opticsid = 1;
|
||||
opticsppeffects[] = {"OpticsCHAbera1", "OpticsBlur1"};
|
||||
opticszoominit = 0.05246;
|
||||
opticszoommax = 0.05246;
|
||||
opticszoommin = 0.020984;
|
||||
usemodeloptics = 1;
|
||||
visionmode[] = {"Normal"};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user