Page 1 of 1

Possible Bug: DE 302

Posted: Thu Nov 14, 2019 2:47 pm
by sschnar1
Version: 1.05.01
Allies: Player
Axis: AI

Question: is DE 302 triggering properly?
I get the Decision Event (302) for the USA to KEEP the French planes order.
In the two games I have played recently with this version, I have never received the two units in Chicago.

The way I read the script, VARIABLE_CONDITION, is that USA will not receive the planes until at war.

Can you please investigate.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; US DECISION EVENTS
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
;REMOVE1942
; The US Receives a Bombers from French Orders
{
#NAME= DE 302 - Tactical and Medium Bombers In Chicago
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 302[0]
#COUNTRY_ID= 115
#TRIGGER= 100
#PRIVATE= 0
#DISPLAY_TURN= 0
#FULL_RESEARCH= 0
#DATE= 1939/09/01
#FAILSAFE_DATE= 1948/01/01
#DESTINATION_RESOURCE= 10,50
; USA politically aligned with Allies and not surrendered
#VARIABLE_CONDITION= 115 [2] [100] [0]
; Dummy condition position (always satisfied)
#CONDITION_POSITION= 0,0 [0,0] [0,0] [0] [0]
#UNIT= 30 [10] [0] [5th]
#UNIT= 31 [10] [0] [1st]
}

Thank You

Steven

RE: Possible Bug: DE 302

Posted: Fri Nov 15, 2019 5:28 pm
by sschnar1
On further examination maybe its the #TYPE= 0 condition.
Maybe it should be '1' as the USA is not At War when DE 302 is fires.

; #TYPE= Values range [0, 3];
; With all other fields satisfied will this be:
; 0 = Single check regardless if #TRIGGER is satisfied
; 1 = Multiple check until #TRIGGER is satisfied

; 2 = Reoccuring check until end of game
; OR
; Once the #DATE field is satisfied:
; 3 = Event fires once if all other fields are satisfied, else it will not fire. Either way, event will be removed never to be looked at again


Hope this helps

Steven

RE: Possible Bug: DE 302

Posted: Sat Nov 16, 2019 4:50 am
by Azhraden
Hello,

I have the same problem in my last PBEM game against Sveint. (Version: 1.05.01)
I have never received the two units in Chicago nor even New-York (Manual)
I never had this problem with previous versions

Azhraden

RE: Possible Bug: DE 302

Posted: Mon Nov 18, 2019 7:51 am
by BillRunacre
Hi

Are the units arriving once the US has joined the Allies?

RE: Possible Bug: DE 302

Posted: Mon Nov 18, 2019 4:21 pm
by sschnar1
I was expecting the units to arrive when USA enters the War.

They never arrived.

Steven

RE: Possible Bug: DE 302

Posted: Mon Nov 18, 2019 4:44 pm
by BillRunacre
Ok, I'll look into this further, thanks.

RE: Possible Bug: DE 302

Posted: Sun Nov 24, 2019 10:39 am
by EarlyDoors
Yes the planes never appear

RE: Possible Bug: DE 302

Posted: Wed Feb 19, 2020 1:41 am
by sschnar1
I don't think version 1.06 is working with regards to DE 302, even though the read me file says that the units should arrive immediately.

Well, they did not, so I waited til the turn after Japan entered the war an still they did not arrive.

; The US Receives a Bombers from French Orders
{
#NAME= DE 302 - Tactical and Medium Bombers In Chicago
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 0
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 302[0]
#COUNTRY_ID= 115
#TRIGGER= 100
#PRIVATE= 0
#DISPLAY_TURN= 0
#FULL_RESEARCH= 0
#DATE= 1939/09/01
#FAILSAFE_DATE= 1948/01/01
#DESTINATION_RESOURCE= 10,50
; 1st Line - France politically aligned with Allies and surrendered
#VARIABLE_CONDITION= 40 [2] [100] [1]
; Dummy condition position (always satisfied)
#CONDITION_POSITION= 0,0 [0,0] [0,0] [0] [0]
#UNIT= 30 [10] [0] [5th]
#UNIT= 31 [10] [0] [1st]
}

Can you check into this again please.

Steven

RE: Possible Bug: DE 302

Posted: Wed Feb 19, 2020 9:59 am
by Hubert Cater
Hi sschnar1,

Can you confirm that this was from a fresh campaign started under v1.06 and not a continued campaign started under an earlier release?

Thanks,
Hubert

RE: Possible Bug: DE 302

Posted: Wed Feb 19, 2020 12:00 pm
by BillRunacre
The previous setting was that the US had to have joined the Allies to receive any aircraft, whereas now that isn't necessary, it just checks for France having surrendered. But the new change will only affect any games started with the latest patch.

RE: Possible Bug: DE 302

Posted: Wed Feb 19, 2020 2:36 pm
by sschnar1
Hi All,

Yes Hubert, this was a new game started using version 1.06

Steven

RE: Possible Bug: DE 302

Posted: Wed Feb 19, 2020 3:00 pm
by sschnar1
On further investigation.....

It is NOT Decision Event 302 that is firing...
#NAME= DE 302 - USA: Keep French Aircraft Or Send Them To The UK And Canada? (AI - 100% Yes)

It is Decision Event 318 that is firing...
#NAME= DE 318 - USA: Keep French Aircraft Or Send Them To France? (AI - 100% Yes)

There is no script for Decision Event 318[0].

Steven

RE: Possible Bug: DE 302

Posted: Mon Feb 24, 2020 9:41 pm
by Hubert Cater
Thanks sschnar1, this should be fixed now on our end.