Difference between revisions of "Making an invisible floor"

From DoomWiki.org

[unchecked revision][unchecked revision]
(Implementation)
 
Line 12: Line 12:
 
==Limitations==
 
==Limitations==
  
*Now I can't remember if the floor of the sector surrounding the '''pit''' has to be at higher position than the '''bridge'''.
+
*An invisible floor needs a sector surrounding it, so making one directly against a wall is impossible.
 
 
 
==Example==
 
==Example==
  

Latest revision as of 05:13, 22 June 2014

Invisible floors is an effect that allows a level designer to put invisible solid sectors on a pit in which the player can walk, simulating flying or walking on mid-air.

Implementation[edit]

There are several methods to obtain this effect. This is just one way of accomplishing this.
Steps:
1. Create a sector inside another sector and make sure they don't share any lines.
2. Check the sector's properties, and make a note of what the sector's number is.
3. Edit all the lines on the inner sector you just made and set all the sector references to the sector's number. Both sides of all its lines should reference it.
Done.

Limitations[edit]

  • An invisible floor needs a sector surrounding it, so making one directly against a wall is impossible.

Example[edit]