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