Difference between revisions of "Deathmatch start"

From DoomWiki.org

[unchecked revision][unchecked revision]
(clarify (4 needed even with only 2 player deathmatches) (the error in map28 was fixed after 1.666))
(cleanup)
Line 15: Line 15:
 
|}
 
|}
 
</div>
 
</div>
'''Deathmatch starts''' are positions defined on a [[level]] by the designer to designate where [[player]]s start (and respawn) in a [[deathmatch]] game.
+
'''Deathmatch starts''' are positions on a [[level]] where [[player]]s start (and respawn) in a [[deathmatch]] game.
  
Normally, there are four to ten per level. One of them is chosen at [[pseudorandom number generator|random]] each time a player starts or respawns. A respawned player will [[telefrag]] any player or monster who happens to be standing on that deathmatch start.
+
Normally, there are four to ten per level. One of them is chosen at [[pseudorandom number generator|random]] each time a player joins or respawns. A respawning player will [[telefrag]] any player or monster who happens to be standing on that deathmatch start.
  
In the [[WAD]] file, deathmatch starts are denoted as [[Thing]]s. However, since they have no associated [[sprite]]s, they are not visible.
+
In the [[WAD]] file, deathmatch starts are stored as [[Thing]]s. However, since they have no associated [[sprite]]s, they are not visible.
  
Multiplayer mode allows up to four players, so a level needs at least four deathmatch starts in order to be used for deathmatch games, and will shut down the game with an error message if there are less than four. [[MAP28: The Spirit World]], for example, had only two (in version 1.666), and therefore could not be played in deathmatch mode.
+
Multiplayer mode allows up to four players, so a level needs at least four deathmatch starts in order to be used for deathmatch games; the [[Doom engine|engine]] will exit with an error message if there are less than four. [[MAP28: The Spirit World]], for example, had only two (in [[version 1.666]] and earlier), and therefore could not be played in deathmatch mode.
  
The maximum number of usable deathmatch starts (in [[vanilla Doom]]) is ten. If a map contains more than ten deathmatch starts, only those with the ten lowest Thing numbers are used during play.
+
The maximum number of usable deathmatch starts in [[vanilla Doom]] is ten. If a map contains more than ten deathmatch starts, only those with the ten lowest Thing numbers are used.
  
 
[[Category:Resources]]
 
[[Category:Resources]]

Revision as of 00:03, 1 November 2006

Deathmatch start data
Thing type 11 (decimal), B (hex)
Appears in Shareware Doom
Registered Doom
Ultimate Doom
Doom II/Final Doom
Radius 20
Sprite none (but see Player)
Class none

Deathmatch starts are positions on a level where players start (and respawn) in a deathmatch game.

Normally, there are four to ten per level. One of them is chosen at random each time a player joins or respawns. A respawning player will telefrag any player or monster who happens to be standing on that deathmatch start.

In the WAD file, deathmatch starts are stored as Things. However, since they have no associated sprites, they are not visible.

Multiplayer mode allows up to four players, so a level needs at least four deathmatch starts in order to be used for deathmatch games; the engine will exit with an error message if there are less than four. MAP28: The Spirit World, for example, had only two (in version 1.666 and earlier), and therefore could not be played in deathmatch mode.

The maximum number of usable deathmatch starts in vanilla Doom is ten. If a map contains more than ten deathmatch starts, only those with the ten lowest Thing numbers are used.