bot_prefix <prefix>

This string is prefixed to the name of all bots that join the game.

The following placeholders are replaced per bot:

  • <difficulty> - the bot's difficulty.
  • <weaponclass> - the bot's desired weapon class.
  • <skill> - a 0-100 representation of the bot's skill.

The < and > brackets must be typed literally as part of the value.

Examples

bot_prefix "" - No prefix (default).

bot_prefix "BOT" - Every bot is named e.g. "BOT Brett".

bot_prefix "<difficulty>" - Every bot is prefixed with its difficulty (e.g. "Hard Brett").

bot_prefix "<skill>" - Every bot is prefixed with its 0-100 skill value.