Editing Glitches in Pikmin

Jump to navigation Jump to search
You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

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 49: Line 49:


===Object nudging===
===Object nudging===
{{glitch | reproducibility = High | consequences = Helpful | p1 = Yes | npcp1 = Yes | p1s = Yes |
{{glitch | reproducibility = High | consequences = Helpful | p1 = Yes | npcp1 = Yes
| effects = Allows Olimar to slightly move objects than can only be moved with Pikmin.
| effects = Allows Olimar to slightly move objects than can only be moved with Pikmin.
| prerequisites = Must be day 2 or later (since Olimar cannot [[lie down]] on day 1).
| prerequisites = Must be day 2 or later (since Olimar cannot [[lie down]] on day 1).
Line 145: Line 145:
| prerequisites = Have at least one ship part uncollected in the area (besides the [[Secret Safe]]).
| prerequisites = Have at least one ship part uncollected in the area (besides the [[Secret Safe]]).
| effects = Prevents Pikmin from being called, but only for about 15-20 seconds.
| effects = Prevents Pikmin from being called, but only for about 15-20 seconds.
| howto = Make Pikmin carry any ship part back to the Dolphin. When they get close to the ring of light next to the Dolphin, stand in the middle or close to the middle of the Pikmin. When the ship part is retrieved and identified, call the Pikmin back with the [[whistle]]. The Pikmin will appear to be called, but then revert back to their dismissed state. It will take a few tries, but the Pikmin will be called back eventually.
| howto = Make Pikmin carry any ship part back to the Dolphin. When they get close to the ring of light next to the Dolphin, stand in the middle or close to the the middle of the Pikmin. When the ship part is retrieved and identified, call the Pikmin back with the [[whistle]]. The Pikmin will appear to be called, but then revert back to their dismissed state. It will take a few tries, but the Pikmin will be called back eventually.
| explanation = It could have something to do with when you touch a Pikmin, it automatically calls the Pikmin back. But right after the Pikmin collect a ship part, you are touching them, a cutscene just played, and the game thinks the Pikmin are called back.
| explanation = It could have something to do with when you touch a Pikmin, it automatically calls the Pikmin back. But right after the Pikmin collect a ship part, you are touching them, a cutscene just played, and the game thinks the Pikmin are called back.
}}
}}
Line 171: Line 171:
|notes = This can be used to defeat the enemy without it being able to shake the Pikmin off.
|notes = This can be used to defeat the enemy without it being able to shake the Pikmin off.
|explanation = The enemy only performs its landing animation when certain spots of its underside detect a ground. These points do not coincide with the ones that control the physics portion that stops it from falling through the skull. This means that while the physics code is detecting the skull's uncertain terrain as ground, the script for the landing animation is not.
|explanation = The enemy only performs its landing animation when certain spots of its underside detect a ground. These points do not coincide with the ones that control the physics portion that stops it from falling through the skull. This means that while the physics code is detecting the skull's uncertain terrain as ground, the script for the landing animation is not.
}}
===Breadbug cutscene glitch===
{{glitch | reproducibility = High | consequences = Depends | p1 = Yes | npcp1 = Yes | p1s = Yes | youtube = i9s6e9gd0Tk | other = [https://twitter.com/1337Walrus/status/1672307693770661894 Twitter (Onion Discovery)]
| effects = If a [[Breadbug]] is fighting for an object with Pikmin and a cutscene plays, the object will continue to move the direction it was going at the start of the cutscene. Once the cutscene is over, the Breadbug will have dropped the object, and said object will have moved a varying distance away. Interestingly, it seems when the cutscene is for a ship part, both the Pikmin and Breadbug will stop moving, whilst the object continues. If the cutscene is for the Blue Onion discovery, then the Pikmin stop, and both the Breadbug and object continue to move together. It also seems that the object continues to be carried by "phantom Pikmin" after the Onion discovery, and will attempt to follow the nearest waypoint until the Breadbug burrows. If no Pikmin are fighting for the object with the Breadbug, then the Breadbug and object will stop during the cutscene and not move.
| howto = Before discovering the Blue [[Onion]] or collecting a [[Ship part]], have the Breadbug grab onto an object and then have your Pikmin also grab the object. While the Pikmin are dragging the Breadbug, activate a cutscene by either triggering the Blue Onion discovery, or by collecting a ship part. After the cutscene, the object will have moved some distance away and the Breadbug and Pikmin will have let go of the object.
| notes = This can mess up the execution of bringing the Breadbug to the landing site to kill it, as if this glitch occurs, the Pikmin will stop dragging the Breadbug along with them.
| explanation = This likely occurs because the cutscene puts the game into a state where the enemies cannot affect the Pikmin. The Pikmin continue to carry an object during a cutscene, but they are still fighting with the Breadbug, and the Breadbug is set to not affect the object they are carrying, so the Breadbug lets go, the Pikmin  stay in place, and the object keeps its momentum.
}}
}}


