Page 1 of 1

how do I make turrets aim faster

Posted: Wed Apr 29, 2015 5:23 pm
by Lorul1
The title says it all , I need yo know how to make my ai controlled turret aim at its targets faster.

Re: how do I make turrets aim faster

Posted: Wed Apr 29, 2015 6:16 pm
by THEWULFMAN
Probably by decreasing AutoAimSize. I've never gotten around to testing it myself.

Re: how do I make turrets aim faster

Posted: Thu Apr 30, 2015 3:41 am
by nobody3
what kind of turrets? this is from sniper's auto turret:

Code: Select all

LockTime            = "0.5"
MinSpread           = "0.1"
MaxSpread           = "0.35"
AutoAimSize         = "30.0"
try making it this:

Code: Select all

LockTime            = "0.0"
MinSpread           = "0.0"
MaxSpread           = "0.0"
AutoAimSize         = "0.0"
I don't know if the spread is what you want to change though but it can't hurt to try

also there is some stuff that you can try edit inside com_bldg_autoturret odf

Code: Select all

MaxTurnSpeed            = "3.8"
MaxPitchSpeed           = "3.8"
I havent tried that myself though