Fork of the Counter Strike 1.6 bot modification YAPB - https://github.com/yapb/yapb/tree/master to make the Noob/easy difficulty easier
Find a file
jeefo e7712a551a
backport: nodes flooder (analyzer) from cs-ebot
analyze: allow to disable goal marking
analyze: add cvars descriptions and bounds
nav: added optional post path smoothing for astar algorithm
nav: now bots will use Dijkstra algo instead of floyd-warshall if memory usage too high (controlled via yb_path_floyd_memory_limit cvar) (fixes #434)
nav: vistable are now calculated every frame to prevent game-freeze during loading the game (fixes #434)
graph: pracrice reworked to hash table so memory footprint is as low as possible (at cost 5-10% performance loss on practice) (fixes #434)
control: bots commands now is case-insensitive
bot: major refactoring of bot's code
nav: issue warnings about path fail only with debug
practice: check for visibility when updating danger index
analyzer: suspend any analyzing on change level
control: add kickall_ct/kickall_t
nav: increase blocked distance in stuck check
2023-05-02 09:42:43 +03:00
.github/workflows build: reworked build and package to simplify process 2023-04-02 12:17:12 +03:00
cfg/addons/yapb/conf cfg: ru_lang.cfg: fix typos 2023-04-23 19:07:23 +06:00
ext backport: nodes flooder (analyzer) from cs-ebot 2023-05-02 09:42:43 +03:00
inc backport: nodes flooder (analyzer) from cs-ebot 2023-05-02 09:42:43 +03:00
src backport: nodes flooder (analyzer) from cs-ebot 2023-05-02 09:42:43 +03:00
vc backport: nodes flooder (analyzer) from cs-ebot 2023-05-02 09:42:43 +03:00
.editorconfig Custom.cfg (#213) 2020-12-15 15:28:58 +03:00
.gitattributes merge changes from the defunct ubot 2020-06-16 11:19:30 +03:00
.gitignore Fixed compiler warnings. 2020-11-23 10:48:44 +03:00
.gitmodules crlib: add as submodule 2021-09-08 20:07:37 +03:00
LICENSE Some menu tweaks (#397) 2023-01-22 19:12:03 +06:00
meson.build backport: nodes flooder (analyzer) from cs-ebot 2023-05-02 09:42:43 +03:00
meson_options.txt build: reworked build and package to simplify process 2023-04-02 12:17:12 +03:00
package.py build: reworked build and package to simplify process 2023-04-02 12:17:12 +03:00
README.md Update README.md 2022-09-21 20:21:06 +03:00

YaPB 🇺🇦

Latest YaPB Latest YaPB YaPB License Downloads

☉ About

It's a computer controlled players (bots) for the Counter-Strike b6.6 - 1.6 and Counter-Strike: Condition Zero. Bots allows you to play that games without connecting any game server or even without internet.

☉ Documentation

☉ Waypoints

All requests/bugs regarding bots navigation graph (waypoints) are located in this repository. if you have waypoint request, please post an issue there.