|
This article or section should contain one or more images. Please spruce up the article by adding an image.
|
Linedef type 400, Set Tagged Sector's Floor Height/Texture, is a type of linedef executor which, when triggered, instantly changes every tagged sector's floor height and floor flat.
Setup
The new floor height and floor flat of the target sector(s) are determined by the floor height and flat of the control sector. If Flag [6] / Not Climbable is checked, the flat of the target sector will not change.
Linedef special info
|
|
Floor height
|
New floor height of the target sector
|
|
Floor flat
|
New floor flat of the target sector
|
|
Linedef flags
|
[6] Not Climbable: Floor flat remains unchanged
|
|
Sample
- Example file: ex_ld400_setfloorheighttexture.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:
- Save
ex_ld400_setfloorheighttexture.wad into the addons folder of your SRB2 directory.
- Start SRB2, go to the Addons menu, and then select
ex_ld400_setfloorheighttexture.wad .
- Start the game in Single Player mode.
- 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.
|