1.00.7U61 Please check this
Posted: Tue Apr 21, 2020 11:06 am
It looks to me, that the bombing of Sicily is double.
1) Start bombing campaign of Sicily march 1943 when Italy has surrendered
//[cONR_75] USA: Allied air land offensive vs Italy (Sicily) On
$ChangeOrder
if_Date=3/1/1943
if_Country=7
if_Surrender=true
lifespan=tillTrigger
actionCountry=3
xyArea=152,21,7
xyArea=152,24,6
xyArea=153,20,6
xyArea=153,21,6
xyArea=153,22,6
xyArea=153,23,4
xyArea=154,20,6
xyArea=154,21,6
xyArea=154,22,6
xyArea=154,23,4
xyArea=154,24,4
xyArea=155,19,6
xyArea=155,20,6
xyArea=155,22,4
$End
2) End bombing campaign of Sicily march 1943 when there are 0 Axis units on Sicily (except for Messina)
//[cONR_76] USA: Allied air land offensive vs Italy (Sicily) Off
$ChangeOrder
if_Date=3/1/1943
if_Country=7
if_Surrender=true
landUnitInRadius=160,25,0,2,Axis
lifespan=tillTrigger
actionCountry=3
xyArea=152,21,0
xyArea=152,24,0
xyArea=153,20,0
xyArea=153,21,0
xyArea=153,22,0
xyArea=153,23,0
xyArea=154,20,0
xyArea=154,21,0
xyArea=154,22,0
xyArea=154,23,0
xyArea=154,24,0
xyArea=155,19,0
xyArea=155,20,0
xyArea=155,22,0
$End
Okay, bombing on and bombinf off. I get it.
But further up in the _changeOrders.txt I see these two orders:
1) Start bombing Sicily
//[cONR_81] USA: Allies start bombing missions february 1943 for Invasion of Italy when they control Tunis
$ChangeOrder
if_Date=2/1/1943
if_Country=3
xyControl=154,23,Allies
lifespan=tillTrigger
actionCountry=3
xyArea=152,21,7
$End
2) Stop bombing Sicily
//[cONR_82] USA: Allies cancel bombing missions march 1943 on Sicily when on shore and objectives taken
$ChangeOrder
if_Date=3/1/1943
if_Country=3
//All ports in Sicily
xyControl=162,26,Allies // mistake, Messina is at 163,26
xyControl=163,26,Allies
xyControl=160,26,Allies
xyControl=162,24,Allies
lifespan=tillTrigger
actionCountry=3
xyArea=152,21,0
$End
Two sets of orders for the same purpose of bombing Sicily it seems. Is this right?
Ow, and the last order (with ID [cONR_82]) contains a mistake: wrong coordinates for the port of Messina.
1) Start bombing campaign of Sicily march 1943 when Italy has surrendered
//[cONR_75] USA: Allied air land offensive vs Italy (Sicily) On
$ChangeOrder
if_Date=3/1/1943
if_Country=7
if_Surrender=true
lifespan=tillTrigger
actionCountry=3
xyArea=152,21,7
xyArea=152,24,6
xyArea=153,20,6
xyArea=153,21,6
xyArea=153,22,6
xyArea=153,23,4
xyArea=154,20,6
xyArea=154,21,6
xyArea=154,22,6
xyArea=154,23,4
xyArea=154,24,4
xyArea=155,19,6
xyArea=155,20,6
xyArea=155,22,4
$End
2) End bombing campaign of Sicily march 1943 when there are 0 Axis units on Sicily (except for Messina)
//[cONR_76] USA: Allied air land offensive vs Italy (Sicily) Off
$ChangeOrder
if_Date=3/1/1943
if_Country=7
if_Surrender=true
landUnitInRadius=160,25,0,2,Axis
lifespan=tillTrigger
actionCountry=3
xyArea=152,21,0
xyArea=152,24,0
xyArea=153,20,0
xyArea=153,21,0
xyArea=153,22,0
xyArea=153,23,0
xyArea=154,20,0
xyArea=154,21,0
xyArea=154,22,0
xyArea=154,23,0
xyArea=154,24,0
xyArea=155,19,0
xyArea=155,20,0
xyArea=155,22,0
$End
Okay, bombing on and bombinf off. I get it.
But further up in the _changeOrders.txt I see these two orders:
1) Start bombing Sicily
//[cONR_81] USA: Allies start bombing missions february 1943 for Invasion of Italy when they control Tunis
$ChangeOrder
if_Date=2/1/1943
if_Country=3
xyControl=154,23,Allies
lifespan=tillTrigger
actionCountry=3
xyArea=152,21,7
$End
2) Stop bombing Sicily
//[cONR_82] USA: Allies cancel bombing missions march 1943 on Sicily when on shore and objectives taken
$ChangeOrder
if_Date=3/1/1943
if_Country=3
//All ports in Sicily
xyControl=162,26,Allies // mistake, Messina is at 163,26
xyControl=163,26,Allies
xyControl=160,26,Allies
xyControl=162,24,Allies
lifespan=tillTrigger
actionCountry=3
xyArea=152,21,0
$End
Two sets of orders for the same purpose of bombing Sicily it seems. Is this right?
Ow, and the last order (with ID [cONR_82]) contains a mistake: wrong coordinates for the port of Messina.