Linedef type 324
Linedef type 324, NiGHTSerize – Once, is a type of linedef executor trigger which activates any linedef executor in the control sector when a player enters a NiGHTS track by touching an Ideya Drone. Note that in multi-mare maps, this happens once at the start of each mare. The linedef executor will trigger only the first time, and then will not be triggered again until the map is reloaded.
Setup
The tag given to this linedef is irrelevant. By default, this linedef only triggers on a specified mare and on a specified lap in that mare. The mare is determined by the front X offset of the control linedef and the lap by the front Y offset. If Flag [6] / Not Climbable is set, it triggers only if the current mare is less than or equal to the specified mare. If Flag [1] / Block Enemies is set, it triggers only if the current mare is greater than or equal to the specified mare. If Flag [5] / Slope Skew / Effect 1 is set, it triggers only if the current lap is less than or equal to the specified lap. If Flag [7] / No Midtexture Skew / Effect 2 is set, it triggers only if the current lap is greater than or equal to the specified lap. If Flag [8] / Peg Midtexture / Effect 3 is set, only laps in bonus time are counted in the lap comparison. Note that bonus time laps start counting at 1, while regular laps start counting at 0.
In multiplayer, the "current" mare and lap are those of the player who has advanced the furthest, i.e., the highest reached mare and the highest reached lap on that mare. If Flag [4] / Lower Unpegged is set, they are instead taken from the player who is the furthest behind. If Flag [9] / Solid Midtexture / Effect 4 is set, they are taken from the player who triggered the linedef executor.
If Flag [3] / Upper Unpegged is set, the linedef triggers only if the triggering player was in NiGHTS form before touching the Ideya Drone, i.e., the player was on a previous mare. If Flag [15] / Transfer Line is set, the linedef triggers only if the triggering player was not in NiGHTS form before touching the Ideya Drone, i.e., the player just entered the NiGHTS track. If Flag [14] / Bouncy Wall is set, the linedef triggers only if the player touched the Ideya Drone after completing the final mare, i.e., the level has ended.
|
Sample
- Example file: Ex_ld324_nightserize_once.wad (MAP01)
- The floor with
GFZFLR01
will rise when the player enters the NiGHTS track for the first time.
How to use |
---|
|