View Issue Details

IDProjectCategoryView StatusLast Update
0003980The Dark ModAIpublic11.02.2024 00:52
Reportergrayman Assigned To 
PrioritynormalSeveritynormalReproducibilityalways
Status newResolutionopen 
Product VersionTDM 2.03 
Summary0003980: AI coming off a search might backtrack when patrolling
DescriptionAs an AI approaches a path_corner, and a searchable event happens beyond that path_corner, he runs off to participate in that search.

When he leaves the search, he goes back on patrol by proceeding to his next path_corner, which is the one he was approaching when he ran off to search.

When he reaches that path_corner, he turns around and continues his path, possibly walking through the area he just searched.

What _should_ happen is that under these conditions, he should skip the path_corner he was approaching, and proceed toward the next path_corner on the patrol.

Additional InformationThe solution might be as simple as comparing the distance from the AI to the search origin against the distance from the AI to his current path_corner target. If the former is shorter than the latter, nothing special needs to be done. But if the former is longer than the latter, then he should skip the current path_corner and target what it targets.
Tagspathfinding

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
19.12.2014 14:54 grayman New Issue
12.10.2015 12:26 grayman Target Version TDM 2.04 =>
11.02.2024 00:52 Fiver Tag Attached: pathfinding