Bot quota: Difference between revisions
Jump to navigation
Jump to search
m (Replacing {{console variable}}. This operation was performed by a bot.) |
Thunder4ik (talk | contribs) m (→top: Unicodifying, replaced: </b> → ''' (4), <b> → ''' (4)) |
||
Line 1: | Line 1: | ||
{{this is a|console variable|name=bot_quota}} | {{this is a|console variable|name=bot_quota}} | ||
'''<code>bot_quota</code>''' and '''<code>bot_quota_mode</code>''' are [[cvar]]s in {{css|4}} and {{csgo|4}}. | |||
'''<code>tf_bot_quota</code>''' and '''<code>tf_bot_quota_mode</code>''' are the corresponding commands in {{game name|tf2|name=Team Fortress 2}}. | |||
<code>bot_quota</code> is also available in {{game name|ddd|name=Dino D-Day}}. | <code>bot_quota</code> is also available in {{game name|ddd|name=Dino D-Day}}. |
Revision as of 07:12, 8 January 2024
bot_quota
is a console variable available in all Source games.
bot_quota
and bot_quota_mode
are cvars in Counter-Strike: Source and
Counter-Strike: Global Offensive.
tf_bot_quota
and tf_bot_quota_mode
are the corresponding commands in Template:Game name.
bot_quota
is also available in Template:Game name.
Syntax
bot_quota <int> bot_quota_mode <string>
Effects
Normally, bot_quota
is simply the number of bots that are added automatically on the server.
If bot_quota_mode
exists, it allows to interpret bot_quota
differently to achieve more complex effects.
The allowed values for bot_quota_mode
are in the following table. With the expression bot_quota
we mean its value.
bot_quota_mode | Effects |
---|---|
normal (and invalid values)
|
The number of bots on the server equals bot_quota .
|
fill
|
The server is filled with bots until there are at least bot_quota players on the server (humans + bots). Human players joining cause an existing bot to be kicked, human players leaving might cause a bot to be added. ![]() ![]() |
match
|
The number of bots on the server equals the number of human players times bot_quota .
|
![]() competitive
|
The number of inactive bots on each team with no human players equals bot_quota . It has the same side effect as bot_stop 1, although being independent from this ConVar.
|