View Issue Details

IDProjectCategoryView StatusLast Update
0003745The Dark ModAIpublic21.12.2018 21:40
Reportergrayman Assigned Tograyman  
PrioritynormalSeveritynormalReproducibilityalways
Status resolvedResolutionfixed 
Product VersionTDM 2.02 
Target VersionTDM 2.02Fixed in VersionTDM 2.02 
Summary0003745: AI gets confused when a double door's movement is interrupted
DescriptionWhen an AI closes a double door, he only uses one of the doors. The second door mimics the behavior of the first door, except when the second door's movement is interrupted. In that case, the first door closes and the second door doesn't.

At this point, the AI becomes confused, and wanders around, apparently trying to walk back through the doors. All he should need to do is move a short distance and close the second door.

Additional InformationThe AI will close the first door, notice that the second door is still open, and he'll want to close it. But code added for issue 0003390 was disturbed by the new door interruption code in 2.02, causing the AI to become confused when it came time to close the second door.
TagsNo tags attached.

Relationships

related to 0002841 resolvedgrayman AI have problems with double doors marked "shouldBeClosed" 

Activities

grayman

grayman

06.06.2014 04:18

viewer   ~0006659

AI’s confusion stemmed from him thinking he was on the other side of the door.

Rev. 6027:

HandleDoorTask.cpp

Issue History

Date Modified Username Field Change
06.06.2014 04:01 grayman New Issue
06.06.2014 04:01 grayman Status new => assigned
06.06.2014 04:01 grayman Assigned To => grayman
06.06.2014 04:18 grayman Note Added: 0006659
06.06.2014 04:18 grayman Status assigned => resolved
06.06.2014 04:18 grayman Resolution open => fixed
06.06.2014 04:18 grayman Fixed in Version => TDM 2.02
06.06.2018 14:44 nbohr1more Relationship added related to 0004823
06.06.2018 15:10 nbohr1more Relationship deleted related to 0004823
21.12.2018 21:40 nbohr1more Relationship added related to 0002841