swaffy.. thank you.. but you seem to be missing the fact that there are humans also playing.. ? ai might 'see' an invisible object but humans sure won't. thats why I suggested the special collisions group which the ai might 'see' but nothing would 'hit'
Code: Select all
aiTemplatePlugIn.pitchLookAhead 1.2
aiTemplatePlugIn.maxRollAngle 1.0
aiTemplatePlugIn.maxClimbAngle 1.2
as for these puppies..! well I have been screwing around with them and the results are less than clear most of the time.
Angles are in radians, which is simple enough (but why the flip do we have to work in radians and degrees in the same game..ugh..)
1.2 radians = 68.7549354 degrees
1.6 radians = 91.6732472 degrees..
so 1.59.. ish... would be an absolute maximum logical climb angle before it made more sense to just turn around. (I tried a setting of 2.0 before I understood this was in radians and a few of the planes did a weird backflip..
but the
lookahead stuff.. I just dont get it. clearly
1.2 is not
1.2 meters 
so what is it? anyone? heheh I have tried setting it to 2, 50, 200, 5 zillion... and none seem to change the point where Mr Ai actually makes a call on the terrain ahead!
maybe (probably) its also linked to radians.. but I don't get it yet.
It may be related to something else in the PCO or indeed general game setup. like view distance..
POTAmatt wrote: peaks that are higher than the planes apparent max altitude..
this is not true I dont think. their issue is trying to climb too late.. if they spawn higher than the peaks.. and the SA is higher than the peaks.. then they will all happily fly above the peaks to the SA

and not drop to a 'max altitude' I mean
Code: Select all
Physics.airDensityZeroAtHeight 6000
this is twice the height of the peaks too so should not be be limiting any aircraft,
aside from all of this.. the most amusing / dissapointing thing is that when you do see 32 Germans flying straight at 32 Brits.. when they get close.. they all do a dance and avoid each other.. without a single shot fired.. in fact for the first time today I saw 'German killed Brit'.. and I got excited, but sadly it was just a collision
Matt, fyi I am not working on anything different to what I sent you.. just literally tweaking these settings that Apache posted for the planes.