how do I make turrets aim faster

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
Lorul1
Rebel Colonel
Rebel Colonel
Posts: 562
Joined: Wed Apr 24, 2013 10:34 pm
Projects :: Assault on Theed
Games I'm Playing :: Battlegrounds
xbox live or psn: No gamertag set
Location: Your House

how do I make turrets aim faster

Post by Lorul1 »

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

Post by THEWULFMAN »

Probably by decreasing AutoAimSize. I've never gotten around to testing it myself.
nobody3
Rebel Sergeant
Rebel Sergeant
Posts: 188
Joined: Wed Jun 15, 2011 8:30 am

Re: how do I make turrets aim faster

Post 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
Post Reply