Deathmatch (video games)

Last updated

Deathmatch, also known as free-for-all, is a gameplay mode integrated into many shooter games, including first-person shooter (FPS), and real-time strategy (RTS) video games, where the goal is to kill (or "frag") the other players' characters as many times as possible. The deathmatch may end on a frag limit or a time limit, and the winner is the player that accumulated the greatest number of frags.

Contents

The deathmatch is an evolution of competitive multiplayer modes found in game genres such as fighting games and racing games moving into other genres.

Description

In a typical first-person shooter (FPS) deathmatch session, players connect individual computers together via a computer network in a peer-to-peer model or a client–server model, either locally or over the Internet. Each individual computer generates the first person view that the computer character sees in the virtual world, hence the player sees through the eyes of the computer character.

Players are able to control their characters and interact with the virtual world by using various controller systems. When using a PC, a typical example of a games control system would be the use of a mouse and keyboard combined. For example, the movement of the mouse could provide control of the players viewpoint from the character and the mouse buttons may be used for weapon trigger control. Certain keys on the keyboard would control movement around the virtual scenery and also often add possible additional functions. Games consoles however, use hand held 'control pads' which normally have a number of buttons and joysticks (or 'thumbsticks') which provide the same functions as the mouse and keyboard. Players often have the option to communicate with each other during the game by using microphones and speakers, headsets or by 'instant chat' messages if using a PC.

Every computer or console in the game renders the virtual world and characters in realtime sufficiently fast enough that the number of frames per second makes the visual simulation seem like standard full motion video or better. Manufacturers of games consoles use different hardware in their products which means that quality and performance of the games vary.

Deathmatches have different rules and goals depending on the game, but an example of a typical FPS-deathmatch session is where every player is versus every other player. The game begins with each player being spawned (starting) at random locations—picked from a fixed predefined set. Being spawned entails having the score, health, armor and equipment reset to default values which usually is 0 score, full (100%) health, no armour and a basic firearm and a melee weapon. After a session has commenced, arbitrary players may join and leave the game on an ad hoc basis.

In this context a player is a human operated character in the game or a character operated by a computer software AI—a bot (see Reaper bot for example). Both the human and computer operated character do have the same basic visual appearance but will in most modern games be able to select a skin which is an arbitrary graphics model but that operates on the same set of movements as the base model. A human player's character and computer bot's character features the same set of physical properties, initial health, initial armour, weapon capabilities, the same available character maneuvers and speed—i.e. they are equally matched except for the actual controlling part. For a novice player the difference (i.e. experience, not taking into account the actual skill) between a human opponent and a computer controlled opponent may be near nil, however for a skilled player the lack of human intelligence is usually easily noticed in most bot implementations; regardless of the actual skill of the bot—which lack of intelligence can be at least somewhat compensated for in terms of e.g. extreme (superhuman) accuracy and aim. However, some systems deliberately inform the player when inspecting the score list which player(s) are bots and which are human (e.g. OpenArena). In the event that the player is aware of the nature of the opponent it will affect the cognitive process of the player regardless of the player's skill. [1]

All normal maps will contain various power-ups; i.e. extra health, armor, ammunition and other (more powerful than default) weapons. Once collected by a player the power-up will respawn after a defined time at the same location, the time for an item to respawn depends upon the game mode and the type of the item. In some deathmatch modes power-ups will not respawn at all. Certain power-ups are especially powerful, which can often lead to the game rotating around controlling power-ups—i.e. assuming ceteris paribus, the player who controls the [most powerful] power-ups (namely collect the item most often) is the one that will have the best potential for making the best score.

The goal for each player is killing the other players by any means possible which counts as a frag, either by direct assault or manipulating the map, the latter counts as a frag in some games, some not; in either case—to attain the highest score—this process should be repeated as many times as possible, with each iteration performed as quickly as possible. The session may have a time limit, a frag limit, or no limit at all. If there is a limit then the player with the most frags will eventually win when the session ends.

The health variable will determine if a player is wounded; however, a wounded player does not entail reduced mobility or functionality in most games, and in most games a player will not bleed to death. A player will die when the health value reaches equal to or less than 0, if the value is reduced to a very low negative value, the result may be gibbing depending upon the game. In most games, when a player dies (i.e. is fragged), the player will lose all equipment gained and the screen will continue to display the visible (still animated) scene that the player normally sees, and the score list is usually displayed—the frags. The display does not go black when the player dies. Usually the player can choose to instantly respawn or remain dead.

