Difference between revisions of "Making an invisible floor"

From DoomWiki.org

[unchecked revision][unchecked revision]
(Implementation)
(Implementation)
Line 3: Line 3:
 
==Implementation==
 
==Implementation==
  
There are several methods to obtain this effect. This is just one way of accomplishing this.
+
There are several methods to obtain this effect. This is just one way of accomplishing this.<br>
 
'''Steps''':<br>
 
'''Steps''':<br>
 
1. Create a sector inside another sector and make sure they don't share any lines. <br>
 
1. Create a sector inside another sector and make sure they don't share any lines. <br>

Revision as of 17:01, 20 May 2009

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

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

  • Now I can't remember if the floor of the sector surrounding the pit has to be at higher position than the bridge.

Example