===Smoky Progg crash===
===Smoky Progg crash===
{{glitch | reproducibility = Medium | consequences = Harmful | p1 = Yes | p1s = Yes | youtube = RR54fHOGb5g | other = [https://www.youtube.com/watch?v=CzPS49XW1nE YouTube video (Switch version)]
{{glitch | reproducibility = Medium | consequences = Harmful | p1 = Yes | youtube = RR54fHOGb5g
| effects = Makes the game [[crash]].
| effects = Makes the game [[crash]].
| prerequisites = Be on day 15 or lower. In [[The Distant Spring]], have the [[Gate#Reinforced wall|black stone gate]] near base destroyed, and have the [[bridge]] to the [[Armored Cannon Beetle]] arena built.
| prerequisites = Be on day 15 or lower. In [[The Distant Spring]], have the [[Gate#Reinforced wall|black stone gate]] near base destroyed, and have the [[bridge]] to the [[Armored Cannon Beetle]] arena built.
| howto = Awaken [[Smoky Progg]] and guide it deep into the [[Armored Cannon Beetle]]'s arena, then lose its attention. It will then follow routes back to the Onions and, sometime after passing the black gate, may crash the game.
| howto = Awaken [[Smoky Progg]] and guide it deep into the [[Armored Cannon Beetle]]'s arena, then lose its attention. It will then follow routes back to the Onions and, sometime after passing the black gate, may crash the game.
| notes = There may be other setups that crash, but this is the only one that is currently known. This will seemingly not occur if it uproots Pikmin on the way back.
| notes = There may be other setups that crash, but this is the only one that is currently known.
| explanation = The function <code>[getRouteWayPoint__5BTekiFi]</code> oversteps an array of pointers to route nodes, resulting in a null pointer being used in the function <code>[act__14TAIAgoGoalPathFR4Teki]</code> while checking if surrounding route nodes are active or inactive. (Confirmed on GCN USA v1.01.)
| explanation = The function <code>[getRouteWayPoint__5BTekiFi]</code> oversteps an array of pointers to route nodes, resulting in a null pointer being used in the function <code>[act__14TAIAgoGoalPathFR4Teki]</code> while checking if surrounding route nodes are active or inactive. (Confirmed on GCN USA v1.01.)
}}
}}


===Various glitches with the Smoky Progg===
===Various glitches with the Smokey Progg===
{{glitch | reproducibility = High | consequences = Depends | npcp1 = Yes | youtube = aFFGH1OkXvE
{{glitch | reproducibility = High | consequences = Depends | npcp1 = Yes | youtube = aFFGH1OkXvE
| effects = Makes the Smoky Progg fly, go out of bounds, and gain a lot of speed. It can also push other enemies and Olimar out of bounds.
| effects = Makes the Smokey Progg fly, go out of bounds, and gain a lot of speed. It can also push other enemies and Olimar out of bounds.
| prerequisites = Be on day 15 or lower.
| prerequisites = Be on day 15 or lower.
| howto = Awaken the Smoky Progg without killing it. It'll then go to the landing site. After a while, it'll start following Olimar if he has at least 1 Pikmin with himself. The Smoky Progg can follow the Captain everywhere in the map as long as he is close to the enemy. The Progg can then be lured into small walls and tight crevices, where it can go out of bounds. At random times, it will start picking up a lot of speed, which it loses when it reaches the landing site.
| howto = Awaken the Smokey Progg without killing it. It'll then go to the landing site. After a while, it'll start following Olimar if he has at least 1 Pikmin with himself. The Smoky Progg can follow the Captain everywhere in the map as long as he is close to the enemy. The Progg can then be lured into small walls and tight crevices, where it can go out of bounds. At random times, it will start picking up a lot of speed, which it loses when it reaches the landing site.
}}
}}


Line 279: Line 271:
|howto = There is no known way to reproduce this glitch at the moment.
|howto = There is no known way to reproduce this glitch at the moment.
|notes = This only seems to affect objects that have been carried in the past or are currently being carried.
|notes = This only seems to affect objects that have been carried in the past or are currently being carried.
}}
===Double ship part collection===
{{glitch | reproducibility = Low | consequences = Harmless | p1 = Yes | youtube = y1rBET4X-3w
|effects = Makes the S.S. Dolphin take in two ship parts, one after the other, but their collection cutscenes are wrong. In the first cutscene, the beamed object is the one that Olimar talks about, but the ship's appearance changes depending on the other object. In the second cutscene, all sounds play as if the part was beamed, nothing happens visually, and Olimar talks about the same part as in the previous cutscene. In both cutscenes, when Olimar mentions the number of remaining parts, he already counts both as collected.
|howto = Deliver two ship parts into the S.S. Dolphin at the same time.
}}
}}


Line 323: Line 309:
{{glitch | reproducibility = Medium | consequences = Helpful | p1 = Yes | youtube = cMaOwVbwOTs
{{glitch | reproducibility = Medium | consequences = Helpful | p1 = Yes | youtube = cMaOwVbwOTs
| effects = Makes Pikmin hold a second, invisible [[bomb-rock]], after the first one had blown up.
| effects = Makes Pikmin hold a second, invisible [[bomb-rock]], after the first one had blown up.
| prerequisites = Have 2 Yellow Pikmin.
| prerequisites = Have Yellow Pikmin.
| howto = Get an enemy to snatch a Yellow Pikmin that is holding a bomb-rock. Then, make it so that the creature is killed by the blast of a dropped bomb-rock. The bomb-rock the captured Pikmin was holding will explode too, the enemy will die, and that Pikmin will be dropped unharmed, though they will still be holding another bomb-rock, which is invisible.
| howto = Get an enemy to snatch a Yellow Pikmin that is holding a bomb-rock. Then, make it so that the creature is killed by the blast of a dropped bomb-rock. The bomb-rock the captured Pikmin was holding will explode too, the enemy will die, and that Pikmin will be dropped unharmed, though they will still be holding another bomb-rock, which is invisible.
| notes = It is possible that the captured Pikmin will instead simply lose their bomb-rocks, so the glitch is a bit luck-dependent. When the Pikmin drops the invisible bomb-rock, it will be gone for good, but if the Pikmin is made idle next to an enemy or gate, it purposely chucks the bomb at the target, and the bomb-rock will still explode.
| notes = It is possible that the captured Pikmin will instead simply lose their bomb-rocks, so the glitch is a bit luck-dependent. When the Pikmin drops the invisible bomb-rock, it will be gone for good, but if the Pikmin is made idle next to an enemy or gate, it purposely chucks the bomb at the target, and the bomb-rock will still explode.
Line 354: Line 340:


===Ship part recovery cutscene skip===
===Ship part recovery cutscene skip===
{{glitch | reproducibility = Medium | consequences = Helpful | p1 = Yes | npcp1 = Yes | p1s = crashes game | youtube = rtWPBRm3WLY
{{glitch | reproducibility = Medium | consequences = Helpful | p1 = Yes | npcp1 = Yes | youtube = rtWPBRm3WLY
| effects = Allows the player to partially skip the [[cutscene]] of the S.S. Dolphin recovering a ship part.
| effects = Allows the player to partially skip the [[cutscene]] of the S.S. Dolphin recovering a ship part.
| prerequisites = Have at least one ship part uncollected in the area (besides the [[Main Engine]]).
| prerequisites = Have at least one ship part uncollected in the area (besides the [[Main Engine]]).
Line 381: Line 367:
===Tilted objects===
===Tilted objects===
{{image}}
{{image}}
{{glitch | reproducibility = Low | consequences = Harmful | p1 = Yes | npcp1 = Yes | p1s = Yes | image = P1 Tilted Libra.png | youtube = VVaaug-fnpo
{{glitch | reproducibility = Low | consequences = Harmful | p1 = Yes | npcp1 = Yes | p1s = Yes | image = Side_tilt_glitch.jpg | youtube = VVaaug-fnpo
| effects = Makes some objects become tilted.
| effects = Makes some objects become tilted.
| howto = Have Pikmin carry an object from a high ledge. Given the object's physics, it may fall down at an angle, and the Pikmin will proceed to carry it in said angle. Some Pikmin might even be holding it in mid-air, while other times, the Pikmin may let the object fall.
| howto = Have Pikmin carry an object from a high ledge. Given the object's physics, it may fall down at an angle, and the Pikmin will proceed to carry it in said angle. Some Pikmin might even be holding it in mid-air, while other times, the Pikmin may let the object fall.
Line 472: Line 458:
|-
|-
| For unknown reasons, a Pikmin may latch on to nothing, and stay in the attacking animation, until it is whistled. || || || || {{cite web|https://old.reddit.com/r/Pikmin/comments/unc6wq/didnt_have_a_capture_card_setup_but_this_happened/|reddit post|reddit|published={{date|11|May|2022}}|retrieved={{date|12|May|2022}}}}
| For unknown reasons, a Pikmin may latch on to nothing, and stay in the attacking animation, until it is whistled. || || || || {{cite web|https://old.reddit.com/r/Pikmin/comments/unc6wq/didnt_have_a_capture_card_setup_but_this_happened/|reddit post|reddit|published={{date|11|May|2022}}|retrieved={{date|12|May|2022}}}}
|-
| If a [[Breadbug]] is carrying something in the direction of the [[Blue Onion]] when it is discovered, it may move during the cutscene, in a straight line. Mid-cutscene, the Breadbug is invisible, but then turns visible when it ends. || Unknown || Unknown || Yes || [https://twitter.com/1337Walrus/status/1672307693770661894 Twitter video]
|-
|-
| It is possible for Red Pikmin coming out of the Onion to instantly die without a trace. || Unknown || Unknown || Yes || [https://twitter.com/justtgrim/status/1671628517237456897 Twitter video]
| It is possible for Red Pikmin coming out of the Onion to instantly die without a trace. || Unknown || Unknown || Yes || [https://twitter.com/justtgrim/status/1671628517237456897 Twitter video]
|-
|-
| It is possible for thrown Pikmin to keep going in the same direction forever, unaffected by gravity, or to simply be flung much farther and slower than usual. || No || No || Yes || [https://twitter.com/Triffhedgie/status/1671672327233474567 Twitter video]
| It is possible for thrown Pikmin to keep going in the same direction forever, unaffected by gravity, or to simply be flung much farther and slower than usual. || No || No || Yes ||
|}


== Other ==
== Other ==

Please note that all contributions to Pikipedia are considered to be released under the Attribution-ShareAlike 4.0 International license (see Pikipedia: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)