Errors in _Changeorder.txt

Stop here if you are eager to try in advance new patches!
Post Reply
User avatar
PanzerMike
Posts: 1218
Joined: Sun Apr 30, 2006 8:40 am

Errors in _Changeorder.txt

Post 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
User avatar
PanzerMike
Posts: 1218
Joined: Sun Apr 30, 2006 8:40 am

RE: Errors in _Changeorder.txt

Post by PanzerMike »

Just to be sure: did you see this, Alvaro?
User avatar
AlvaroSousa
Posts: 12127
Joined: Mon Jul 29, 2013 7:13 pm
Contact:

RE: Errors in _Changeorder.txt

Post by AlvaroSousa »

Got em. #1 is incorrect Novograd is 188,74 not 189,74
Creator Kraken Studios
- WarPlan
- WarPlan Pacific

Designer Strategic Command
- Brute Force (mod) SC2
- Assault on Communism SC2
- Assault on Democracy SC2
- Map Image Importer SC3
User avatar
PanzerMike
Posts: 1218
Joined: Sun Apr 30, 2006 8:40 am

RE: Errors in _Changeorder.txt

Post 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
Post Reply

Return to “WarPlan Open Beta Versions”