Linedef type 16
Jump to navigation
Jump to search
Linedef type 16, Minecart Parameters, is a type of linedef special that allows tagged sectors to be ridden by minecarts.
Binary setup
If no tag is given (i.e., tag 0), this linedef will affect its front sector. Otherwise, it will affect all tagged sectors. The front X offset determines the Order value of the current Axis or Axis Transfer Line in the track. For more information on setting up a minecart track, see the minecart tutorial.
|
UDMF setup
If no tag is given (i.e., tag 0), this linedef will affect its front sector. Otherwise, it will affect all tagged sectors. Argument 1 determines the Order value of the current Axis or Axis Transfer Line in the track.
|
Sample
- Example file: ex_ld016_minecartparameter.wad (MAP01)
How to use |
---|
|