Linedef type 408
Linedef type 408, Set Tagged Sector's Flats, is a type of linedef executor which, when triggered, instantly changes every tagged sector's floor and ceiling flat.
Binary Setup
The new floor and ceiling flat of the target sector(s) are determined by the floor and ceiling flat of the control sector. If Flag [6] / Not Climbable is checked, the floor flat of the target sector will not change. If Flag [9] / Solid Midtexture is checked, the ceiling flat of the target sector will not change.
|
UDMF Setup
The new floor and ceiling flat of the target sector(s) are determined by the floor and ceiling flat of the control sector. Arg1 is the target sector tag to alter it's texture planes while Arg2 determines what plane to change either the Floor or Ceiling or Both.
|
Sample (Binary)
- Example file: Ex_ld408_settaggedsectorflats.wad
This map contains a red surface that, when touched, changes the floor flat around it to GFZFLR02.
Sample (UDMF)
- Example file: Ex_ld408_udmf_settaggedsectorflats.wad
This map contains a red surface that, when touched, changes the floor flat around it to GFZFLR02.