Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.45 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.45 KB

Introduction

This is a simple SourceMod plugin personally made by me that introduces random bot chatter similar to CS 1.3.

Installation

Installation is fairly simple:

  1. First, get a dedicated server. You can follow the instructions at this Steam tutorial.

  2. Download SourceMod and extract the contents to your dedicated server's cstrike/ directory.

  3. Clone this repository and extract the contents to your dedicated server's cstrike/ directory.

  4. Run your dedicated server, and set it up based on the Steam tutorial link provided above. On your dedicated server's console, load the plugin with sm plugins load bot_chatter_random.smx to load it individually or sm plugins unload_all then sm plugins refresh to refresh all your plugins.

Contributions

Contributions are welcome! Please create a new branch and make a pull request to the main branch so that I'll review the changes and approve it if it's beneficial enough. There are still a lot of unused chat in botchat.txt that needs to be implemented and hoping someone could help me refactor the script to be shorter and complete.

Credits

  • To Valve for making a wonderful game.
  • To Zeromix from Steam for creating a Counter-Strike: Source Dedicated Server.
  • To the SourceMod community for making it possible to create and play Counter-Strike: Source with plugins.