Bot

From Valve Developer Community
Revision as of 18:00, 12 May 2022 by Popcorn (talk | contribs) (Used game templates directly. cs_bots with a targetname turn into players.)
Jump to navigation Jump to search
English (en)Deutsch (de)Translate (Translate)

Stub

This article or section is a stub. You can help by expanding it.

A bot (short for robot) is similar to an NPC in a multiplayer game, usually designed to behave like a human-controlled player. An example is the Counter-Strike: Source Counter-Strike: Source bot.

Long Version

Given the team-based competitive nature behind many first-person shooters, a player who plays offline games, presumably limited or no internet access, will be missing out a huge portion of the game. To remedy this, these games usually come with bots, which are NPCs that behave like a human player.

Another distinct definition of bot is that of a computer program which is commonly designed to perform monotonous or hard-to-achieve tasks such as "farming" and raising levels in RPG-type games. As a result, most RPG games have banned them from use because it is considered cheating. In FPS games this type of bot is also known to be a form of cheating. It helps players achieve better scores by improving their aim and reflexes which, in the extreme case, are completely controlled by the bot software.

Bot Classes and Properties

Bot Class Game Target Class
for I/O, VScript
Is solid to
NPC clip?
Affected by
LOS Blockers?
cs_bot Counter-Strike: Source Counter-Strike: Source player Yes No
Counter-Strike: Global Offensive Counter-Strike: Global Offensive cs_bot1 Yes Yes
survivor_bot Left 4 Dead Left 4 Dead
Left 4 Dead 2 Left 4 Dead 2
player No Yes
tf_bot Team Fortress 2 Team Fortress 2 player No No
1: In VScript, if bot is the handle of a cs_bot, then bot.GetClassname() always delivers "player".
If a cs_bot receives a targetname, it turns into a player.

See also

External links