how do I make turrets aim faster
Posted: Wed Apr 29, 2015 5:23 pm
The title says it all , I need yo know how to make my ai controlled turret aim at its targets faster.
Get more from your games!
http://www.gametoast.com/
Code: Select all
LockTime = "0.5"
MinSpread = "0.1"
MaxSpread = "0.35"
AutoAimSize = "30.0"Code: Select all
LockTime = "0.0"
MinSpread = "0.0"
MaxSpread = "0.0"
AutoAimSize = "0.0"Code: Select all
MaxTurnSpeed = "3.8"
MaxPitchSpeed = "3.8"