Installation
Before you begin
Section titled “Before you begin”Unlike many other PODBot flavours, YaPB is able to run as a metamod plugin as well as a standalone DLL for every platform it supports (except Android) without changing the so/dll/dylib.
Installation docs only cover installing the bot on a genuine Steam version of Counter-Strike. Assuming that if you run something special, you know how to install the bot as a standalone DLL or as a metamod plugin.
Installing on Windows
Section titled “Installing on Windows”YaPB supports installing both on listen and dedicated server under Windows. Many people are using it as their main operating system, so the bot has a simple installer that could assist you in adding bots to the game. If you don’t want to install manually, please use an installer.
Using the setup program
Section titled “Using the setup program”- Download the latest YaPB bot installer from https://yapb.jeefo.net/latest (example:
yapb-4.4.957-windows.exe) - Run the program
- Press
Browseand point to wherehl.exe/hlds.exeis located - Press
Installto install the bot - You’re done!
Without Metamod
Section titled “Without Metamod”Assuming that your Counter-Strike is located at: C:\Steam\steamapps\common\Half-Life\cstrike.
- Download the latest
ZIPYaPB package from https://yapb.jeefo.net/latest (example:yapb-4.4.957-windows.zip) - Unzip the downloaded package to
C:\Steam\steamapps\common\Half-Life\cstrikedirectory - Open a file called
liblist.gamin Notepad or any other text editor (located inC:\Steam\steamapps\common\Half-Life\cstrike) - Locate the entry
gamedll. It should point todlls\mp.dll - Change entry from
gamedll "dlls\mp.dll"togamedll "addons\yapb\bin\yapb.dll" - Save the changes
- You’re done!
As a Metamod plugin
Section titled “As a Metamod plugin”Assuming that your Counter-Strike is located at: C:\Steam\steamapps\common\Half-Life\cstrike.
- Download the latest
ZIPYaPB package from https://yapb.jeefo.net/latest (example:yapb-4.4.957-windows.zip) - Unzip the downloaded package to
C:\Steam\steamapps\common\Half-Life\cstrikedirectory - Open a file called
plugins.iniin Notepad or any other text editor (located inC:\Steam\steamapps\common\Half-Life\cstrike\addons\metamod) - Append the following entry:
win32 addons/yapb/bin/yapb.dll - Save the changes
- You’re done!
Installing on Linux
Section titled “Installing on Linux”YaPB supports installing both on listen and dedicated server under Linux. No installer is provided for Linux.
Without Metamod
Section titled “Without Metamod”Assuming that your Counter-Strike is located at: /usr/Steam/steamapps/common/Half-Life/cstrike.
- Download the latest
TAR.XZYaPB package from https://yapb.jeefo.net/latest (example:yapb-4.4.957-linux.tar.xz) - Extract the downloaded package to
/usr/Steam/steamapps/common/Half-Life/cstrikedirectory - Open a file called
liblist.gamin any text editor (located in/usr/Steam/steamapps/common/Half-Life/cstrike) - Locate the entry
gamedll_linux. It should point todlls/cs.so - Change entry from
gamedll_linux "dlls/cs.so"togamedll_linux "addons/yapb/bin/yapb.so" - Save the changes
- You’re done!
As a Metamod plugin
Section titled “As a Metamod plugin”Assuming that your Counter-Strike is located at: /usr/Steam/steamapps/common/Half-Life/cstrike.
- Download the latest
TAR.XZYaPB package from https://yapb.jeefo.net/latest (example:yapb-4.4.957-linux.tar.xz) - Extract the downloaded package to
/usr/Steam/steamapps/common/Half-Life/cstrikedirectory - Open a file called
plugins.iniin any text editor (located in/usr/Steam/steamapps/common/Half-Life/cstrike/addons/metamod) - Append the following entry:
linux addons/yapb/bin/yapb.so - Save the changes
- You’re done!
Installing on macOS
Section titled “Installing on macOS”YaPB can be installed on listen servers only if you use macOS.
Without Metamod
Section titled “Without Metamod”Assuming that your Counter-Strike is located at: /Users/user/Library/Application Support/Steam/steamapps/common/Half-Life/cstrike.
- Download the latest YaPB package from https://yapb.jeefo.net/latest (example:
yapb-4.4.957-windows.ziporyapb-4.4.957-linux.tar.xz) - Download the latest extras package from https://yapb.jeefo.net/latest (example:
yapb-4.4.957-extras.zip) - Unzip the downloaded YaPB package to
/Users/user/Library/Application Support/Steam/steamapps/common/Half-Life/cstrikedirectory - Unzip the
yapb.dylibbinary from thedarwin-x86folder in the downloaded extras package to/Users/user/Library/Application Support/Steam/steamapps/common/Half-Life/cstrike/addons/yapb/bindirectory - Open a file called
liblist.gamin any text editor (located in/Users/user/Library/Application Support/Steam/steamapps/common/Half-Life/cstrike) - Locate the entry
gamedll_osx. It should point todlls/cs.dylib - Change entry from
gamedll_osx "dlls/cs.dylib"togamedll_osx "addons/yapb/bin/yapb.dylib" - Save the changes
- You’re done!
As a Metamod plugin
Section titled “As a Metamod plugin”Assuming that your Counter-Strike is located at: /Users/user/Library/Application Support/Steam/steamapps/common/Half-Life/cstrike.
- Download the latest YaPB package from https://yapb.jeefo.net/latest (example:
yapb-4.4.957-windows.ziporyapb-4.4.957-linux.tar.xz) - Download the latest extras package from https://yapb.jeefo.net/latest (example:
yapb-4.4.957-extras.zip) - Unzip the downloaded YaPB package to
/Users/user/Library/Application Support/Steam/steamapps/common/Half-Life/cstrikedirectory - Unzip the
yapb.dylibbinary from thedarwin-x86folder in the downloaded extras package to/Users/user/Library/Application Support/Steam/steamapps/common/Half-Life/cstrike/addons/yapb/bindirectory - Open a file called
plugins.iniin any text editor (located in/Users/user/Library/Application Support/Steam/steamapps/common/Half-Life/cstrike/addons/metamod) - Append the following entry:
osx addons/yapb/bin/yapb.dylib - Save the changes
- You’re done!