Getting data from AAI?
Posted: 26 Nov 2010, 21:04
I have to collect the following data while AAI is working (I have to get them to calculate in my java app and push some output back to game console) :
1 number of units of type x that the AAI has
2 number of opponent's units of type x
3 fraction of the environment that is visible to the AAI
4 number of units of the my AI within a radius r of the opponent's commander
5 fraction of the environment that is visible to the opponent's commander within the radius r
6 number of units of the opponent within a radius r of the AAI's commander
7 fraction of the environment that is visible to AAI's commander within the radius r
At any time during the game, how can I retrieve the above data?
Thank you for your kindness
1 number of units of type x that the AAI has
2 number of opponent's units of type x
3 fraction of the environment that is visible to the AAI
4 number of units of the my AI within a radius r of the opponent's commander
5 fraction of the environment that is visible to the opponent's commander within the radius r
6 number of units of the opponent within a radius r of the AAI's commander
7 fraction of the environment that is visible to AAI's commander within the radius r
At any time during the game, how can I retrieve the above data?
Thank you for your kindness