Computer game bot
From Wikipedia, the free encyclopedia
-
Contrast with Aimbot, a type of software that is used to cheat in multiplayer games
A bot, most prominently in the first person shooter PC game types (FPS), is a roBOTic computer controlled entity that simulates an online or LAN multiplayer human deathmatch opponent, team deathmatch opponent or a cooperative human player. Computer game bots work via artificial intelligence routines pre-programmed to suit the game map, game rules, game type and other parameters unique to each game. Bots are not only found in FPS PC games; they are also featured in several console games.
In MUDs, players may utilize bots to perform laborious tasks for them, sometimes even the bulk of the gameplay. While a prohibited practice in most MUDs, there is an incentive for the player to save his/her time while the bot accumulates resources, such as experience, for the player character.
Contents |
[edit] Usage
Bots can help a PC gamer learn the gameplay environment and the game rules as well as help them practice shooting accuracy and gaming skills before going online to compete with other human players in a multiplayer environment. Some PC gamers prefer to play exclusively with bots rather than human opponents – especially in the case of those who have slow dial-up internet connections and thus may be unable to play online. Bots can also be used to allow players to play without worrying about opponents using cheats or exploiting bugs in the game. Players may also use bots to fill in spots on a server when there are few other players. In this respect, bots help create a longer interest in the game. Most bots use existing 3d models, textures and sound of the games or mods.
Some multiplayer games were released initially without single-player components and bots were created or added later on by fans and enthusiasts in the modding community.
Bots are usually written in C or C++ as stand-alone, completely independent applications or plugins or just dynamic link libraries (dll) for an existing game engine. Some authors also write some applications with which the bots' behavior, skills and other characteristics can be created or modified, such as Bot Studio for Quake III Arena.
[edit] MUD bots
The programming, styles of use and the purpose of MUD bots is quite different to bots found in FPS games. MUD bots are not normally utilized as alternative opponents, but rather to perform tasks on players behalf. This practice is generally seen as disruptive and hence prohibited in most MUDs.
What constitutes a MUD bot is most often an extended and perfected script on a mud client, a program that a person would normally use to connect to the game. Different MUDs have different rules as to how an illegal bot is defined, some even prohibiting the use of any automated scripts altogether. Some are more lenient.
It is generally agreed upon that a sufficiently sophisticated bot will be indistinguishable from a human player, if the bot is able to summon the player to the terminal for those tasks that it is not programmed to perform. [1]. For less-performing bots, this will mean mostly any distraction that comes its way. For the high-performing, this means chatting and other complex tasks.
Note that the Turing test is used to evaluate a machine's capability of engaging in a human-like conversation. As of 2006, no machine has passed such a test, making the conversation test an effective measure against would-be botters. As said, this test loses much of its effectiveness if the bot client in question is able to alert the human with sufficiently short notice, so that the botted game performance may be supplemented with actual real-time human communication.
[edit] Bot types
Bots can be either static or dynamic.
Static bots are designed to follow pre-made waypoints or pathnodes for each level or map. These bots need to have a unique waypoint file for each map, or a pathnode system embedded in the map, if they are to function. For example, Quake 3 Arena bots use an AAS (area awareness system) file to move around the map, while Counter-Strike bots use a WPT (waypoint) file. Unreal Tournament's series bots use an embedded pathnode system in the map to navigate.
Dynamic bots, on the other hand, dynamically learn the levels and maps as they play. RealBot, for Counter-Strike, is an example. Some bots are designed using both static and dynamic features.
Some bots are designed to help a player with in-game tasks such as to advance levels in repetitive skills in MMORPGs or help with aim in First-person shooters; however, the use of such bots is against the rules on most multiplayable games as they are seen as cheating.
[edit] Some well-known bots
- Botman's bot, HPB_bot for Half-Life.
- Elite Force bot for Star Trek: Elite Force II
- FrogBot, Reaper Bot (which was the very first computer bot) for Quake
- OpenKore and ReveMU for Ragnarok Online
- POD bot or the official CS bot by Turtle Rock Studios for Counter-Strike and CS: Source
- Rune bot for Rune
- ShrikeBot and SturmBot for Day of Defeat (DoD)
- StormTrooper Bot for Quake III Arena
- Tactical Ops bot for Tactical Ops: Assault on Terror
- Wolfbot, Fritzbot for Return to Castle Wolfenstein.
- WoW!Sharp for World of Warcraft
- mmbot for Diablo II: Lord of Destruction
- AllianceThundaEmpire: an CP player for Age of Empires II: The Conquerors Expansion that perform better than the game built-in Computer AI controlled players
- Foxbot for Team Fortress Classic
- ^ camorrabot.foro.ijijiji.com - CamorraBot and SpamBot for Camorra World by the Llorx.
- SRObot for Silkroad Online
[edit] Games with built in bots
- James Bond 007: Nightfire
- Battlefield 1942
- Battlefield 2
- Battlefield Vietnam
- Counter-Strike: Condition Zero
- Counter-Strike: Source
- Mechwarrior 4: Mercenaries
- Metroid Prime Hunters
- Pariah
- Perfect Dark (in which they are known as "Simulants")
- Perfect Dark Zero
- Quake III Arena
- Red Faction (console version)
- Red Faction 2
- Soldier of Fortune
- Star Trek: Voyager Elite Force
- Star Trek: Elite Force II
- Star Wars Jedi Knight II: Jedi Outcast
- Star Wars Jedi Knight: Jedi Academy
- Starsiege: Tribes
- SWAT 3: Close Quarters Battle
- Tribes 2
- Unreal
- Unreal Tournament series
[edit] Notes
- ^ www.gammon.com.au/forum On testing of mud botting
[edit] See also
- Non-player character (npc)