The armor variable affects the health variable by reducing the damage taken, the reduction in health is in concept inversely proportional to the value of the armor times the actual damage caused; with the obvious differences in various implementations. Some games may account for the location of the body injured when the damage is deduced, while many—especially older implementations—do not. In most games, no amount of armor causes any reduced mobility—i.e. is never experienced as a weight issue by the player.

Newtonian physics are often only somewhat accurately simulated, common in many games is the ability of the player to modify the player's own vector to some degree while airborne, e.g. by retarding a forward airborne flight by moving backwards, or even jumping around a corner. Other notable concepts derived from the physics of FPS game engines are i.a. at least bunny-hopping, strafe-jumping and rocket-jumping—in all of which the player exploits the particular characteristics of the physics engine in question to obtain a high speed and/or height, or other attribute(s); e.g. with rocket-jumping the player will jump and fire at rocket at the floor area immediately under the feet of the same player, which will cause the player to jump higher compared to a regular jump as a result of the rocket blast (at the obvious expense of the health variable being somewhat reduced from self-inflicted injury). The types of techniques available and how the techniques may be performed by the player differs from the physics implementation as is as such also game dependent.

The lost equipment (usually not including the armor) of a dead player can usually be picked up by any player (even the fragged player, respawned) who gets to it first.

Modern implementations allow for new players to join after the game has started, the maximum number of players that can join is arbitrary for each game, map and rules and can be selected by the server. Some maps are suitable for small numbers of players, some are suitable for larger numbers.

If the session does have a frag or time limit a new session will start briefly after the current session has been concluded, during the respite the players will be allowed to observe the score list, chat and will usually see an animated pseudo overview display of the map as background for the score list. Some games have a system to allow each player to announce they are now ready to begin the new session, some do not. The new sessions might be on a different map—based on a map list kept on the server—or it might always be on the same map if there is no such rotating map list.

Common in many games is some form of message broadcast and private message system; the broadcast message system announces public events, e.g. if a player died it will often be informed who died and how, if fragged, then often by what weapon; the same system will also often announce if a player joins or leaves the game, and may announce how many frags are left in total and other important messages, including errors or warnings from the game; instant text messages from other players are also displayed with this system. The private message system, in contrast, only prints messages for individual players, e.g. if player A picks up a weapon, player A will get a message to confirm that the weapon was picked up.

Most modern deathmatch games features a high level of graphic violence; a normal modern implementation will contain high quality human characters being killed, e.g. moderate amounts of blood, screams of pain and death, exploding bodies with associated gibs are common. Some games feature a way to disable and/or reduce the level of gore. However, the setting of the game is usually that of a fictional world, the player may resurrect in the form of mentioned respawning and the characters will usually have superhuman abilities, e.g. able to tolerate numerous point blank hits from a machine gun directly to the head without any armour, jumping extreme inhuman distances and falling extreme distances to mention a few things. These factors together may make the player experience the game less real as the game contains highly unreal and unrealistic elements.

The description depicts a typical deathmatch based on major titles such as Quake, Doom, Unreal Tournament and others, the purpose served is to give a basic idea of the concept; however, given the many variations that exist and the manner that options and rules may be manipulated literally everything mentioned could be varied to a greater or lesser extent in other games.

History

Even before the term deathmatch was first used, there existed games with a similar gameplay mode. MIDI Maze was a multiplayer first-person shooter for the Atari ST, released in 1987, which has been suggested as the first example of deathmatch gameplay. [2] Sega's 1988 third-person shooter arcade game Last Survivor featured eight-player deathmatch. [3] Another early example of a deathmatch mode in a first-person shooter was Taito's 1992 video game Gun Buster . It allowed two-player cooperative gameplay for the mission mode, and featured an early deathmatch mode, where either two players could compete against each other or up to four players could compete in a team deathmatch, consisting of two teams with two players each competing against each other. [4]

The phrase death match was originally used in wrestling, starting in the 1950s, to denote certain brutal hardcore wrestling fights [5] . The term "death match" in this sense appeared in the 1992 fighting arcade game World Heroes , where it denotes a game mode taking place in an arena with environmental hazards.

The term deathmatch in the context of multiplayer video games may have been coined by game designer John Romero, while he and lead programmer John Carmack were developing the LAN multiplayer mode for the video game Doom . Romero commented on the birth of the FPS deathmatch:

