Linedef type 407
Jump to navigation
Jump to search
Linedef type 407, Move Ceiling According to Front Texture Offsets, is a type of linedef executor which, when triggered, moves every tagged sector's ceiling by a specified amount and speed. This linedef works better than linedef type 404 in situations where multiple sectors of different heights must move together at an equal speed and distance.
Setup
The speed of the movement is determined by the control linedef's front texture X offset (an offset of 1 equals 0.125 fracunits per tic). If Flag [6] / Not Climbable is checked, the movement will be instant. The amount to move the ceiling by is determined by the control linedef's front texture Y offset. Positive values cause the ceiling to be raised, negative values cause it to be lowered.
|
Sample
- Example file: ex_ld407_moveceilingaccordingtofronttextureoffsets.wad (MAP01)
How to use |
---|
|