PDA

View Full Version : Increasing accuracy of infantry units


MGSchutze
04-12-2011, 03:04 AM
Is there a way to increase the accuracy of basic riflemen in this game?
I want a squad that can reach out 3-4x farther.

dont ask why

KnightFandragon
04-12-2011, 08:46 AM
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