ComplexAI
Posted: 29 Aug 2012, 09:57
This is my new AI for kernel panic's network faction/side. It so far beats all the Kernel Panic AI factions and up to 3 at once, all where different sides but same alliance. It is still a work in progress and I plan to expand it out to all of the factions and eventually to BA if i feel like it, that or i might make a new one. There are still errors and bugs but for 4 days work I am quite pleased, if you find one of the errors or bugs please let me know so I can improve it.
ComplexAI uses java since I know it better than lua. If anyone knows a way around building it on each computer please tell me since as of now I have experienced problems giving people the built version, but I included it anyway, maybe someone can explain. If there is a better way to just send it without requiring it to be compiled I would love to know.
To build:
Windows:
download apache-ant-1.8.4
make sure that you have java jdk6
open the 0.5 directory within the ComplexAI folder in the command prompt
in command prompt then type call "C:\..." replace the ... with the navigation to the directory with ant.bat, it is in the bin folder of the ant download; then after:
call "C:\..." jar
and it should work
Linuix:
I apologize if i am wrong but you should be able to go to the folder 0.5 in the terminal and then say ant jar or ant build jar something like that
Also I would like to thank 11Runner for helping with my code when I could not figure something out such as how to compile this AI, and blah1 for helping me bug test by fighting it.
I am uploading a newer version, I fixed some problems with units including the carrier becoming idle before the mission is completed.
ComplexAI uses java since I know it better than lua. If anyone knows a way around building it on each computer please tell me since as of now I have experienced problems giving people the built version, but I included it anyway, maybe someone can explain. If there is a better way to just send it without requiring it to be compiled I would love to know.
To build:
Windows:
download apache-ant-1.8.4
make sure that you have java jdk6
open the 0.5 directory within the ComplexAI folder in the command prompt
in command prompt then type call "C:\..." replace the ... with the navigation to the directory with ant.bat, it is in the bin folder of the ant download; then after:
call "C:\..." jar
and it should work
Linuix:
I apologize if i am wrong but you should be able to go to the folder 0.5 in the terminal and then say ant jar or ant build jar something like that
Also I would like to thank 11Runner for helping with my code when I could not figure something out such as how to compile this AI, and blah1 for helping me bug test by fighting it.
I am uploading a newer version, I fixed some problems with units including the carrier becoming idle before the mission is completed.