How do I add a prefix to bot names?

Post Reply
User avatar
Edge100x
Founder
Founder
Posts: 12945
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

How do I add a prefix to bot names?

Post 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.
Post Reply