A way to make the AI spread corporations more?

Badtz Maru

King
Joined
Oct 30, 2001
Messages
674
I would like the AI civilizations to be more aggressive about spreading their corporations to foreign civilizations. Is there an XML way of doing this (I'm thinking maybe redefining executives as missionaries)?
 
The Executives are already defined as Missionaries.

You would have to alter the actual AI code. First you would have to alter the part that decides what to build (if the AI doesn't see a good spot to use one on, it is unlikely to make it). Then you would have to alter the part that gives the order to the Exec once it is built, so that it actually gets sent to whatever location was deemed a good use of it when its construction was ordered.
 
You might be able to increase the chance the AI builds and uses them is by change the AIweight in the unitinfos.xml file.
Code:
			<iAIWeight>0</iAIWeight>

Not sure if the would work but it's always worth a go! Hope this helps. :thumbsup:
 
Top Bottom