how to change AI combat, AI tactics?

dartmor

Chieftain
Joined
Oct 23, 2010
Messages
55
Location
Russia
I was thinking why my changes on combat system are not working as i want them to. The problem is that i didn't changed AI tactics. What are the limits to change AI through XML/DLL/SDK/LUA?

I've found xml AI tactic moves, but it only allows to make minor changes. And i didn't find how to make any changes through lua.
 
if you want to change AI combat using Lua, you'll have to code what you want to do from scratch, and your mod will take a lot of time computing the moves...

So if you want to really mod combat AI without limits, the only realist option is the DLL.
 
Back
Top Bottom