minetest_mobehaviour/README.md

593 B

minetest_mobehavior

A general-purpose mobs mod based on behavior trees. This is the active fork of my minetest_giants mod. Work on the giants mod will resume after this mod is stable and reasonably complete.

Based on Mobs (Redo) by PilzAdam, KrupnovPavel, Zeg9 and TenPlus1 https://forum.minetest.net/viewtopic.php?f=9&t=9917

Usage

See http://gamasutra.com/blogs/ChrisSimpson/20140717/221339/Behavior_trees_for_AI_How_they_work.php for details of how behavior trees work

Control Nodes

  • Sequence
  • Selector
  • Priority
  • Repeat
  • UntilSuccess
  • UntilFail
  • Invert
  • Fail
  • Succeed