Fork of the Counter Strike 1.6 bot modification YAPB - https://github.com/yapb/yapb/tree/master to make the Noob/easy difficulty easier
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 |
||
|---|---|---|
| .github/workflows | ||
| cfg/addons/yapb/conf | ||
| ext | ||
| inc | ||
| src | ||
| vc | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| meson.build | ||
| meson_options.txt | ||
| package.py | ||
| README.md | ||
YaPB 🇺🇦
☉ 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
- English: https://yapb.readthedocs.io/en/latest/
- Russian: https://yapb.readthedocs.io/ru/latest/
☉ Waypoints
All requests/bugs regarding bots navigation graph (waypoints) are located in this repository. if you have waypoint request, please post an issue there.