Red 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
 
Line 1: Line 1:
[[File:Red Sage Cutscene Skip.gif|frame|Red sage cutscene skip being performed with a [[Pause Buffer|pause buffer]].]]
/* CSS placed here will be applied to all skins */
'''Red sage cutscene skip''' is a skip in [[Jak and Daxter: The Precursor Legacy]] that allows a player to skip the cutscene that plays after opening the teleport gate in the Red Sage's lab.


To activate the gondola, the Red Sage teleport gate must be opened and 2 power cells need to be collected afterwards.  
@media screen {
  #mw-head {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-image: url("https://i.imgur.com/NDAMmWd.png");
    background-color: #a16644;
  }
}


== Tutorial ==
@media screen {
<youtube>https://www.youtube.com/watch?v=QO_MwqV5WY0</youtube>
  body {
    background-image: url("https://i.imgur.com/arVoy1Y.png");
    background-color: #32591b;
    overflow-y: scroll;
  }
}


== Technical ==
@media screen {
The skip is performed by using a [[Pause Buffer|pause buffer]] to delay the start of the cutscene once it is triggered. Jak then dies in the lava during the pause buffer and the cutscene starts after the player exits the start menu. The game attempts to play the cutscene but cannot since Jak is in a dead state. Once Jak respawns, the cutscene is flagged as watched and the game will assume the teleport gate has been opened as intended.
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
    color: #fdffaf;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
  }
}


== Discovery ==
@media screen {
There are different variants of Red Sage cutscene skip, but the current method was discovered by Sultra.  
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
    color: #f0e433;
  }
}


== Other Notes ==
@media screen {
[https://www.youtube.com/watch?v=KdI2KtrjPSY This is the original Red Sage's Hut Cutscene Skip]. Due to it's difficulty and length, it was not well received. (January 25, 2015)
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    cursor: default;
  }
}


Jazz would be the first to use the skip in runs and [https://youtu.be/C6B13gh3sv4?si=ONEXXP1sRX0M2br1&t=2724 achieved his first WR with the skip]. (February 6, 2015)
@media screen {
  #p-personal ul {
    padding: 3px;
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
  }
}


Abahbob and/or Rozer are responsible for the [https://www.twitch.tv/videos/40551286 original skip using pause buffers], but this was quickly obsoleted the same day when [https://www.youtube.com/watch?v=9jH1MN5irS8 Sultra put forward the method we use today]. (May 17, 2015)
@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;
  }
}

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;
  }
}