diff --git a/main_shared/maps/mp/bots/_bot_utility.gsc b/main_shared/maps/mp/bots/_bot_utility.gsc index 1262a11..34faa64 100644 --- a/main_shared/maps/mp/bots/_bot_utility.gsc +++ b/main_shared/maps/mp/bots/_bot_utility.gsc @@ -1668,7 +1668,7 @@ AStarSearch(start, goal, team, greedy_path) // have certain types of nodes more expensive if (childtype == "climb" || childtype == "prone") - penalty++; + penalty += 4; //calc the total path we have took newg = bestNode.g + DistanceSquared(nodeorg, childorg)*penalty;//bots on same team's path are more expensive diff --git a/main_shared/todo.txt b/main_shared/todo.txt index e4e8159..e4becab 100644 --- a/main_shared/todo.txt +++ b/main_shared/todo.txt @@ -4,14 +4,9 @@ tube, grenade equipment waypoints use follow, camp redo goal (use mw2s) -_internal: -climb? (how) - _utility: -host assignment http _other: menu -code comments -documentation and tutorials \ No newline at end of file +documentation and tutorials