"Sure, it was fun to shoot monsters, but ultimately these were soulless creatures controlled by a computer. Now gamers could play against spontaneous human beings—opponents who could think and strategize and scream. We can kill each other!' If we can get this done, this is going to be the fucking coolest game that the planet Earth has ever fucking seen in its entire history!'" [6]

According to Romero, the deathmatch concept was inspired by fighting games. At id Software, the team frequently played Street Fighter II , Fatal Fury and Art of Fighting during breaks, while developing elaborate rules involving trash-talk and smashing furniture or tech. Romero stated that "what we were doing was something that invented deathmatch" and that "Japanese fighting games fueled the creative impulse to create deathmatch in our shooters." [7]

Some games give a different name to these types of matches, while still using the same underlying concept. For example, in Perfect Dark , the name "Combat" is used and in Halo , deathmatch is known as "Slayer".

Background

It has been suggested that in 1983, Drew Major and Kyle Powell probably played the world's first deathmatch with Snipes [ citation needed ], a text-mode game that was later credited with being the inspiration behind Novell NetWare, although multiplayer games spread across multiple screens predate that title by at least 9 years in the form of Spasim and Maze War.

Early evidence of the term's application to graphical video games exists. On August 6, 1982, Intellivision game developers Russ Haft and Steve Montero challenged each other to a game of Bi-Planes, a 1981 Intellivision release in which multiple players control fighter planes with the primary purpose of repeatedly killing each other until a limit is reached. Once killed, a player would be respawned in a fixed location, enjoying a short period of protection from attacks. The contest was referred to, at that time, as a deathmatch. [8]

Variations

In a team deathmatch, the players are organized into two or more teams, with each team having its own frag count. Friendly fire may or may not cause damage, depending on the game and the rules used — if it does, players that kill a teammate (called a team kill) usually decrease their own score and the team's score by one point; in certain games, they may also themselves be killed as punishment, and/or may be removed from the game for repeat offenses. The team with the highest frag-count at the end wins.

In a last man standing deathmatch (or a battle royale game), players start with a certain number of lives (or just one, in the case of battle royale games), and lose these as they die. Players who run out of lives are eliminated for the rest of the match, and the winner is the last and only player with at least one life. See the "Fundamental changes" section in the "Last Man Standing" article for more insight.

Any arbitrary multiplayer game with the goal for each player to kill every other player(s) as many times as possible can be considered to be a form of deathmatch. In real time strategy games, deathmatch can refer to a game mode where all players begin their empires with large amounts of resources. This saves them the time of accumulation and lets hostilities commence much faster and with greater force. Destroying all the enemies is the only way to win, while in other modes some other victory conditions may be used (king of the hill, building a wonder...)

History, fundamental changes

Doom

The first-person shooter version of deathmatch, originating in Doom by id Software, had a set of unmodifiable rules concerning weapons, equipment and scoring, known as "Deathmatch 1.0".

Within months, these rules were modified into "Deathmatch 2.0" rules (included in Doom v1.2 patch). These rules were optional, the administrator of the game could decide on using DM 1.0 or DM 2.0 rules.

The changes were:

Notable power-ups that are featured in most consecutive games include the soul spheres. Although the name and/or graphics may be different in other games the concept and feature of the power-up remains the same in other games.

Corridor 7: Alien Invasion CD version

Corridor 7: Alien Invasion released by Capstone Software in 1994.

Rise of the Triad

Rise of the Triad was first released as shareware in 1994 by Apogee Software, Ltd. and honed an expansive multiplayer mode that pioneered a variety of deathmatch features.

Hexen: Beyond Heretic

Hexen: Beyond Heretic released by Raven Software in 1995.

Quake

Notable power-ups that are featured in most consecutive games are i.a. the quad damage. Although the name and/or graphics may be different in other games the concept and feature of the power-up remains the same in other games.

Unreal

With the game Unreal (1998, by Epic), the rules were enhanced with some widely accepted improvements:

Unreal Tournament

Quake III Arena

This game's approach to combat achievements tracking is different from Unreal Tournament. In deathmatch, the player might be rewarded with awards for the following tricks:

Last Man Standing

The Last Man Standing (LMS) version of deathmatch is fundamentally different from deathmatch. In deathmatch, it does not matter how many times the player dies, only how many times the player kills. In LMS, it is the exact opposite — the important task is "not to die". Because of this, two activities that are not specifically addressed in deathmatch have to be controlled in LMS.

See also

Related Research Articles

<i>Hexen II</i> 1997 video game

