Bot: Difference between revisions
(LOS Blockers have differences between games too, or just for tf2?; New section split up the introduction, and edited the sentences accordingly. (Based on the PowerShell "about" articles))) |
(Tested LOS blockers for css/csgo. Added an exception note about bothandle.GetClassname() in csgo. If there are more exceptions, it might be a good idea to make more columns, distinguishing I/O and VScript.) |
||
Line 23: | Line 23: | ||
| player | | player | ||
| {{yes}} | | {{yes}} | ||
| {{ | | {{no}} | ||
|- | |- | ||
| {{game name|csgo|name=Counter-Strike: Global Offensive}} | | {{game name|csgo|name=Counter-Strike: Global Offensive}} | ||
| [[cs_bot]] | | [[cs_bot]]<sup>1</sup> | ||
| {{yes}} | |||
| {{yes}} | | {{yes}} | ||
|- | |- | ||
| [[survivor_bot]] | | [[survivor_bot]] | ||
Line 42: | Line 42: | ||
| {{no}} | | {{no}} | ||
|} | |} | ||
<small><sup>1</sup> Exception: In VScript, if <code>bot</code> is the handle of a bot, then <code>bot.[[List_of_Counter-Strike:_Global_Offensive_Script_Functions#Methods|GetClassname]]()</code> delivers <code>"player"</code>.</small> | |||
==See also== | ==See also== |
Revision as of 10:03, 30 October 2021
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 Template:Game name 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 | Template:Game name | player | Yes | No |
Template:Game name | cs_bot1 | Yes | Yes | |
survivor_bot | Template:Game name Template:Game name |
player | No | Yes |
tf_bot | Template:Game name | player | No | No |
1 Exception: In VScript, if bot
is the handle of a bot, then bot.GetClassname()
delivers "player"
.
See also
- Navigation Meshes
- NextBot
- Server-Side Bots
- Botrix
- bot_quota
Bot Behavior Trees
VScript Examples#Functions to distinguish bots and human players