Difference between revisions of "Igloo Turtle Skip"

From Ōkami Speedrun Wiki
Jump to navigation Jump to search
(adding new information for faster ng igloo turtle skip)
 
Line 9: Line 9:


==Via Vine (NG)==
==Via Vine (NG)==
In NG, this massive fight trigger can be avoided by activating the Vine Flower which is normally used to get to the CB3 cave, then using it to take Ammy through the air while hugging the invisible collision surrounding the Guardian Sapling. Normally, flowers will not open and become "Vine-able" until Ammy gets within a certain spherical radius from them. However, it's possible to perform a certain movement pattern which will cause the flower to open from much farther away, allowing Ammy to vine it from behind the fight trigger. Note that the exact mechanics behind this are not rigorously understood, so this description is a best guess based on in-game observation:
In NG, this massive fight trigger can be avoided by using the Vine Flower (Konohana Blossom) which is normally used to get to the CB3 cave to take Ammy through the air while hugging the invisible collision surrounding the Guardian Sapling. Normally, this flower will not open until Ammy gets fairly close to it, which cannot be done from behind the Igloo Turtle fight trigger and the collision surrounding the Guardian Sapling. However, by loading, unloading, and reloading the flower, it can be opened at a farther distance than normal, which allows it to be used from behind the Guardian Sapling, sending Ammy over the fight trigger. Once this is done, you can simply jump down from the ledge and proceed towards Wep'keer.


The flower initially defaults to an "unactivated" state. In this state, the flower will only open (i.e. become Vine-able) when Ammy gets very close, as described above. This zone is too small to be used for Igloo Turtle Skip as it's entirely behind the fight trigger. You can alter this by "activating" the flower. When the flower is activated, it will open when you enter a larger, apparently cylindrical volume. To activate the flower, you must:
Demonstration: https://youtu.be/XvcytZgzFCY. Read the description for more information.


# Load the flower by getting Ammy within a certain radius of it.
===Technical Details===
#* The exact distance is unclear, but it's about the same distance as when the camera would begin to render the flower. This conditional doesn't depend on the position of the camera itself, however.
* Normally, the flower checks for Ammy to be within a cylindrical distance (i.e. checking only X and Z coordinates, not Y/height) of 500 units of [[Distance]]. This value is stored in memory at main.m2::SystemConfig::`vftable'+53F0.
#* In this particular case, it is good enough to get to the edge of the flat path where it meets the raised snow, going in the direction of the flower.  
* After reloading the flower, it checks for Ammy to be within a spherical distance of 800 units. This value is stored at main.dll+8909D0.  
# Get line-of-sight to the flower, such that there is no collision (including invisible walls) directly between Ammy and the flower.
* The flower will load when Ammy gets within a spherical distance of 1100 units.
#* We can quickly achieve this by dashing away from the flower and double jumping for height to get an unobstructed line.
* The flower will unload when Ammy gets outside a spherical distance of 1200 units.
#* The flower doesn't have to remain within render distance for this step.
* After Blooming the Guardian Sapling, Ammy spawns at a distance of roughly 1157 units.
 
Once the flower is activated, you can dash toward the South West side of the wall beneath the Guardian Sapling. From here, jump off the snow, wall jump, and air tackle bounce for height, then brush and Vine. Some camera angling may be required for the brush to lock on to the flower. Ammy will likely get stuck on some invisible collision. Allow the Vine to sever itself after a couple seconds, then quickly Vine again. Repeat until Ammy has clipped through and reaches the flower. Finally, simply jump down from the ledge and proceed toward Wep'keer.
 
Demonstration: https://youtu.be/6FsajWiG7tE

Latest revision as of 19:03, 30 May 2021

Note: This page describes a glitch, trick, or exploit. To see others, click here.

Explanation

In Kamui, after Blooming the Guardian Sapling, there is a large fight trigger covering the entire width of the area to the North. This initiates a fight with an Igloo Turtle, which cannot be defeated without either Inferno or Fireburst. The trigger is too tall and deep to simply jump over, but can be skipped via KT's or by using a long-ranged Vine to go around the trigger.

Via KT's (NG+)

While this trick is also done in NG+ All Brushes, in NG+ Any% skipping this fight is imperative. If the trigger is hit, you will be softlocked because the route skips both Inferno and Fireburst, and there is no way to damage the Igloo Turtle without them. The trigger can be cleared in 2 KT's, though more may be done for safety.

Demonstration: https://www.twitch.tv/videos/623901417?t=1h3m44s

Via Vine (NG)

In NG, this massive fight trigger can be avoided by using the Vine Flower (Konohana Blossom) which is normally used to get to the CB3 cave to take Ammy through the air while hugging the invisible collision surrounding the Guardian Sapling. Normally, this flower will not open until Ammy gets fairly close to it, which cannot be done from behind the Igloo Turtle fight trigger and the collision surrounding the Guardian Sapling. However, by loading, unloading, and reloading the flower, it can be opened at a farther distance than normal, which allows it to be used from behind the Guardian Sapling, sending Ammy over the fight trigger. Once this is done, you can simply jump down from the ledge and proceed towards Wep'keer.

Demonstration: https://youtu.be/XvcytZgzFCY. Read the description for more information.

Technical Details

  • Normally, the flower checks for Ammy to be within a cylindrical distance (i.e. checking only X and Z coordinates, not Y/height) of 500 units of Distance. This value is stored in memory at main.m2::SystemConfig::`vftable'+53F0.
  • After reloading the flower, it checks for Ammy to be within a spherical distance of 800 units. This value is stored at main.dll+8909D0.
  • The flower will load when Ammy gets within a spherical distance of 1100 units.
  • The flower will unload when Ammy gets outside a spherical distance of 1200 units.
  • After Blooming the Guardian Sapling, Ammy spawns at a distance of roughly 1157 units.