Hexen II is a dark fantasy first-person shooter (FPS) video game developed by Raven Software and published by id Software in 1997. It is the third game in the Hexen/Heretic series, and the last in the Serpent Riders trilogy. Using a modified Quake engine, it features single-player and multiplayer game modes, as well as four character classes to choose from, each with different abilities. These include the "offensive" Paladin, the "defensive" Crusader, the spell-casting Necromancer, and the stealthy Assassin.

<i>Quake III Arena</i> 1999 video game

Quake III Arena is a 1999 multiplayer-focused first-person shooter developed by id Software. The third installment of the Quake series, Arena differs from previous games by excluding a story-based single-player mode and focusing primarily on multiplayer gameplay. The single-player mode is played against computer-controlled bots. It features music composed by Sonic Mayhem and Front Line Assembly founder Bill Leeb.

<i>Quake</i> (video game) 1996 video game

Quake is a first-person shooter game developed by id Software and published by GT Interactive. The first game in the Quake series, it was originally released for MS-DOS, Microsoft Windows and Linux in 1996, followed by Mac OS and Sega Saturn in 1997 and Nintendo 64 in 1998. In the game, players must find their way through various maze-like, medieval environments while battling monsters using an array of weaponry. Quake takes inspiration from gothic fiction and the works of H. P. Lovecraft.

Urban Terror is a freeware multiplayer first-person shooter video game developed by FrozenSand. Originally a total conversion of id Software's Quake III Arena, FrozenSand released Urban Terror as a free standalone game in 2007 utilizing ioquake3 as the game engine. While the game engine is licensed under the open-source GPL, Urban Terror's game code is closed source and its assets are freeware but not open content.

<i>Unreal Tournament</i> 1999 first-person shooter video game

Unreal Tournament is a first-person arena shooter video game developed by Epic Games and Digital Extremes. The second installment in the Unreal series, it was first published by GT Interactive in 1999 for Windows, and later released on the PlayStation 2 and Dreamcast by Infogrames in 2000 and 2001, respectively. Players compete in a series of matches of various types, with the general aim of out-killing opponents. The PC and Dreamcast versions support multiplayer online or over a local area network. Free expansion packs were released, some of which were bundled with a 2000 re-release: Unreal Tournament: Game of the Year Edition.

<i>Unreal Tournament 2004</i> 2004 first-person shooter video game

Unreal Tournament 2004 is a first-person arena shooter video game developed by Epic Games and Digital Extremes. Part of the Unreal franchise, it is the third game in the Unreal Tournament series and the updated version of Unreal Tournament 2003.

<i>Cube</i> (video game) 2001 video game

Cube is a free and open-source first-person shooter video game. It often is mistaken with its engine (zlib-licensed), the Cube Engine. The engine and game were developed by Wouter van Oortmerssen.

<i>Unreal Championship 2: The Liandri Conflict</i> 2005 video game

Unreal Championship 2: The Liandri Conflict is a first- and third-person arena shooter video game developed by Epic Games and published by Midway Games. It was released in April 2005 for Xbox. The game is part of the Unreal franchise, and is a direct sequel to 2002's Unreal Championship. Unreal Championship 2 was designed from the ground up to take full advantage of the Xbox Live gaming service.

<i>Soldier of Fortune II: Double Helix</i> 2002 video game

Soldier of Fortune II: Double Helix is a first-person shooter video game developed by Raven Software, the sequel to Soldier of Fortune. It was developed using the id Tech 3 engine as opposed to the original's id Tech 2, and published in 2002. Once again, Raven hired John Mullins to act as a consultant on the game. Based on criticisms of the original game, Raven Software developed Soldier of Fortune II to be a more "realistic" game, with more modern tactical shooters like Operation Flashpoint: Cold War Crisis (2001) and Tom Clancy's Rainbow Six (1998) serving as inspirations, rather than Quake (1996).

<i>OpenArena</i> Free and open-source video game

OpenArena is a free and open-source video game. It is a first-person shooter, and a fork of Quake III Arena.

<i>Nerf Arena Blast</i> 1999 video game

Nerf Arena Blast is a first-person shooter developed by Visionary Media, Inc. and published by Hasbro Interactive, released under their Atari Interactive label. The game, based on Nerf, was touted as a "family-friendly version of multiplayer combat games like Quake III: Arena and Unreal Tournament", and was supported by Hasbro Interactive until that company gave its rights and properties over to Infogrames. The cutscenes were animated by Mondo Media alongside them doing the in-game art.

<i>Mobile Forces</i> 2002 video game

