Exit linedef types

From Eternity Wiki
Revision as of 15:55, 21 February 2010 by Printz (talk | contribs) (→‎Exit Linedef Types: Added extradata mnemonics to reg/ext linetypes)
Jump to navigationJump to search

An exit linedef type ends the current level bringing up the intermission screen with its report of kills/items/secrets or frags in the case of deathmatch. Obviously, none are retriggerable, and none require tags, since no sector is affected.

Exit Varieties

An exit can be activated by pushing on a switch with the exit type or by walking over a linedef with the exit type, or by shooting a linedef with the exit type with an impact weapon.

An exit can be normal or secret. The normal exit simply ends the level and takes you to the next level via the intermission screen. A secret exit only works in a special level depending on the IWAD being played. In DOOM the secret exits can be on E1M3, E2M5, or E3M6. In DOOM II they can be in levels 15 and 31. If a secret exit is used in any other level, it brings you back to the start of the current level. In DOOM the secret exits go from E1M3 to E1M9, E2M5 to E2M9, and E3M6 to E3M9. In DOOM II they go from 15 to 31 and from 31 to 32. In DOOM II a normal exit from 31 or 32 goes to level 16.

Exit Linedef Types

# Class Trigger Type ExtraData mnemonic
11 Regular S1 Normal S1_ExitLevel
52 Regular W1 Normal W1_ExitLevel
197 Extended G1 Normal G1_ExitLevel
51 Regular S1 Secret S1_ExitSecret
124 Regular W1 Secret W1_ExitSecret
198 Extended G1 Secret G1_ExitSecret

Back to Linedef types