Home   Help Search Login Register  

Author Topic: Purpose of "*n" mags in SEB2 pack-?  (Read 1655 times)

0 Members and 1 Guest are viewing this topic.

Offline SoldierEPilot

  • Members
  • *
Purpose of "*n" mags in SEB2 pack-?
« on: 19 May 2015, 17:40:55 »
Sample from "\sebnam_wp\config.cpp":

Code: [Select]
class sebsks: Riffle
{
scopeWeapon=2;
scopeMagazine=0;
displayName = "Simonov SKS";
displayNameMagazine = "SKS- Mag";
shortNameMagazine = "SKS-";
model="\sebnam_wp\sebv_sks";
modelOptics="\data3d\optika_ak47.p3d";
picture="\sebnam_wp\w_sks.paa"
optics = true;
opticsZoomMin=0.35;
opticsZoomMax=0.35;
initSpeed=735;
magazines[]={"sebsksmag","sebsksmagn"};
modes[]={"Single"};

class Single
{
ammo = "BulletSingleE";
count = 10;
multiplier=1;
burst=1;
dispersion=0.0175;
sound[]={"Weapons\AK74Single",1.000000,1};
displayName = "SKS-";
soundContinuous=false;
reloadTime=.20;
ffCount=1;
recoil=sniperSingle;
autoFire = false;
aiRateOfFire=1;
aiRateOfFireDistance=450;
useAction = false;
useActionTitle = "";
};
canDrop = true;
};
class sebsksmag: sebsks
{
scopeWeapon=0;
scopeMagazine=2;
count = 10;
picture="\sebnam_wp\m_sks.paa";
canDrop = true;
};
class sebsksmagn: sebsks
{
scopeWeapon=0;
scopeMagazine=2;
count = 10;
displayName = "SEB Simonov (SKS)_N";
picture="\sebnam_wp\m_sks.paa";
canDrop = true;
modes[]={"Single"};

class Single
{
ammo = "BulletSingleE";
count = 10;
multiplier=1;
burst=1;
dispersion=0.0002;
sound[]={"Weapons\AK74Single",1.000000,1};
displayName = "SKS_N";
soundContinuous=false;
reloadTime=.20;
ffCount=1;
recoil=sniperSingle;
autoFire = false;
aiRateOfFire=1;
aiRateOfFireDistance=450;
useAction = false;
useActionTitle = "";
};
};

Any ideas?
« Last Edit: 07 Jun 2015, 08:53:27 by SoldierEPilot »

Offline Lenyoga

  • Professor of Misanthropology
  • Members
  • *
Re: Purpose of "*n" mags in SEB2 pack-?
« Reply #1 on: 20 May 2015, 13:35:28 »
Less dispersion ... maybe just for testing purposes?
As a grandmother I've got lots of gold.

Offline SoldierEPilot

  • Members
  • *
Re: Purpose of "*n" mags in SEB2 pack-?
« Reply #2 on: 23 May 2015, 08:30:11 »
Thanks 4 a tip, looks like it's JAM normal<->HD mags predecessor...