Mobile Forces is a first-person shooter video game developed by Rage Software using the Unreal Engine and published by Majesco Entertainment. The core team of Rage Games who developed Mobile Forces went on to become Realtime Worlds.

Quake Live is a first-person arena shooter video game by id Software. It is an updated version of Quake III Arena that was originally designed as a free-to-play game launched via a web browser plug-in. On September 17, 2014, the game was re-launched as a standalone title on Steam.

<i>Outtrigger</i> 1999 video game

Outtrigger is a first/third-person shooter video game developed by Sega AM2 for the Sega NAOMI arcade cabinet and the Dreamcast. The game was originally released in 1999 for the arcades and was later ported over to the Dreamcast in 2001. The player character of Outtrigger is a member of an anti-terrorist group, and can be chosen between default characters with different specialties or a custom character, and can utilize a number of power-ups. Reception to Outtrigger was generally positive, praising the gameplay and mechanics, though criticizing the removal of online play in the European version of the game.

<span class="mw-page-title-main">First-person shooter</span> Video game genre

A first-person shooter (FPS) is a video game centered on gun fighting and other weapon-based combat seen from a first-person perspective, with the player experiencing the action directly through the eyes of the main character. This genre shares multiple common traits with other shooter games, and in turn falls under the action games category. Since the genre's inception, advanced 3D and pseudo-3D graphics have proven fundamental to allow a reasonable level of immersion in the game world, and this type of game helped pushing technology progressively further, challenging hardware developers worldwide to introduce numerous innovations in the field of graphics processing units. Multiplayer gaming has been an integral part of the experience, and became even more prominent with the diffusion of internet connectivity in recent years.

<span class="mw-page-title-main">Teeworlds</span> 2007 video game

Teeworlds is a free, open-source sidescrolling multiplayer shooting game originally created by Swedish developer Magnus Auvinen and now maintained by the community. It features simple cartoon-themed graphics and physics and relies heavily on classic shooter weaponry and gameplay. Currently there are official versions for Microsoft Windows, Linux, macOS and it has been available via digital distributor Steam since 2015. The source code is publicly available.

<i>Xonotic</i> 2011 video game

Xonotic is a free and open-source first-person shooter video game. It was developed as a fork of Nexuiz, following controversy surrounding the game's development. The game runs on a heavily modified version of the Quake engine known as the DarkPlaces engine. Its gameplay is inspired by Unreal Tournament and Quake, but with various unique elements.

This list includes terms used in video games and the video game industry, as well as slang used by players.

<i>Insurgency: Sandstorm</i> 2018 tactical shooter video game

Insurgency: Sandstorm is a multiplayer tactical first-person shooter video game developed by New World Interactive and published by Focus Home Interactive. The game is a sequel to the 2014 video game Insurgency. Set in an unnamed fictional Middle Eastern region, the game depicts a conflict between two factions: "Security", loosely based on various militaries ; and "Insurgents", loosely based on various paramilitary and terrorist groups.

An arena shooter is a subgenre of shooter games and multiplayer games that cover both the first-person shooter and third-person shooter genres. These games emphasize fast-paced movement in enclosed map designs that foster engagement between players.

References

  1. Timmer, John (2009-02-05). "In games, brains work differently when playing vs. a human". BMC Neuroscience. Arstechnica.com. 10: 9. doi: 10.1186/1471-2202-10-9 . PMC   2667181 . PMID   19193204 . Retrieved 2011-05-31.
  2. Thomson, Iain (February 21, 2008). "Gaming timeline". Personal Computer World. Archived from the original on June 29, 2014. Retrieved October 21, 2012 via HighBeam.
  3. Kalata, Kurt (August 12, 2012). "Last Survivor". Hardcore Gaming 101.
  4. Gun Buster at the Killer List of Videogames
  5. "death-match" . Oxford English Dictionary (Online ed.). Oxford University Press. doi:10.1093/OED/6191712561.(Subscription or participating institution membership required.)
  6. Kushner, David (2004). Masters of Doom . New York: Random House Trade Paperbacks. p.  149. ISBN   978-0-8129-7215-3.
  7. Consalvo, Mia (2016). Atari to Zelda: Japan's Videogames in Global Contexts. MIT Press. pp. 201–3. ISBN   978-0262034395.
  8. Archived at Ghostarchive and the Wayback Machine : "Haft vs Montero 1982 Bi-Planes on YouTube". Youtube.com. 1982-08-06. Retrieved 2011-05-31.