diff --git a/docs/tutorials/any-percent/03-blood-and-rust.mdx b/docs/tutorials/any-percent/03-blood-and-rust.mdx index 6362577..bd0d049 100644 --- a/docs/tutorials/any-percent/03-blood-and-rust.mdx +++ b/docs/tutorials/any-percent/03-blood-and-rust.mdx @@ -117,20 +117,64 @@ When doing Instant Disembark, you will have to fight Kane with Expedition due to :::diffe ### Bump Launch - + ::: ## Pipe hallway -## BT Reunion +:::diffm + +::: + +## Buttons +:::diffe +### Basic Route + +::: + +:::diffm +### Frag Boost + +::: + +:::diffh +Depending on how many frags you are implementing in your run, you might need to grab some additional ones from the box right before the first set of doors. +::: + + +## Sludge Skip + +:::caution +### Avoiding a crash +When performing sludge skip, if you embark on BT before he finishes talking the game will crash. However, if we take too long he will start to run away, making it impossible to embark through the fence. +Because of this, we have to manipulate the dialog options so that BT finishes talking before we reach him but not so early that he starts run away: + +As you reach the door with the first button, choose the second dialog option. +![Sludge Skip First Dialog](img/sludge_skip_first_dialog.png) + +As you press the last button before sludge skip, choose the second dialog option. + +![Sludge Skip Second Dialog](img/sludge_skip_second_dialog.png) + +Depending on how fast you are able to perform sludge skip, you will have to play with the timing of the second dialog. If you're faster, you can get away with pressing it earlier and if you're slower you'll have to delay it a bit. If get to BT before he finishes talking, you can simply wait until he's done before you embark. + +::: :::diffe +### Safe Setup + +::: -### Sludge Skip +:::diffm +### Standard Route + +::: +:::diffh +### Mantle-less Sludge Skip + ::: -[this entire section is kinda weird because we have different strats from the bumplaunch onwards but all of them also influence sludgeskip -mats] ## Kane Runup diff --git a/docs/tutorials/any-percent/img/sludge_skip_first_dialog.png b/docs/tutorials/any-percent/img/sludge_skip_first_dialog.png new file mode 100755 index 0000000..056ded3 Binary files /dev/null and b/docs/tutorials/any-percent/img/sludge_skip_first_dialog.png differ diff --git a/docs/tutorials/any-percent/img/sludge_skip_second_dialog.png b/docs/tutorials/any-percent/img/sludge_skip_second_dialog.png new file mode 100755 index 0000000..26c0f7b Binary files /dev/null and b/docs/tutorials/any-percent/img/sludge_skip_second_dialog.png differ