Page 1 of 1

Looking for help or tutorial

Posted: 03 Sep 2010, 20:04
by elias79
I trying to make some of the other AIa work expect rai that work fine.

What is my best option ?

I was hoping to get E323 high templar to work preferably, but it builds 3 metal and 3 solar then stops.

http://codepaste.net/76hmr7

Re: Looking for help or tutorial

Posted: 04 Sep 2010, 16:40
by slogic
Why don't you ask more in related AI thread? It does not build more because you have marked NO factories. Look into another config files for samples. Config autogenerator is far from being perfect.

Re: Looking for help or tutorial

Posted: 04 Sep 2010, 19:29
by elias79
It ignored categorization file and builds anyway

i tested making an file containing only commander and one factory.

Re: Looking for help or tutorial

Posted: 05 Sep 2010, 08:50
by hoijui
if KAIK does not work, you would have to know C++ (well) to make it work. AAI needs config files, but even if you have those setup for your mod, it might still need C++ changes to work.
btw, most important thing you left out in your first post: its for Mega Annihilation

Re: Looking for help or tutorial

Posted: 05 Sep 2010, 22:40
by slogic
elias79 wrote:It ignored categorization file and builds anyway

i tested making an file containing only commander and one factory.
It can ignore it only if there is "TEMPLATE" string in "<shortmodname>-config.cfg" file.

Here is proper factory definition (bold part is what you've missed):

clanvp,LAND,STATIC,BUILDER,ASSISTER,FACTORY,VEHICLE,TECH1

Re: Looking for help or tutorial

Posted: 07 Sep 2010, 00:57
by elias79
Thanks very much, the .1 update seems to fix it, if it does i love you :shock: