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:
AirwavesMan
2020-08-21 22:41:10 +02:00
parent 7695964869
commit c22ae9e5f4

View File

@@ -1,8 +1,10 @@
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};
/* The normal version of the CZ550 has no correct iron sight
//CZ550_SCOPE
optics = true;
modelOptics = "\ca\weapons\2Dscope_Hunter_12";
@@ -28,4 +30,5 @@ class CZ550_DZ : Huntingrifle
};
};
//CZ550_SCOPE end
*/
};