Blue Sage Cutscene Skip and MediaWiki:Common.css: Difference between pages

From JakSpeedruns Wiki
(Difference between pages)
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
The '''blue sage cutscene skip''' is a cutscene skip in [[Jak and Daxter: The Precursor Legacy]] that opens the portal in the blue sage's hut without having to watch the cutscene.
/* CSS placed here will be applied to all skins */


== Tutorial ==
@media screen {
<youtube>https://www.youtube.com/watch?v=L8aUZeCP3YI</youtube>
  #mw-head {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-image: url("https://i.imgur.com/NDAMmWd.png");
    background-color: #a16644;
  }
}


== Technical ==
@media screen {
Opening the portal in the blue sage's hut will cause three events to happen:
  body {
* The zoomer will spawn at Precursor Basin
    background-image: url("https://i.imgur.com/arVoy1Y.png");
* Flut Flut will spawn in Boggy Swamp
    background-color: #32591b;
* Keira will move the boulder once you bring her 45 power cells
    overflow-y: scroll;
  }
}


By performing a [[Pause Buffer|pause buffer]] before opening the portal in the blue sage's hut, the cutscene will attempt to play but will be interrupted by the pause menu appearing. From here, the player can save and load. The cutscene that was just "skipped" is actually queued to play once Jak is within a certain radius around the hut. Instead, doing another pause buffer will allow Jak to walk towards Precursor Basin without having to watch the queued cutscene. And since the portal was opened, the 3 events listed above will be active.
@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
    color: #fdffaf;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
  }
}


=== Full Skip ===
@media screen {
Although the cutscene is not fully skipped in the most commonly used method, there is a way to skip it entirely.
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
    color: #f0e433;
  }
}


<youtube>https://www.youtube.com/watch?v=fQjWc85rTWg</youtube>
@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    cursor: default;
  }
}


== Discovery ==
@media screen {
Blue sage cutscene skip was a collaborative effort by Sultra, blahpy, and Kuitar.
  #p-personal ul {
    padding: 3px;
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
  }
}


== Other Notes ==
@media screen {
headstrong claims that she was taught the original partial skip by Sultra through word of mouth, and that there was no video of the skip originally, which makes [https://www.twitch.tv/videos/42514673?t=00h23m06s Sultra's WR the earliest known footage of the skip].
  .vector-menu-dropdown {
    background-color: white;
  }
}


Since the cutscene ""bubble"" can be avoided easily after activation, the [https://www.youtube.com/watch?v=fQjWc85rTWg full Blue Sage's hut cutscene skip] found little use as it was slower than partial versions of the skip once Pause Buffers were implemented."
@media screen {
  #footer-places li {
    line-height: 0;
  }
}


{{Skips}}
@media screen and (min-width: 982px) {
  .mw-footer {
    padding: 40px;
    background-color: #fff;
  }
}
 
@media screen {
  .vector-search-box-input {
    background-color: #fff;
  }
}
 
@media screen and (min-width: 982px) {
  #p-personal {
    right: 1em;
    top: -2px;
    background-image: linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,#ffffff 100%);
  }
}
 
@media screen {
  .vector-legacy-sidebar .vector-menu-portal {
    margin: 18px 0.6em 0 0.7em;
    padding: 0.25em 0;
    direction: ltr;
    background-color: #253e00a1;
    border-radius: 10px;
  }
}
 
@media screen and (min-width: 982px) {
  .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
    margin-left: 11em;
    margin-right: 11em;
  }
}

Revision as of 22:14, 16 February 2024

/* CSS placed here will be applied to all skins */

@media screen {
  #mw-head {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-image: url("https://i.imgur.com/NDAMmWd.png");
    background-color: #a16644;
  }
}

@media screen {
  body {
    background-image: url("https://i.imgur.com/arVoy1Y.png");
    background-color: #32591b;
    overflow-y: scroll;
  }
}

@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
    color: #fdffaf;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
  }
}

@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
    color: #f0e433;
  }
}

@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    cursor: default;
  }
}

@media screen {
  #p-personal ul {
    padding: 3px;
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
  }
}

@media screen {
  .vector-menu-dropdown {
    background-color: white;
  }
}

@media screen {
  #footer-places li {
    line-height: 0;
  }
}

@media screen and (min-width: 982px) {
  .mw-footer {
    padding: 40px;
    background-color: #fff;
  }
}

@media screen {
  .vector-search-box-input {
    background-color: #fff;
  }
}

@media screen and (min-width: 982px) {
  #p-personal {
    right: 1em;
    top: -2px;
    background-image: linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,#ffffff 100%);
  }
}

@media screen {
  .vector-legacy-sidebar .vector-menu-portal {
    margin: 18px 0.6em 0 0.7em;
    padding: 0.25em 0;
    direction: ltr;
    background-color: #253e00a1;
    border-radius: 10px;
  }
}

@media screen and (min-width: 982px) {
  .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
    margin-left: 11em;
    margin-right: 11em;
  }
}