Got the same. Artillery does not want to attack the tanks farther than 400+ meters.
Here is my Weight code for DefaultArtilleryTargeting.cs
Weight = 10000 + (100 - s.Speed) + (1000 - s.Distance) + (s.CanHit ? 1000 : 5)
Aevitas, can You explain some fields of Object structure, like...