Difference between revisions of "Dino BT"

From ARK Modding Wiki
Jump to navigation Jump to search
 
Line 11: Line 11:
 
This is of particular interest if the standard flee/attack mechanic should be overridden with more choices.
 
This is of particular interest if the standard flee/attack mechanic should be overridden with more choices.
  
===Has Target===
+
===Has Enemy===
 
[[File:Attacking DR.png|none]]
 
[[File:Attacking DR.png|none]]
  

Latest revision as of 14:58, 30 January 2017


General

Dino_BT is the main behavior tree for animal characters in ARK.

Noteworthy Areas

Has Target

HasTargetSelector.png

This selector is called if a target has been found and determines what to do now. This is of particular interest if the standard flee/attack mechanic should be overridden with more choices.

Has Enemy

Attacking DR.png

This selector is called if a target has been found and determined as enemy. By default the selector first checks if the dino is a baby, if so calls the "Baby Has Enemy Behavior". Next forced aggro is checked, if that also fails, the standard "Has Enemy Behavior" is called. This is of interest if e.g. tamed herbivores should not defend their owner, but rather flee.