Bot

From DoomWiki.org

(Redirected from Bots)

A bot is a computer-controlled player with an AI that accesses the game's internal data so as to know where it is and where its targets are found. Bots can be designed to attack monsters (for single-player or cooperative games), to attack fellow players (for deathmatch), or both.

Though a bot is normally a player, some mods feature "coop bots" that are in fact friendly monsters scripted to have attacks similar to those of the player.

History[edit]

The rise of bots started in the mid-nineties, when DeHackEd was released. Besides modifying existing monsters, it was capable of producing a player that would attempt to simulate a real player. To make these usable in multiplayer, a modified IPXSetup.exe would be used, along with a specialized batch file.

When the Doom source code was released, programmers started to develop their own bots, utilizing one of the new source ports such as DOSDoom or Legacy. These were source modifications, making use of the existing feature set of a port and combining it with new bot-related code and often a nodes table. As such, these source modifications thus had more features onboard than their non-bot equivalents.

Modern day[edit]

In later years, the necessity for separate bots in the form of source modifications declined, as major ports like Skulltag and ZDoom would integrate their own bot code in the main codebase, removing the need for separate bots. Currently, new bots are now based around a content definition language like DECORATE, ZScript or ACS or a mix of these. This enables wide-range support by source ports.

List of bots[edit]

DeHackEd based[edit]

DOSDoom based[edit]

Eternity based[edit]

Legacy based[edit]

MBF based[edit]

ZDoom based[edit]

Others[edit]

  • TDBots (ACS/DECORATE based) (Eternity, MBF, PrBoom+, Skulltag, ZDoom/GZDoom/LZDoom, Zandronum)
  • DecoBot (ACS/DECORATE based) (ZDoom, Zandronum)
  • ZetaBot (ZScript based) (ZDoom family)
  • YBot
  • ZDWBot
  • LonerBot

See also[edit]

External links[edit]