Page 1 of 1

Bug in _gatherAir.txt

Posted: Thu Feb 20, 2020 8:57 am
by PanzerMike
A bug in the _gatherAir.txt

//The next 4 are timed air movement orders
//Required so air doesn't bunch at Maginot Line
//move air to Netherlands
$GatherAir
if_Date=4/15/1939
if_Country=42
if_Surrender=true
lifespan=tillTrigger
actionCountry=6
airAssets=6
xyArea=153,71
$End
//PanzerMike: 153,71 is in Denmark, so this is clearly wrong! I think 149,60 would be good

RE: Bug in _gatherAir.txt

Posted: Thu Feb 20, 2020 1:15 pm
by AlvaroSousa
I changed it to xyArea=147,58

That is the perfect hex right on the Netherlands border of Belgium.

I was wondering why the air units weren't moving... duh. I thought it was an A.I. issue.

Thanks for spotting this.