Star Hype News.

Premium celebrity moments with standout appeal.

updates

Vanilla dedicated server, can I configure a list of bot names

By Sophia Bowman

I have a dedicated TF2 server set up for in-office breaks which our department uses to play together. We use tf_bot_quota_mode fill and tf_bot_quota 24` to make sure we have plenty of things to shoot and be shot by, even when only a few people are playing.

The bots have names picked randomly from a list. The list is enumerated on the TF2 Wiki.

Is there a simple way of modifying this list of names that are randomly assigned to bots?

1 Answer

Vanilla

In a vanilla server there is no way to edit bot names from a list as they are hardcoded into the game. The only way to change bot names in vanilla is to do this command:

tf_bot_add [count] [class] [team] [difficulty] [name]

Read about this command here.


Plugin

I have found this plugin that allows you to edit a botnames.txt file to easily change the bot names.

Find it here, or on github.

Quck Start

If you have to, build botnames.smx. Then, put botnames.smx into your SourceMod plugins folder, and copy botnames.txt into addons/sourcemod/configs/. Edit botnames.txt to your liking: Comments start with // or #.

Source

5