yapb
Third party bot for Counter-Strike
File Explorer
Download Latest Version (.zip)- bug_report.md
- build.yml
- chs_chat.cfg
- chs_lang.cfg
- cht_chat.cfg
- cht_lang.cfg
- de_chat.cfg
- de_lang.cfg
- en_chat.cfg
- en_names.cfg
- ru_chat.cfg
- ru_lang.cfg
- ru_names.cfg
- .gitkeep
- avatars.cfg
- chatter.cfg
- custom.cfg
- difficulty.cfg
- logos.cfg
- weapon.cfg
- yapb.cfg
- i386pe.lds
- version.lds
- crlib
- linkage
- analyze.h
- chatlib.h
- config.h
- constant.h
- control.h
- engine.h
- fakeping.h
- graph.h
- hooks.h
- manager.h
- message.h
- module.h
- planner.h
- practice.h
- product.h
- sounds.h
- storage.h
- support.h
- version.h
- version.h.in
- vision.h
- vistable.h
- yapb.h
- analyze.cpp
- botlib.cpp
- chatlib.cpp
- combat.cpp
- config.cpp
- control.cpp
- engine.cpp
- entities.cpp
- fakeping.cpp
- graph.cpp
- hooks.cpp
- linkage.cpp
- manager.cpp
- message.cpp
- module.cpp
- navigate.cpp
- planner.cpp
- practice.cpp
- sounds.cpp
- storage.cpp
- support.cpp
- tasks.cpp
- vision.cpp
- vistable.cpp
- yapb.rc
- yapb.sln
- yapb.vcxproj
- yapb.vcxproj.filters
- .editorconfig
- .gitattributes
- .gitignore
- .gitmodules
- CMakeLists.txt
- LICENSE
- meson.build
- meson_options.txt
- package.py
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/yapb/yapb
Downloads the entire project code from GitHub to your computer.
cd yapb
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
mkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
3. .NET
MediumPrerequisites
cd vc
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
