how do I make turrets aim faster
Moderator: Moderators
- Lorul1
- Rebel Colonel

- Posts: 562
- Joined: Wed Apr 24, 2013 10:34 pm
- Projects :: Assault on Theed
- xbox live or psn: No gamertag set
- Location: Your House
how do I make turrets aim faster
The title says it all , I need yo know how to make my ai controlled turret aim at its targets faster.
-
THEWULFMAN
- Space Ranger
- Posts: 5557
- Joined: Tue Aug 17, 2010 3:30 pm
- Projects :: Evolved 2
- Location: Columbus, Ohio
- Contact:
Re: how do I make turrets aim faster
Probably by decreasing AutoAimSize. I've never gotten around to testing it myself.
-
nobody3
- Rebel Sergeant

- Posts: 188
- Joined: Wed Jun 15, 2011 8:30 am
Re: how do I make turrets aim faster
what kind of turrets? this is from sniper's auto turret:
try making it this:
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
I havent tried that myself though
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"also there is some stuff that you can try edit inside com_bldg_autoturret odf
Code: Select all
MaxTurnSpeed = "3.8"
MaxPitchSpeed = "3.8"