Invisible wall: Difference between revisions

more work
m (ChouxZi3 moved page Invisible Wall to Invisible wall: overflow jump)
(more work)
 
Line 2: Line 2:


=Intended Invisible Walls=
=Intended Invisible Walls=
Some invisible walls are intended, as a way to prevent Mario from moving into certain areas. There are two kinds of intended invisible walls.
==Untextured Wall Surfaces==
==Untextured Wall Surfaces==
The most basic type of invisible walls are merely surface triangles with no associated texture. These are used in a few areas, such as the hallway before [[Bowser in the Dark World]]. Aside from having no texture, they behave identically to normal walls.
The most basic type of invisible walls are merely surface triangles with no associated texture. These are used in a few areas, such as the hallway before [[Bowser in the Dark World]]. Aside from having no texture, they behave identically to normal walls.
Line 8: Line 9:


=Unintended Invisible Walls=
=Unintended Invisible Walls=
==Exposed Ceiling Hitboxes==
Unintended invisible walls are those that are not in the game intentionally. Some occur as a result of Mario being in areas he is not normally able to reach, but most result from small gaps within level geometry. As invisible walls in the latter case are often sparse over a wide area and are often only 1 unit thick, whether or not Mario is blocked by them depends on Mario's exact position and speed.
 
==Ceiling Hitboxes==  
Ceiling hitboxes extend upward until reaching a floor triangle above the ceiling triangle they are part of. If Mario can reach an area below the floor triangle but above the ceiling triangle, he will encounter an invisible wall made up of ceiling hitboxes. This can be reached in a few areas, such as the castle foyer, or by clipping into certain objects. <!--Timestamp: 35:40 --> If there is no floor triangle above a ceiling triangle, the ceiling hitbox extends upward indefinitely. Typically, these ceiling hitboxes extend into places normally unreachable by Mario, but a few occur within normal areas, such as above the second and third arches in the [[Tall, Tall Mountain]] slide.
==Floor Gap Due to Misaligned Edge Vertex==
==Floor Gap Due to Misaligned Edge Vertex==