Page 1 of 1
1.00.7U51 Strange allied FtgGar orders
Posted: Fri Apr 17, 2020 2:50 pm
by PanzerMike

The 3 marked locations in the screenshor are designated as FtrGar hexes. But these locations are no airfields; the terrain prohibits that. Is that right? If not, I propose the new locations inidicated with arrows
Oh, and if this is not right and they must be corrected, then the script needs adapting too:
//change air orders for USSR after Barbarossa - adapted by Panzermike
$ChangeOrder
if_Date=1/1/1939
if_Country=4
if_Alliance=Allies
actionCountry=4
lifespan=tillTrigger
//Remove air holds
xyArea=198,65,0
xyArea=199,64,0
xyArea=199,63,0
//xyArea=191,78,0 old value, the new value is xyArea=190,78,0
xyArea=190,78,0
//xyArea=191,75,0 old value, the new value is xyArea=192,75,0
xyArea=192,75,0
xyArea=184,71,0
xyArea=186,63,0
xyArea=188,54,0
xyArea=192,49,0
xyArea=191,51,0
//xyArea=186,69,0 old value, the new value is xyArea=188,69,0
xyArea=188,69,0
$End
RE: 1.00.7U51 Strange allied FtgGar orders
Posted: Fri Apr 17, 2020 4:56 pm
by AlvaroSousa
tx
RE: 1.00.7U51 Strange allied FtgGar orders
Posted: Fri Apr 17, 2020 5:05 pm
by AlvaroSousa
xyArea=188,69,0 change to xyArea=195,68,0
I need V Luki as a land defensive position.
These are only in 1939-1940 scenarios
RE: 1.00.7U51 Strange allied FtgGar orders
Posted: Fri Apr 17, 2020 5:34 pm
by PanzerMike
Okay.
In my mod I also moved the Soviet air unit accordingly, I suggest this be done in vanilla as well:

RE: 1.00.7U51 Strange allied FtgGar orders
Posted: Tue Apr 21, 2020 9:04 am
by PanzerMike
I think this is the correct script for removing the Air holds:
//[cONR_56] USSR: change air orders for USSR after Barbarossa - adapted by Panzermike
$ChangeOrder
if_Date=1/1/1939
if_Country=4
if_Alliance=Allies
actionCountry=4
lifespan=tillTrigger
//Remove air holds around Moscow
xyArea=198,65,0
xyArea=199,64,0
xyArea=199,63,0
// Remove air hold Volkhov
//xyArea=191,78,0 old value, the new value is xyArea=190,78,0
xyArea=190,78,0
// Remove air hold Kabozha
//xyArea=191,75,0 old value, the new value is xyArea=192,75,0
xyArea=192,75,0
// Remove air hold south of Pskov
xyArea=184,71,0
//xyArea=186,63,0 No air hold
// Remove air hold south of Kiev
xyArea=188,54,0
//xyArea=192,49,0 No air hold
//xyArea=191,51,0 No air hold
// Remove air hold east of Rhzev
//xyArea=186,69,0 old value, the new value is xyArea=195,68,0
xyArea=195,68,0
// Remove air hold west of Dnepropetrovsk
xyArea=193,52,0
// Remove air hold east of Nikolaev
xyArea=194,48,0
$End
RE: 1.00.7U51 Strange allied FtgGar orders
Posted: Tue Apr 21, 2020 12:41 pm
by AlvaroSousa
Did you change it or are you saying mine are wrong? The A.I. moves planes if they are threatened anyways
RE: 1.00.7U51 Strange allied FtgGar orders
Posted: Tue Apr 21, 2020 12:58 pm
by PanzerMike
Yours were wrong
RE: 1.00.7U51 Strange allied FtgGar orders
Posted: Tue Apr 21, 2020 4:50 pm
by AlvaroSousa
Ok changing