these are the changes you need to make to the umd file for accuracy.
m_fErrorMaxSize=0.02f ; Factor for error size when firing (using fWalkingFastAccuracy)
m_fTimeToShrink=0.5f ; Time to go back to zero error. (1/m_fTimeToShrink sec.)
m_fJumpSize=0.02f ; Percentage of max error to add per bullet
these are the changes for damage.
; Threshold : above this value the target is wounded, below this value : no effe
m_aHeadWoundThreshold=20
m_iTorsoWoundThreshold=60
m_iArmsLegsWoundThreshold=80
you can change the values 20, 60 and 80 up for less damage and down for more damage. i hope this helps
if anyone can help me with the values for changing the amount of bullets in clips that would be great