Page 2 of 2
Re: Technical issues - about modifying AI
Posted: Sun Nov 17, 2013 1:00 pm
by South
Got another problem in AI...how can I make AI use custom abilities, like a newly designed call-in ability in commander tree? The ability itself was done and works properly.
Re: Technical issues - about modifying AI
Posted: Sun Nov 17, 2013 1:29 pm
by I_am_a_Spoon
Add it to the following file:
"ModernCombat/Data/ai/personality/player_ability_defs_coh.ai"
Re: Technical issues - about modifying AI
Posted: Sun Nov 17, 2013 2:07 pm
by Darkbladecr
Or if its a doc ability look in the ability.rgd and check the AI section. You can then reuse one of the coded conditions that another ability uses to make it be used similarly like the AI. For example an Off-map barrage.
Re: Technical issues - about modifying AI
Posted: Mon Nov 18, 2013 2:08 am
by South
I_am_a_Spoon wrote:Add it to the following file:
"ModernCombat/Data/ai/personality/player_ability_defs_coh.ai"
Thank you, it works.
