mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix CZ550 shadow bug
This switches back to the old Arma 2 model. If the acutal CZ550_DZ model is fixed by DayZ Mod it can be replaced.
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
class CZ550_DZ : Huntingrifle
|
class CZ550_DZ : Huntingrifle
|
||||||
{
|
{
|
||||||
model = "z\addons\dayz_communityweapons\CZ550\CZ550.p3d";
|
//model = "z\addons\dayz_communityweapons\CZ550\CZ550.p3d"; // has currently a shadow problem
|
||||||
|
model = "\ca\weapons2\huntingrifle\huntingrifle";
|
||||||
magazines[] = {5Rnd_17HMR};
|
magazines[] = {5Rnd_17HMR};
|
||||||
|
|
||||||
|
/* The normal version of the CZ550 has no correct iron sight
|
||||||
//CZ550_SCOPE
|
//CZ550_SCOPE
|
||||||
optics = true;
|
optics = true;
|
||||||
modelOptics = "\ca\weapons\2Dscope_Hunter_12";
|
modelOptics = "\ca\weapons\2Dscope_Hunter_12";
|
||||||
@@ -28,4 +30,5 @@ class CZ550_DZ : Huntingrifle
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
//CZ550_SCOPE end
|
//CZ550_SCOPE end
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user