Multiplayer

From DoomWiki.org

Revision as of 12:37, 24 January 2006 by TheDarkArchon (talk | contribs) (Reverted edit of 67.15.179.13, changed back to last version by Ryan W)


Multiplayer is a term used to represent a game with multiple players. This can be in a competition style, such as deathmatch, or a cooperative style of play against the game's monsters.

Deathmatch is a multiplayer game style pioneered by Doom in which players face off against each other, their computers connected to a common server via a network.

  • A point, called a frag, is granted to a player whenever he or she kills an opponent.
  • Frags are deducted when a player commits suicide, or dies in a crusher or damaging floor.
  • Upon death, players restart at a random deathmatch start.
  • Players spawn with all keys, and keys are never placed on the map (there is currently no clean way to circumvent this).
  • When the level ends, the intermission screen gives each player's frag count. (Note that many PWADs specialized for deathmatch play do not contain exits.)

A deathmatch game may use either normal or altdeath rules (see Command line arguments).

Cooperative gameplay, often referred to as co-op or coop, is a multiplayer game mode in which human players cooperate against a given game's monsters. Cooperative play is the default game mode if deathmatch mode is not explicitly specified at the command line.

Because the players are not adversaries under coop rules, they are visible on one another's automaps, and each can even "look through the eyes" of his companions (though their status bars cannot be viewed).

ZDoom-based source ports

ZDoom uses a TCP/IP architecture for all network play; the game state is tracked on a peer-to-peer system. Players in search of co-op allies or deathmatch opponents can use Doom Connector or Internet Doom Explorer to set up a game. This system also works with LANs, but an Internet connection is also required.

Three further ports have improved on ZDoom's networking code by incorporating client/server network architecture:

  • csDoom, based on ZDoom version 1.22, was the first client/server multiplayer port.
  • ZDaemon is derived from csDoom (with a new maintainer). The current version of ZDaemon incorporates code from newer versions of ZDoom, and therefore supports many of ZDoom's newer map-making features.
  • Skulltag features new weapons, customizable AI "bots", entirely new variants of multiplayer rules, and sample levels designed around ZDoom's non-vanilla features.

These ports are capable of running large-scale multiplayer games more smoothly, as they were written specifically with network play in mind.

Source