SOE USSR Guard scripts using wrong coords for Stalino

Post bug reports and ask for help with other issues here.
Post Reply
DarkHorse2
Posts: 1070
Joined: Fri Feb 04, 2022 12:08 pm

SOE USSR Guard scripts using wrong coords for Stalino

Post by DarkHorse2 »

Assuming the comments regarding Stalino are correct and that is the intended ACTIVATE_POSITION location...

Stalino(221,86) is not located at 219,85.

FYI - the coords for the other cities appear to be correct.

Code: Select all

{
#NAME= USSR Guard - Stalingrad Defensive Line (Rostov)
#POPUP=
#FLAG= 1
#TYPE= 1
#COUNTRY_ID= 116
#TRIGGER= 100
#LEVEL= 0
; Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
; Set link value to always trigger (dummy value)
#LINK= 0[0]
#LENGTH= 10
#HOLD= 2
#ADD_HQ= 1
#GOAL_POSITION= 225,88
#GOAL_POSITION= 226,89
#GOAL_POSITION= 227,88
#GOAL_POSITION= 228,88
#DATE= 1939/09/01
#STEAL= 0
; Set friendly positions:
; 1st Line - Stalingrad
#FRIENDLY_POSITION= 234,85
; Set variable conditions:
; 1st Line - USSR politically aligned with Allies and not surrendered
#VARIABLE_CONDITION= 116 [2] [100] [0]
; Set tactical conditions:
; 1st Line - Perm not tactically threatened (dummy condition)
#TACTICAL_CONDITION= 257,58 [3]
; Axis units near Stalino OR
; Axis units near Belgorod
#ACTIVATE_POSITION= 219,85 [4,4] [1,1] [1]
#ACTIVATE_POSITION= 219,80 [4,4] [1,1] [1]
; Allied units in range of Le Mans (France, D-Day)
#CANCEL_POSITION= 147,86 [8,8] [5,5] [2]
}

{
#NAME= USSR Guard - Stalingrad Defensive Line (Kotelnikovo)
#POPUP=
#FLAG= 1
#TYPE= 1
#COUNTRY_ID= 116
#TRIGGER= 100
#LEVEL= 0
; Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
; Set link value to always trigger (dummy value)
#LINK= 0[0]
#LENGTH= 10
#HOLD= 2
#ADD_HQ= 1
#GOAL_POSITION= 231,86
#GOAL_POSITION= 230,87
#GOAL_POSITION= 229,87
#DATE= 1939/09/01
#STEAL= 0
; Set friendly positions:
; 1st Line - Stalingrad
#FRIENDLY_POSITION= 234,85
; Set variable conditions:
; 1st Line - USSR politically aligned with Allies and not surrendered
#VARIABLE_CONDITION= 116 [2] [100] [0]
; Set tactical conditions:
; 1st Line - Perm not tactically threatened (dummy condition)
#TACTICAL_CONDITION= 257,58 [3]
; Axis units near Stalino OR
; Axis units near Belgorod
#ACTIVATE_POSITION= 219,85 [4,4] [1,1] [1]
#ACTIVATE_POSITION= 219,80 [4,4] [1,1] [1]
; Allied units in range of Le Mans (France, D-Day)
#CANCEL_POSITION= 147,86 [8,8] [5,5] [2]
}

{
#NAME= USSR Guard - Stalingrad Defensive Line (Kantemirkova)
#POPUP=
#FLAG= 1
#TYPE= 1
#COUNTRY_ID= 116
#TRIGGER= 100
#LEVEL= 0
; Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
; Set link value to always trigger (dummy value)
#LINK= 0[0]
#LENGTH= 10
#HOLD= 2
#ADD_HQ= 1  
#GOAL_POSITION= 225,82
#GOAL_POSITION= 226,82
#GOAL_POSITION= 226,81
#GOAL_POSITION= 225,80
#GOAL_POSITION= 225,79
#GOAL_POSITION= 227,82
#GOAL_POSITION= 228,83
#DATE= 1939/09/01
#STEAL= 0
; Set friendly positions:
; 1st Line - Stalingrad
#FRIENDLY_POSITION= 234,85
; Set variable conditions:
; 1st Line - USSR politically aligned with Allies and not surrendered
#VARIABLE_CONDITION= 116 [2] [100] [0]
; Set tactical conditions:
; 1st Line - Perm not tactically threatened (dummy condition)
#TACTICAL_CONDITION= 257,58 [3]
; Axis units near Stalino OR
; Axis units near Belgorod
#ACTIVATE_POSITION= 219,85 [4,4] [1,1] [1]
#ACTIVATE_POSITION= 219,80 [4,4] [1,1] [1]
; Allied units in range of Le Mans (France, D-Day)
#CANCEL_POSITION= 147,86 [8,8] [5,5] [2]
}

{
#NAME= USSR Guard - Stalingrad Defensive Line
#POPUP=
#FLAG= 1
#TYPE= 1
#COUNTRY_ID= 116
#TRIGGER= 100
#LEVEL= 0
; Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
; Set link value to always trigger (dummy value)
#LINK= 0[0]
#LENGTH= 10
#HOLD= 2
#ADD_HQ= 1
#GOAL_POSITION= 234,85
#GOAL_POSITION= 232,86
#GOAL_POSITION= 232,85
#GOAL_POSITION= 232,84
#GOAL_POSITION= 231,83
#GOAL_POSITION= 230,84
#GOAL_POSITION= 229,83
#DATE= 1939/09/01
#STEAL= 0
; Set friendly positions:
; 1st Line - Stalingrad
#FRIENDLY_POSITION= 234,85
; Set variable conditions:
; 1st Line - USSR politically aligned with Allies and not surrendered
#VARIABLE_CONDITION= 116 [2] [100] [0]
; Set tactical conditions:
; 1st Line - Perm not tactically threatened (dummy condition)
#TACTICAL_CONDITION= 257,58 [3]
; Axis units near Stalino OR
; Axis units near Belgorod
#ACTIVATE_POSITION= 219,85 [4,4] [1,1] [1]
#ACTIVATE_POSITION= 219,80 [4,4] [1,1] [1]
; Allied units in range of Le Mans (France, D-Day)
#CANCEL_POSITION= 147,86 [8,8] [5,5] [2]
}
User avatar
Hubert Cater
Posts: 5986
Joined: Mon Jul 22, 2013 11:42 am
Contact:

Re: SOE USSR Guard scripts using wrong coords for Stalino

Post by Hubert Cater »

Sometimes the comments are not exact, I believe the location is intentional and likely just meant 'near' Stalino
DarkHorse2
Posts: 1070
Joined: Fri Feb 04, 2022 12:08 pm

Re: SOE USSR Guard scripts using wrong coords for Stalino

Post by DarkHorse2 »

Fair enough.

Thank you.
Post Reply

Return to “Tech Support”