Search found 5 matches
- 29 Jan 2011, 10:37
- Forum: AI
- Topic: JavaOOAI Cheats class missing methods
- Replies: 4
- Views: 1291
Re: JavaOOAI Cheats class missing methods
Finally got it to compile and run. It doesn't look like the Java object-oriented AI interface was generated at all, though I'm still looking around to see what I might have missed. The functions I need were successfully generated in the non-OO Java interface, so I guess I can just switch to that if ...
- 27 Jan 2011, 21:20
- Forum: AI
- Topic: JavaOOAI Cheats class missing methods
- Replies: 4
- Views: 1291
Re: JavaOOAI Cheats class missing methods
I'm using the release right now; sometime tonight I'll compile the master and try that.
I imported and looked through the -src jar before I posted. The Cheats class declaration is there, and it has everything except giveMeUnits and giveMeResources.
I imported and looked through the -src jar before I posted. The Cheats class declaration is there, and it has everything except giveMeUnits and giveMeResources.
- 27 Jan 2011, 07:30
- Forum: AI
- Topic: JavaOOAI Cheats class missing methods
- Replies: 4
- Views: 1291
JavaOOAI Cheats class missing methods
Short story: I want to run some machine learning algorithms on Spring armies. To do this I'm trying to write something that will generate random armies, make them fight, and record the outcomes, and an AI seemed like the best way to do it. I'm using the Java OOAI interface to hook into Spring, since...
- 03 Nov 2010, 08:08
- Forum: Lua Scripts
- Topic: extern variables?
- Replies: 3
- Views: 588
Re: extern variables?
Hah. Suddenly everything makes sense. WG for "Widget Global".
I already have gl figured out, so I think I'll be ready to put up a project thread by the end of the week. Thanks for the help.
I already have gl figured out, so I think I'll be ready to put up a project thread by the end of the week. Thanks for the help.
- 03 Nov 2010, 07:37
- Forum: Lua Scripts
- Topic: extern variables?
- Replies: 3
- Views: 588
extern variables?
I'm attempting to write a widget for profiling and controlling your metal maker economy. Basically, it would let you quickly select your hover target, it would let you force on or force off all of your makers at once, and it would tell you roughly how much energy and metal your metal makers are deal...