Page 1 of 1

How do I add a prefix to bot names?

Posted: Sun Oct 28, 2012 12:45 am
by Edge100x
  1. Install Sourcemod, if you don't have it installed already. It's easiest to do this through the "Autoinstallers" page in the control panel.
  2. Add this line to your cfg/server.cfg file (editable through the "File manager" page):

    Code: Select all

    sm_cvar bot_prefix [BOT]
    
  3. Restart the server.
Valve hides the bot_prefix cvar in CS:GO, instead of leaving it directly adjustable as in other games. This makes it necessary to use Sourcemod to change it.