View Issue Details

IDProjectCategoryView StatusLast Update
0002716The Dark ModAIpublic27.10.2011 05:17
Reportergrayman Assigned Tograyman  
PrioritynormalSeveritynormalReproducibilityalways
Status closedResolutionfixed 
PlatformWin32OSWindowsOS VersionXP
Product VersionTDM 1.05 
Target VersionTDM 1.05Fixed in VersionTDM 1.05 
Summary0002716: In Beleaguered Fence, a guard opens door *_13 from the floor below
DescriptionA guard approaches a stairwell. His path takes him up the stairwell to a path_corner, then to a door near the path_corner. He opens the door and walks through.

The door is one floor above the bottom of the stairwell.

In 1.02, this worked correctly.

In 1.05, as soon as he approaches the bottom of the stairwell, he sees the door on the floor above, and he sets up to handle it. He stops at the bottom of the stairwell, reaches for the door (which isn't there, but a floor above), and the door opens. He proceeds up the stairwell and through the door.
Additional InformationOne or both of the following could be happening:

1 - obstacle detection sees the door too early.

2 - the guard thinks he's arrived at the spot where he's to open the door, but the spot is a floor below the actual spot.

TagsNo tags attached.

Activities

grayman

grayman

31.03.2011 16:45

viewer   ~0003790

This fixes 0000001. 0000002 is a separate problem.

Disallow door recognition if:

the door bottom is more than 70 above the AI's feet

or

the door top is more than 30 below his feet.

rev 4739:

State.cpp
ai_pathing.cpp (not needed for the fix; just removed a leftover debugging comment)

Issue History

Date Modified Username Field Change
30.03.2011 13:22 grayman New Issue
30.03.2011 13:22 grayman Status new => assigned
30.03.2011 13:22 grayman Assigned To => grayman
31.03.2011 16:45 grayman Note Added: 0003790
31.03.2011 16:45 grayman Status assigned => resolved
31.03.2011 16:45 grayman Resolution open => fixed
31.03.2011 16:45 grayman Fixed in Version => TDM 1.05
31.03.2011 16:45 grayman Target Version => TDM 1.05
27.10.2011 05:17 greebo Status resolved => closed