The M82 is defined in the addons in this file. The M82A1_300 is inherited from from the M82A1, but the zoom factor is changed.
@wgl5\addons\wgl_wep_config.pbo
class WGL_M82A1: M21
{
WGL_M82A1_MODEL
WGL_M82A1_MODELOPTICS
scopeWeapon = 2;
scopeMagazine = 0;
weaponType = "1 + 16";
magazines[] = {"WGL_M82A1Mag"};
reloadMagazineSound[]={\wgl_sounds\man_wep\Reload_Rifle2.wss,WGL_SndLvl _2,1};
drySound[]={\wgl_sounds\man_wep\Dry_Fire.wss,WGL_SndLvl_2,1} ;
picture="\wgl_wep\icons\psdM82A1.jpg";
opticsZoomMin=0.02*0.9/0.7;
opticsZoomMax=0.02*0.9/0.7;
distanceZoomMin=690;
distanceZoomMax=690;
displayName = "M82A1";
dexterity=0.31;
};
class WGL_M82A1_300: WGL_M82A1
{
WGL_M82A1_300_MODEL
WGL_M82A1_300_MODELOPTICS
distanceZoomMin=310;
distanceZoomMax=310;
displayName = "M82A1, 300 BZA";
HOME
Reply With Quote


