I use Balanced Annihilation 7.19 and my AI that build form NullOOJaviAI template.
Can any one suggest me?
1. how to collect the game data like
how many units does the enemy has?
the first way that I think is use some class in the library to collect the game data but I don't know which class to pick.
the second way is search them in the replay file but I don't know how to access it.
2. how to use run Fast Mode for skip the game animation and keep only the data?
Thank you
Fast Mode, Keep the result ?
Moderators: hoijui, Moderators
Re: Fast Mode, Keep the result ?
2) + and - to adjust game speed or type /skipf bla to skip to frame bla and /skipf +bla to skip forward bla frames without graphics.
Possibly it might be just /skip not sure. I think /skip is the same as /skipf just with the arguement as seconds.
Possibly it might be just /skip not sure. I think /skip is the same as /skipf just with the arguement as seconds.
Re: Fast Mode, Keep the result ?
non Lua AIs are only run when the game is running, not in a replay.
to run faster, do as knorke explained.
to get data about the enemy, use the AI callback. use the jar in your IDE to see what units are there.. search through them.
hope i got you right.
to run faster, do as knorke explained.
to get data about the enemy, use the AI callback. use the jar in your IDE to see what units are there.. search through them.
hope i got you right.