mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
This switches back to the old Arma 2 model. If the acutal CZ550_DZ model is fixed by DayZ Mod it can be replaced.
34 lines
813 B
C++
34 lines
813 B
C++
class CZ550_DZ : Huntingrifle
|
|
{
|
|
//model = "z\addons\dayz_communityweapons\CZ550\CZ550.p3d"; // has currently a shadow problem
|
|
model = "\ca\weapons2\huntingrifle\huntingrifle";
|
|
magazines[] = {5Rnd_17HMR};
|
|
|
|
/* The normal version of the CZ550 has no correct iron sight
|
|
//CZ550_SCOPE
|
|
optics = true;
|
|
modelOptics = "\ca\weapons\2Dscope_Hunter_12";
|
|
|
|
class OpticsModes : OpticsModes
|
|
{
|
|
class StepScope : StepScope {};
|
|
class Ironsights
|
|
{
|
|
opticsID = 2;
|
|
useModelOptics = false;
|
|
opticsFlare = false;
|
|
opticsDisablePeripherialVision = false;
|
|
opticsZoomMin = 0.25;
|
|
opticsZoomMax = 1.1;
|
|
opticsZoomInit = 0.5;
|
|
distanceZoomMin = 100;
|
|
distanceZoomMax = 100;
|
|
memoryPointCamera = "eye";
|
|
visionMode[] = {};
|
|
opticsPPEffects[] = {};
|
|
cameraDir = "";
|
|
};
|
|
};
|
|
//CZ550_SCOPE end
|
|
*/
|
|
}; |