Menu

#3 Doesn't work? :)

MAI 0.1
accepted
None
5
2013-03-31
2013-02-27
No

Seems IntelligentAI in SVN, doesn't match the current ModularAI? :)
I wanted to see if it would run on 0.92 :)

Discussion

  • Loid Thanead

    Loid Thanead - 2013-02-27

    Hi there!

    I have not tried the AI on 0.92 yet, I'm running the latest stable release (0.91) myself.
    It is quite possible that the Intelligent AI doesn't match the ModularAI version, however, it is rather straightforward to get your own ModularAI version up and running. At the moment I am using the following as my AI class:

    package myai;
    
    import mai.BaseModularAI;
    
    public class MyAI extends BaseModularAI
    {
        public MyAI()
        {
            super(100, true);
        }
    }
    

    And... that's it. I'd love to hear whether you can get it to work. If you have any questions, you're more than welcome to ask.

    Sincerely,
    Loid

    PS: Please note that the ModularAI itself is still very much an alpha version. The framework itself should work, but it is far from anything resembling an actual, working AI yet.

     
  • Loid Thanead

    Loid Thanead - 2013-03-31
    • status: open --> accepted
    • assigned_to: LoidThanead
     

Log in to post a comment.

MongoDB Logo MongoDB