# CSBotEnabler **Repository Path**: OrangePee1/CSBotEnabler ## Basic Information - **Project Name**: CSBotEnabler - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-02 - **Last Updated**: 2021-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  # CS Bot Enabler [](https://badge.fury.io/gh/Arkshine%2FCSBotEnabler) [](https://travis-ci.org/Arkshine/CSBotEnabler) [](https://ci.appveyor.com/project/Arkshine/csbotenabler/branch/master) A Metamod module to enable CS Bot in Counter-Strike 1.6. ## Introduction Originally written by `Whistler` using metamod hooks, modified by `Immortal_BLG` and `Safety1st` to patch memory directly instead. __What are the difference?__ This version is based on memory patching as well for efficiency and targeting only bot stuff, in addition to: - Linux support - Works only on HLDS build >= 5971 - An option to precache radio sounds - Non-bot stuffs removed - Some general code cleanup ## Configuration The only configuration of this module is a cvar which allows to precache radio sounds used by the bots. Located in :page_facing_up:`csbot_enabler/config.ini`: ``` // Precache all bot radio sounds. // Please note: // BotChatter.db must be present. // Keep in mind that's about 487 files for ~10 Mo total to download. // Files are precached via the generic files buffer. // - // Default: "0" csbot_precache_radio_sounds "0" ``` if you want to know what are the cvars and commands available for CS Bots, type in the server console: ``` cvarlist bot cmdlist bot ``` ## Installation ### Steps 1. Stop your server [1](#f1) 2. Donwload the latest module version from the [Releases section](https://github.com/Arkshine/CSBotEnabler/releases/latest) 3. Download the bot resources files from this [archive](resources/bot_profiles.zip?raw=true) (~6 Mo) 4. Unzip both content to your server in :open_file_folder:`cstrike` 5. Open & add an entry in :page_facing_up:`metamod/plugins.ini`:
| Windows | `win32 addons/csbot_enabler/csbot_enabler_mm.dll` |
| Linux | `linux addons/csbot_enabler/csbot_enabler_mm_i386.so` |