Computer Game Bot Article Index for
Computer Game
Website Links For
Computer
 

Information About

Computer Game Bot




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 Game s.

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 .


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 . 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 single-player games were released initially without multiplayer 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 Plugin s 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 ''.


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 to how an illegal bot is defined, some even prohibiting the use of any automated scripts alltogether. 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. http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=2023
For less-performing bots, this will mean mostly any distraction that comes it's 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 it's 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.


BOT TYPES

Bots can be either Static or Dynamic .

Static bots are designed to follow pre-made Waypoint s or Pathnode s 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 advance Level s in repetitive skills; however, the use of such bots is often against the rules on MMORPG s.


SOME WELL-KNOWN BOTS



GAMES WITH BUILT IN BOTS



SEE ALSO

Non-player Character (npc)


EXTERNAL LINKS