View Single Post
  #2  
Old 04-12-2011, 08:46 AM
KnightFandragon KnightFandragon is offline
Approved Member
 
Join Date: Dec 2009
Location: KRL HQ, Ontario Canada
Posts: 740
Default

Yeah, it is in the weapon's .def files which is in resource/set/stuff/rifle.

{from "pattern rifle"
{filling "ammo rifle" 5}
{mass 5}
{entity "mauzer"}
{fireSound "rifle/mauzer_shot/"}
{reloadSound "mp44"}
{speed 500}

{recoveryTime 1.75}
{Automatic}

{aimRange 80} ; == maxRange
{maxRange 80}

{spreading 1
{BurstAccuracy 100 100 98 98 97 97}
{SpreadPower 0}
{SpreadXYRatio 0}
{SpreadYadjust 0}
}
{healthDamage 80}
("accuracy_carabine")
}

You just change the range values. It is a pretty simple change =D
Reply With Quote