Linedef type 405
Jump to navigation
Jump to search
Linedef type 405, Move Floor According to Front Texture Offsets, is a type of linedef executor which, when triggered, moves every tagged sector's floor by a specified amount and speed. This linedef works better than linedef type 403 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 floor by is determined by the control linedef's front texture Y offset. Positive values cause the floor to be raised, negative values cause it to be lowered.
|
Sample
- Example file: ex_ld405_moveflooraccordingtofronttextureoffsets.wad (MAP01)
How to use |
---|
|