minetest_mobehaviour/README.md

22 lines
593 B
Markdown
Raw Normal View History

2018-02-09 21:30:00 -08:00
# 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.
2016-01-19 19:21:22 -08:00
Based on Mobs (Redo) by PilzAdam, KrupnovPavel, Zeg9 and TenPlus1
https://forum.minetest.net/viewtopic.php?f=9&t=9917
2016-01-21 12:53:15 -08:00
## Usage
2016-01-21 12:59:52 -08:00
See http://gamasutra.com/blogs/ChrisSimpson/20140717/221339/Behavior_trees_for_AI_How_they_work.php for details of how behavior trees work
2016-01-21 12:53:15 -08:00
## Control Nodes
2016-01-21 12:59:52 -08:00
2016-01-21 12:53:15 -08:00
- Sequence
- Selector
2016-01-21 12:59:52 -08:00
- Priority
- Repeat
- UntilSuccess
- UntilFail
- Invert
- Fail
- Succeed