A general-purpose mobs mod for minetest based on behavior trees.

Izzy bce6663d18 items, 5 年之前
behaviors 9db4f7af6a big nasty function to find flat areas 6 年之前
models cb03d9b5de add models from other mob mods. 7 年之前
scripts df48ed3aab tower script 6 年之前
sounds 35a60019a1 initial commit 9 年之前
textures cb03d9b5de add models from other mob mods. 7 年之前
.gitignore 87ad5d3e55 Initial commit 9 年之前
LICENSE 87ad5d3e55 Initial commit 9 年之前
README.md 768f3e633b Update README.md 7 年之前
api.lua 7e50b30d80 beginning to sort out a huge mess 6 年之前
api_fast.lua bce6663d18 items, 5 年之前
behavior.lua 6141061131 more entities, more scripts 6 年之前
depends.txt 35a60019a1 initial commit 9 年之前
entities.lua bce6663d18 items, 5 年之前
giant.lua a7838485dc split out animal step fn 6 年之前
init.lua bce6663d18 items, 5 年之前
items.lua bce6663d18 items, 5 年之前
license.txt 35a60019a1 initial commit 9 年之前
simple_api.lua 7e50b30d80 beginning to sort out a huge mess 6 年之前
spawner.lua eb8bbfab12 reasonably working basic step function 6 年之前
spawning.lua db0afa6a4c death and drops, 5 年之前

README.md

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