AAI v0.90 in SVN / latest Spring release - Page 4

AAI v0.90 in SVN / latest Spring release

Here is where ideas can be collected for the skirmish AI in development

Moderators: hoijui, Moderators

User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: AAI v0.90 in SVN / latest Spring release

Post by hoijui »

AAI with core works fine here on master. there is also nothing like what you show there in the log files.
was alos not able to see lag spikes related to AAI, though there were lag spikes due to a problem with pathing in current spring master.
i used profiling instructions here:
http://springrts.com/wiki/Engine_Profiling#Linux
User avatar
daryl
Posts: 195
Joined: 08 Oct 2006, 10:33

Re: AAI v0.90 in SVN / latest Spring release

Post by daryl »

hi!
I noticed when AAI build, for example, a vehicle plant made with a .3DO model, AAI use this plant to build the vehicles ( all work fine ).
If I replace the .3DO model of the vehicle plant with a .S3O model ( correctly made with model radius, height and texture 1 etc. ), AAI build the vehicle plant but don't use it to build the vehicles and the plant stay idle.
what I wrong?
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: AAI v0.90 in SVN / latest Spring release

Post by AF »

The type of model has nothing to do with the AI, it is a modding issue. Your change has modified the unit beyond pure visuals
User avatar
daryl
Posts: 195
Joined: 08 Oct 2006, 10:33

Re: AAI v0.90 in SVN / latest Spring release

Post by daryl »

AF wrote:The type of model has nothing to do with the AI, it is a modding issue. Your change has modified the unit beyond pure visuals
mmmm...
so i changed, in the unit file, this string:

from
objectName=CORVP; ( this use .3do model)

to
objectName=CORVP.s3o; ( this use .3so model)

i don't changed anything..
.s3o work fine with other AI. I would like understand where i wrong....
:?: :?: :?: :?:
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Re: AAI v0.90 in SVN / latest Spring release

Post by AF »

the model file isnt just visuals, it has other information that can have an impact on the unit itself. It appears that these are things affecting values AAI uses, but other AIs do not.
Post Reply

Return to “AI”