Skip to content

Commit

Permalink
Bot improvements contributed by CYBERDEViL:
Browse files Browse the repository at this point in the history
 - Bots will choose a random Bomb Site / Escape Zone / VIP Safety Zone.
 - T-bots: fetch bomb backpack when it has been droppen.
 - T-bots: plant the bomb.
 - T-bots: roam the planted bomb.
 - CT-bots: random buy defusal kit.
 - CT-bots: defuse bomb.
 - CT-bots: roam the defuser.
 - Small waypoint adjustments for `de_dust2` which enables bots to
   successfully jump on the big boxes to B, and they jump more easy over the
   ridge from T spawn to B.
  • Loading branch information
eukara committed Jan 4, 2024
1 parent d2e841d commit 1c3fc2c
Show file tree
Hide file tree
Showing 6 changed files with 352 additions and 66 deletions.
1 change: 1 addition & 0 deletions src/server/bot.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
void CSBot_BombPlantedNotify(void);
void CSBot_HostageRescueNotify(void);
void CSBot_RoundStart(void);
void CSBot_RestartRound(void);
Loading

0 comments on commit 1c3fc2c

Please sign in to comment.