This is a simple SourceMod plugin personally made by me that introduces random bot chatter similar to CS 1.3.
Installation is fairly simple:
-
First, get a dedicated server. You can follow the instructions at this Steam tutorial.
-
Download SourceMod and extract the contents to your dedicated server's
cstrike/
directory. -
Clone this repository and extract the contents to your dedicated server's
cstrike/
directory. -
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 orsm plugins unload_all
thensm plugins refresh
to refresh all your plugins.
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.
- 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.