Page 1 of 1

Getting Lux Delux to load created AI

Posted: Tue Apr 19, 2011 1:15 am
by dsav09
Hi,

I recently created my own AI for Lux Delux but am having difficulty getting it to load so I can play against it/test to see if it works intelligently. I read the wiki article http://sillysoft.net/wiki/?WritingYourOwnAI
From that article I took it that I should put myAI.java AI into support/agent and that the game would show the AI in the home screen. However, this doesn't seem to happen.

I apologize if this question has been asked before, but I can't seem to find an answer thats working for me. Are there any steps I'm missing/should do?

Thanks for your help!

Posted: Tue Apr 19, 2011 4:14 am
by dustin
You need to compile your .java file into a .class file

Then put the .class file into the support/Agents folder.

Posted: Tue Apr 19, 2011 1:48 pm
by dsav09
Thanks, figured it out!

Though now I have to fix the many AI bugs!