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