Skip to content

Bot fixes

terencehill requested to merge terencehill/bot_fix into master

Fixes:

  1. bots avoid jumppads
  2. bots get stuck on certain jumppads (see map Implosion)
  3. bots stop for a while when they find the void in front of them
  4. bots avoid paths with harmless holes, often get stuck in there (see map Implosion)
  5. bots fall off the map when the goal is on the edge (see map Dance)
  6. bots fall off the map when the goal is on an unreachable place above the void
  7. bots sometimes think they used a jumppad even if they don't, potentially leading them to dangerous paths (see map Xoylent)
  8. bots overrate weapons (especially the already owned ones) in path finding, they look for them almost exclusively
  9. bots ignore dropped weapons completely

Improvements:

  • item rating in path finding is more balanced now

Merge request reports