Editing Blast through

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
Warning You aren't logged in. While it's not a requirement to create an account, doing so makes it a lot easier to keep track of your edits and a lot harder to confuse you with someone else. If you edit without being logged in, your IP address will be recorded in the page's edit history.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{ArticleIcons|ssb=y|ssbb=y|ssbu=y}}
{{ArticleIcons|ssb=y|ssbb=y}}


[[File:Blast_through_Corneria.jpg|thumb|{{SSBB|Donkey Kong}} using his [[forward smash]] on {{SSBB|Sonic}}, making the latter pass through the Great Fox's fin.]]
[[File:Blast_through_Corneria.jpg|thumb|right|{{SSBB|Donkey Kong}} using his [[forward smash]] on {{SSBB|Sonic}}, making the latter pass through the Great Fox's fin.]]
'''Blast through''' is a [[glitch]] in ''[[Super Smash Bros.]]'', ''[[Super Smash Bros. Brawl]]'' and ''[[Super Smash Bros. Ultimate]]''. It involves hitting a character at such high speeds towards a solid part of the terrain that they go straight through. Despite the mechanics around the glitch being simple and with the potential to lead to several instances of the glitch happening, it is difficult to pull off accidentally.
'''Blast through''' is a [[glitch]] in ''[[Super Smash Bros.]]'' and ''[[Super Smash Bros. Brawl]]''. It involves hitting a character at such high speeds towards a solid part of the terrain that they go straight through. Despite the mechanics around the glitch being simple and with the potential to lead to several instances of the glitch happening, the truth is that it's hard to pull off accidentally. There is currently no known way to perform this in ''[[Super Smash Bros. Melee]]''.


==Execution==
==Execution==
Line 15: Line 15:
If done successfully, the character should escape from the inside of the stage and be [[KO]]'d.
If done successfully, the character should escape from the inside of the stage and be [[KO]]'d.


On the [[Peach's Castle]] stage, it is performed in a different way, rather than the walls or floors.
On the [[Peach's Castle]] stage, it is done on a different way, and not on walls or floors.  


#One character must deal up to 900% or higher damage to the other, using either set knockback attacks, hacks, or the [[Green Shell glitch]].
#One character must deal up to 900% or higher damage to the other, using either set knockback attacks, hacks, or the [[Green Shell glitch]].
#The damaged character should be placed below the [[Bumper]] of the stage, and the other character must hit them towards the Bumper.
#The damaged character should be placed below the [[Bumper]] of the stage, and the other character must hit him/her towards the Bumper.


If done successfully, the character will pass through the Bumper and be Star KO'd. In [[Training Mode]], however, if the game is slowed down via the speed features, it can be seen that the character collides with the Bumper, rather than passing through it.
If done succesfully, the character will pass through the Bumper and be Star KO'd. In [[Training Mode]], however, if the game is slowed down via the speed features, it can be seen that the character collides with the Bumper, rather than passing through it.


===''Super Smash Bros. Brawl''===
===''Super Smash Bros. Brawl''===
Line 39: Line 39:


For the first scenario, if all went well, the opponent should fly through the tip of the [[Great Fox]]' fin. For the second case, the character should pass through the structure.
For the first scenario, if all went well, the opponent should fly through the tip of the [[Great Fox]]' fin. For the second case, the character should pass through the structure.
===''[[Super Smash Bros. Ultimate]]''===
In certain stages, such as a No KO custom stage, if a character is hit hard enough through semi-thin walls, they can end up inside the walls if their velocity is high enough, such as being hit by reverse aerial Warlock Punch, Critical Hit, almost any fully charged forward smash from a character above a [[weight]] of 120, Giant Punch, and several other moves that have a large amount of knockback.


==[[No KO]] stages==
==[[No KO]] stages==
Line 53: Line 50:
##As Marth, use a [[Critical Hit]].
##As Marth, use a [[Critical Hit]].
##As Ganondorf, perform a Reverse [[Warlock Punch]].
##As Ganondorf, perform a Reverse [[Warlock Punch]].
The results may vary, but hopefully, the glitch will work.


==Explanation==
==Explanation==
[[File:Blast_through_diagram.png|thumb|A diagram explaining the glitch. On the top scenario, the knockback is too weak; the character doesn't move enough between frames.]]
[[File:Blast_through_diagram.png|thumb|right|A diagram explaining the glitch. On the top scenario, the knockback is too weak; the character doesn't move enough between frames.]]
One of the easiest and least performance-intensive ways to check for collisions is to analyze if a character's [[hitbox]]es would be inside the stage's hitboxes on the next frame of movement. If so, then the move doesn't happen, and the character bounces off. If not, that means that there is probably no terrain in the way for the next frame, so movement can happen.
One of the easiest and least performance-intensive ways to check for collisions is to analyze if a character's [[hitbox]]es would be inside the stage's hitboxes on the next frame of movement. If so, then the move doesn't happen, and the character bounces off. If not, that means that there is probably no terrain in the way for the next frame, so movement can happen.


If the speed is too high, the character moves a large distance per frame. Suppose one frame, the character is very close to a piece of solid scenery, and the game calculates their position on the next frame. Due to their huge distance move per frame, the next position is beyond the terrain. As such, the game assumes there is nothing in-between.
If the speed is too high, the character moves a large distance per frame. Suppose one frame, the character is very close to a piece of solid scenery, and the game calculates their position on the next frame. Due to their huge distance move per frame, the next position is beyond the terrain. As such, the game assumes there is nothing in-between.


This glitch isn't usually a problem because the ''Super Smash Bros.'' game engines check for collisions at least once per frame, which is enough to cover most scenarios. It can only happen if severe amounts of [[knockback]] are implemented, and only on terrain that's thin enough. A solution would be to implement a different collision detection method, like one that checks for hitboxes between the before and after positions.
This glitch isn't a problem because the ''Super Smash Bros.'' game engines check for collisions at least once per frame, which is enough to cover most scenarios. It can only happen if severe amounts of [[knockback]] are implemented, and only on terrain that's thin enough. A solution would be to implement a different collision detection method, like one that checks for hitboxes between the before and after positions.


Interestingly, it can be noted in the Corneria case in ''Super Smash Bros. Brawl'' that the stage actually shifts the character's trajectory a bit, as if it were refracted. Whether or not this is influenced by the interference of knockback from a small detection of collision on the frame after the pass through, or if this "glitch" is actually accounted for in the engine is unknown.
Interestingly, it can be noted in the Corneria case in ''Super Smash Bros. Brawl'' that the stage actually shifts the character's trajectory a bit, as if it were refracted. If this is a case of the knockback being interfered by a small detection of collision on the frame after the pass through, or if this "glitch" is actually accounted for in the engine is unknown.


==Video==
==Video==
{{#widget:YouTube|id=lHO2jJn36sQ}}
<youtube>lHO2jJn36sQ</youtube>


[[Category:Glitches (SSB)]]
[[Category:Glitches (SSB)]]
[[Category:Glitches (SSBB)]]
[[Category:Glitches (SSBB)]]
[[Category:Glitches (SSBU)]]

Please note that all contributions to SmashWiki are considered to be released under the Attribution-ShareAlike 3.0 Unported license (see SmashWiki:Copyrights for details). Your changes will be visible immediately. Please enter a summary of your changes above.

Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Templates used on this page: