Making deep water

From DoomWiki.org

Revision as of 15:43, 2 July 2005 by CarlosHoyos (talk | contribs) (Implementation)


Deep Water is an effect that allows a level designer to put false floor textures on a pit or trench in which the player can sink. If the pit is not very deep, the false floor texture will still be displayed after the player falls, simulating swimming or the player crawling on the floor.

Implementation

There are several known methods to obtain this effect. Some of them work on many source ports, while others only work on vanilla Doom. Also, some of these methods might not work on certain level editors.

  • Deep Water can be simulated by using self-referencing sectors. This method is the most common, and some level editors like XXXXX already include them as a feature.
  • Deep Water can also be obtained by superposing sectors of identical shape, tracing a diagonal linedef on one of them.