ConVars - T-Rizzle12/Custom-Gmod-Bot GitHub Wiki
Intro
Welcome to the convars page. Here you will find every convar for this addon. Each section will explain what each convar does. Every convar on this page is subject to change as this addon gets updates. Be sure to check back here often after downloading a new update.
TBotSpawnTime
Default: 6.0
This is how long a bot must be dead before it can respawn.
TBotLookAheadRange
Default: 300.0
This is the minimum range a movement goal must be along the bot's path.
TBotSaccadeSpeed
Default: 1000.0
This is the maximum speed the bot can turn at.
TBotAimError
Default: 0.01
This is the maximum aim error the bot can have. This only affects the bot while it is trying to aim at an enemy.
TBotGoalTolerance
Default: 25.0
This is how close the bot must be to a goal in order to call it done.
TBotAttackNextBots
Default: 0.0
If nonzero, bots will consider every nextbot to be it's enemy.
TBotAttackPlayers
Default: 0.0
If nonzero, bots will consider every player who is not its Owner or have the same Owner as it an enemy.
TBotBallisticElevationRate
Default: 0.01
When lobbing grenades at far away targets, this is the degree/range slope to raise our aim.
TBotCheaperClimbing
Default: 0.0
If nonzero, bots will skip the expensive ledge jumping checks, only set this nonzero if you have to as it may cause the bot to get stuck.
TBotRandomPaths
Default: 0.0
If nonzero, the bot will pick random paths when pathfinding to a goal. It is not recommended to use this.