Linedef type 59

From SRB2 Wiki
Jump to navigation Jump to search
An ordinary floating platform that moves up and down.

Linedef type 59, Activate Moving Platform, is a type of linedef special which is used to make floating platforms that move up and down. It is most commonly used in conjunction with linedef type 100, but it can be used to make any type of FOF move vertically.

Setup

This linedef requires three control sectors, each of which must be connected to another with at least one linedef. The easiest way to set this up is to make three square sectors together in a row. One of the linedefs on the middle sector should contain the floor over floor linedef special that you want the floating platform to exhibit. This will be the FOF control sector. One of the linedefs in any of these three sectors (it doesn't matter which) should be set to have linedef type 59 and be tagged to the middle sector.

The starting point of the platform is determined by the floor and ceiling height of the middle sector. The top and bottom of the platform's movement are determined by the floor and ceiling heights of the other two control sectors. The floating platform will constantly move, first so that it is equal to the floor and ceiling heights of the lower one of the outer control sectors, then so that it is equal to the floor and ceiling heights of the higher one of the outer control sectors, then the first one again, and so forth. The platform moves at a speed of 2 fracunits per tic.

It is possible to add a delay before the platform begins to move, by setting the time in tics in the control linedef's front texture Y offset. If you want the platform to delay every time before changing direction, you can do so by setting the time in tics in the control linedef's front texture X offset.

If Flag [6] / Not Climbable is checked, the platform will begin moving upwards, rather than downwards.

Sample

Example file: ex_ld059_activatefloatingplatform.wad (MAP01)
How to use
  • You may load this file into your favorite map editor, such as Zone Builder. Select MAP01 as the map to load.
  • You may also load this file in the game:
    1. Save ex_ld059_activatefloatingplatform.wad into the addons folder of your SRB2 directory.
    2. Start SRB2, go to the Addons menu, and then select ex_ld059_activatefloatingplatform.wad.
    3. Start the game in Single Player mode.
    4. Press the Console button (~), and type in the command MAP MAP01 to access the example map.
  • When you load this file in the game, it replaces Greenflower Zone Act 1.


  Linedef types – Plane movement [view]
Continuously Falling SectorContinuous Floor/Ceiling MoverContinuous Floor MoverContinuous Ceiling MoverContinuous Two-Speed Floor/Ceiling MoverContinuous Two-Speed Floor MoverContinuous Two-Speed Ceiling MoverActivate Moving PlatformActivate Moving Platform (Adjustable Speed)Crusher (Ceiling to Floor)Crusher (Floor to Ceiling)Move Floor by DisplacementMove Ceiling by DisplacementMove Floor and Ceiling by Displacement