It's not working in version 85 to me, commands not work, i has to change all the code and put it in my AI to function properly
i have no idea what you have done, or even what problem you faced, but the good way to do it would have been, to report the problem(s). if you already did that, then you should have mentioned that here (and possibly linked to the mantis report). in other words.. this post is very confusing, and useless, sorry.
Zyre wrote:
UnitDef_iscommander insist to give me always a false...how if the unit is the commander ?? game = ba 7.63
the commander tag was removed in spring 85.0, so the engine does no longer know about this anymore. the function is only left in there so old AIs will still compile fine. if you want to make a general AI, you should probably not handle the commander differently then other units, and if you want to make an *A specific AI, you might regex search the unit name or something.
they are generated by the spring compilation process. it also generates a sources jar for the Java AI Interface, the OO Java AI Wrapper and each Java Skirmish AI. i would not know if there is some place where you could download them from directly.
they are generated by the spring compilation process. it also generates a sources jar for the Java AI Interface, the OO Java AI Wrapper and each Java Skirmish AI. i would not know if there is some place where you could download them from directly.
In the Spring download there is not source for the OO wrapper, only the Null OO AI
generated sources are not considered part of the sources (that is not a spring thing). if they are somewhere, then i would expect as sources jar in the windows installer or in some linux package, but i guess that is unlikely. the goal is to have an auto generated dev package for each interface/wrapper one day. i half a half done version of it for hte JavaOO wrapper locally. but i guess as of now you have to generate them yourself. the cmake generated makefile for spring has a target called generateSources.
Users browsing this forum: No registered users and 0 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum