mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-10-22 20:45:23 +02:00
Default pathfinding to A* to avoid older client crashes
This commit is contained in:
@@ -77,11 +77,11 @@ mob_pathfinding_stuck_timeout (How long before stuck mobs start searching) float
|
||||
# How long will mob follow path before giving up (default 5.0)
|
||||
mob_pathfinding_stuck_path_timeout (How long will mob follow path before giving up) float 5.0
|
||||
# Which pathfinding algorithm to use
|
||||
# - Dijkstra (default)
|
||||
# - Dijkstra
|
||||
# - A*_noprefetch (AStar_noprefetch)
|
||||
# - A* (AStar)
|
||||
# - A* (AStar) Default
|
||||
# (A* names differ cause Minetest doesn´t allow "*" in settings)
|
||||
mob_pathfinding_algorithm (pathfinding algorithm) enum Dijkstra Dijkstra,AStar_noprefetch,AStar
|
||||
mob_pathfinding_algorithm (pathfinding algorithm) enum Astar Dijkstra,AStar_noprefetch,AStar
|
||||
# max search distance from search positions (default 16)
|
||||
mob_pathfinding_searchdistance (path search distance) int 16
|
||||
# max jump height for pathfinding (default 4)
|
||||
|
Reference in New Issue
Block a user