Page 1 of 1
How do I get the AI to aim better?
Posted: Fri Jul 30, 2010 10:49 am
by skelltor
How do i get ai to aim better i know its in the wepon odf and has like bubble multiplyer or something but what are the odf lines and how do the work? And what does this line do?
BarrageMin = "3"
BarrageMax = "8"
BarrageDelay = "1"
Re: ai aim better
Posted: Fri Jul 30, 2010 1:19 pm
by genaral_mitch
A quick look into the sniper rifle's com odf revealed these two lines:
Code: Select all
AIUseBubbleCircle = "1"
AIBubbleSizeMultiplier = "0.6"
Just put those into the weapon's odf.
Code: Select all
BarrageMin = "3"
BarrageMax = "8"
BarrageDelay = "1"
THAT^^ makes so when a unit fires the weapon, the minimum lasers they'll shoot is 3, and the most they'll shoot is 8.
Re: ai aim better
Posted: Fri Jul 30, 2010 1:24 pm
by skelltor
ok am i correct in saying the BarrageDelay = "1" means they wait one second than shoot 3-8 shots again? But what do the bubble size things mean is .6 more accurate than 6.0? and the circle thing means what?
Re: ai aim better
Posted: Fri Jul 30, 2010 1:46 pm
by genaral_mitch
I don't know what the circle part does, so I'd just keep it to 1.
skelltor wrote:ok am i correct in saying the BarrageDelay = "1" means they wait one second than shoot 3-8 shots again?
Correct.
skelltor wrote:But what do the bubble size things mean is .6 more accurate than 6.0? and the circle thing means what?
Just make the first number something like 2.0 or something, I remeber putting it pretty high on Felucia, so you can get sniped really easily.
Re: ai aim better
Posted: Fri Jul 30, 2010 1:48 pm
by skelltor
ok thx