View Single Post
Old
  (#5)
voidgere is Offline
Junior Member
 
Posts: 13
Join Date: Feb 2004
   
Default 11-08-2004, 10:16 PM

// Primary fire type info
firetype bullet
ammotype "smg"
meansofdeath bullet
bulletcount 1
clipsize 50
startammo 50 (changed to 250)
ammorequired 1
firedelay 0.086 //(700 rpm)

-----------------------------------------------------------------------------------------

//========================================//
// WEAPON ACCURACY MODELLING //
//========================================//

// Thompson SMG: Max Eff. Range is 50 yds with a muzzle velocity of 805 ft/s. (.45 ACP round)

bulletrange 5000 //the range at which bulletspread is applied
bulletspread 45 45 72 72 (change to 5 5 20 20) //minpitch minyaw maxpitch maxyaw original 55 55 72 72
bulletdamage 45 //damage per round original 25
firespreadmult 0.08 0.35 200 0.25 //add falloff cap maxtime
movementspeed 1.0

tracerfrequency 3

crosshair 1

// airange short

---------------------------------------------------------------------------------------

// DM Attributes
dmbulletcount 1
dmstartammo 500
dmammorequired 1
dmfiredelay 0.086

dmbulletrange 5000
dmbulletspread 40 40 50 50 (changed to 5 5 20 20) //32 32 50 50 //26 26 48 48 //50 50 120 120 //53 53 70 70 //45 45 72 72
dmfirespreadmult 0.3 0.6 150 0.25 //0.08 0.35 200 0.25 //0.3 0.8 200 0.4 original
dmbulletdamage 25 //26
dmmovementspeed 0.96

dmcrosshair 1

-------------------------------------------------------------------------------------

entry viewkick -1.58 -1.58 -0.16 -0.16 0.9 "V" 8.5 8.6 16.0 (i thought this might effect accuracy as well. and tried all sorts of settings)

--------------------------------------------------------------------------------------
  
Reply With Quote