Page 1 of 1

Invasion

Posted: Thu Oct 24, 2024 1:00 pm
by HOTEC
//USA
$Invasion
if_Date=5/15/1944
lifespan=tillTrigger
actionCountry=3
xyArea=135,55
xyArea=134,61
range=8
landAssets=4
$End


a) What are xyAreas represented?
b) Is the range of 8 measured from the first or the second xyArea?
c) Is the landAssets the same as unit code? If so, 4=Army. However, USA does not have the Army.
d) I see a hqAsset including in some scripts. What is their difference?


$Invasion
if_Date=6/15/1944
lifespan=tillTrigger
//no Axis in England
landUnitInRadius=133,60,0,6,Axis
landUnitInRadius=131,68,0,3,Axis
landUnitInRadius=130,75,0,3,Axis
actionCountry=3
xyArea=130,48
xyArea=134,59
range=8
landAssets=7
$End

If I invade England and seize some cities, will there be no D-Day as shown in above script?

Re: Invasion

Posted: Fri Oct 25, 2024 10:54 am
by AlvaroSousa
A) Where to go to, then the A.I. will search for invasion marked boxed to invade within a the tactical range of the scenario hex radius I think this is usually 4 or 6 I forgot. 2nd XY is the starting place to pull units from

B) from both. But I forgot what the tactical range is for WP1. It is in the A.I. section of the editor and I just woke up.

C) How many land units to pull for the invasion

D) it means to send an HQ unit with the invasion

Re: Invasion

Posted: Fri Oct 25, 2024 1:07 pm
by HOTEC
Thanks.

How about this:
"If I invade England and seize some cities, will there be no D-Day as shown in above script?"

Re: Invasion

Posted: Fri Oct 25, 2024 1:11 pm
by HOTEC
When searching, is it clockwise or counter-clockwise? from inner to outer or vice versa?

Re: Invasion

Posted: Sun Oct 27, 2024 11:16 am
by AlvaroSousa
It is an area from the center hex.

Yes if England is invaded that script will be null.
You can put a "tillTrigger"
and an XYControl= to make sure once the Allies control the required hexes they invade.

Re: Invasion

Posted: Mon Oct 28, 2024 6:58 am
by HOTEC
Without delete the lines of landUnitInRadius, your suggestion by inserting the line of xyControl implies the "or" condition.
I think that they are all "and" conditions. These lines have to be deleted.

Correct me if I'm wrong.

Re: Invasion

Posted: Mon Oct 28, 2024 1:55 pm
by AlvaroSousa
all are and conditions.