Linedef type 68
Linedef type 68, Move Floor and Ceiling by Displacement, is a type of linedef special which is used to move the floor and ceiling of every tagged sector by changing the floor height of the linedef's front sector. It behaves in a similar manner to displacement plane scrollers (linedef types 512, 515, 522, 525, 532 and 535), but instead of scrolling the plane, it changes its height.
Setup
On its own, this linedef will not move the tagged sector's floor and ceiling. Rather, the floor and ceiling will move whenever the floor of the control sector moves, which can done by using linedef executors. The length of the control linedef determines how the movement of the control sector floor is translated to the target sector floor and ceiling. A value of 256 means the movement is translated 1:1, i.e., the target sector floor and ceiling always move the same distance as the control sector floor. Lower values mean the target sector floor and ceiling move slower, higher values mean they move faster. If Flag [6] / Not Climbable is set, the target sector floor and ceiling move in the opposite direction of the control sector floor.
If this linedef is used in conjunction with linedef type 400, the target sector floor and ceiling will immediately jump to the specified height. If this linedef is used in conjunction with linedef type 403, the floor and ceiling will move continuously until the control sector floor reaches the given height. If this linedef is used in conjunction with linedef type 405, the floor and ceiling will only move as long as the linedef executor is being continuously triggered.
|
Sample
- Example file: ex_ld068_movefloorandceilingbydisplacement.wad (MAP01)
How to use |
---|
|