Page 1 of 1

Errors in _Changeorder.txt

Posted: Sat Mar 21, 2020 5:23 pm
by PanzerMike
Copy paste error in the script. Corrections in green by yours truly:
//USSR move defense line if Novograd falls - corrected by PanzerMike
$ChangeOrder
if_Date=1/1/1941
//xyControl=187,77,Axis
xyControl=189,74,Axis
actionCountry=4
lifespan=tillTrigger
xyArea=189,74,1
xyArea=189,73,1
xyArea=189,72,1
$End

//USSR move defense line if Stalingrad falls - corrected by PanzerMike
$ChangeOrder
if_Date=1/1/1941
//xyControl=187,77,Axis
xyControl=213,52,Axis
actionCountry=4
lifespan=tillTrigger
xyArea=189,74,1
xyArea=189,73,1
xyArea=189,72,1
$End


This one is present twice, one should be removed:
//USSR retreat Marshes when Axis are close to Kiev and Gomel
$ChangeOrder
if_Country=4
if_Date=1/1/1939
if_Alliance=Allies
lifespan=tillTrigger
xyControl=188,56,Axis
xyControl=186,63,Axis
actionCountry=4
xyArea=183,59,31
$End

//USSR retreat Marshes when Axis are close to Kiev and Gomel
$ChangeOrder
if_Country=4
if_Date=1/1/1939
if_Alliance=Allies
lifespan=tillTrigger
xyControl=188,56,Axis
xyControl=186,63,Axis
actionCountry=4
xyArea=183,59,31
$End

RE: Errors in _Changeorder.txt

Posted: Sun Mar 22, 2020 1:03 pm
by PanzerMike
Just to be sure: did you see this, Alvaro?

RE: Errors in _Changeorder.txt

Posted: Sun Mar 22, 2020 3:22 pm
by AlvaroSousa
Got em. #1 is incorrect Novograd is 188,74 not 189,74

RE: Errors in _Changeorder.txt

Posted: Mon Mar 23, 2020 1:46 pm
by PanzerMike
You're right. It should be like this:

//USSR move defense line if Novograd falls
$ChangeOrder
if_Date=1/1/1941
//xyControl=187,77,Axis
xyControl=188,74,Axis
actionCountry=4
lifespan=tillTrigger
xyArea=189,74,1
xyArea=189,73,1
xyArea=189,72,1
$End

//USSR move defense line if Stalingrad falls
$ChangeOrder
if_Date=1/1/1941
//xyControl=187,77,Axis
xyControl=213,52,Axis
actionCountry=4
lifespan=tillTrigger
xyArea=189,74,1
xyArea=189,73,1
xyArea=189,72,1
$End