18 comments

  • mrob 2036 days ago
    >When Kosmic says he's tied with the TAS run at 4-1, that means his inputs are matched up exactly with the program's and he can't physically do any better.

    It means he can't physically get a better time, but it does not mean his inputs are matched up exactly with the TAS. SMB1 level transitions are based around the "frame rule", which means you don't advance to the next level until the number of elapsed frames from the start of that level is a multiple of 21. This means it's possible to have slightly imperfect input on all levels except 8-4 (the last level, so no waiting to advance to the next level there) and still get the same time as the TAS (unless the TAS reached the end of the level with no frames to spare). The TAS aims to reach the end of each level as fast as possible even if it would mean no overall time saving because of the wait for the multiple of 21 frames.

    I think this mechanic has been very beneficial for speedrunning, because it gives clear sub-goals. When you hear runners talking about "saving a frame rule", that means reaching the end of the level in time for an earlier multiple of 21 frames.

    • ilitirit 2036 days ago
      > It means he can't physically get a better time

      ... using the same techniques the TAS does.

      It's possible (although unlikely) that a new glitch/exploit could be discovered that allows for faster times.

      • mikepurvis 2036 days ago
        This is, as always, a local maxima— new strats may come along which change everything again. Summoning Salt's WRP videos do a great job of showing how the strategies for a particular game evolve over time as new things are uncovered:

        https://www.youtube.com/channel/UCtUbO6rBht0daVIOGML3c8w/vid...

        • kibwen 2036 days ago
          I came here to paste the link to Summoning Salt, and an upvote alone isn't enough to emphasize how much I recommend his channel. Here's the link to his retrospective on Super Mario Bros specifically (now a bit out of date, of course): https://www.youtube.com/watch?v=RdAkY7RfajY
        • msla 2036 days ago
          Summoning Salt makes great videos. The SMB1 video has already been linked, but I also love his video on the Choco Mountain track in Mario Kart 64. It has some great livestream captures which show records being broken, and contextualizes them well enough to give them some pathos:

          https://www.youtube.com/watch?v=Y99Wj-NStok

        • jMyles 2036 days ago
          Summoning Salt makes absolutely incredible content. I'm interested to see how (if at all) he covers this event.
      • bunderbunder 2036 days ago
        There aren't any techniques he can use that aren't available to a TAS runner. TAS runners aren't just using reinforcement learning to let a computer learn how to play; they're thinking about possible techniques and glitches, and specifically programming their tools to try and exploit them.

        What's common, especially in the SMB speed running community, is that the human and tool-assisted runners loosely collaborate. e.g., if one of the humans has an idea, before they spend days or months trying to figure out for themselves if it's even workable, they'll get someone to inexpensively proof-of-concept it with a tool-assisted speed run.

      • hobofan 2036 days ago
        A new glitch has been discovered the same day as the new record run: https://www.youtube.com/watch?v=OcVG8IDstuA
      • apocalyptic0n3 2036 days ago
        For sure. This is what happened with Super Mario World. Someone discovered a glitch that dropped it down to like 20 minutes. Then another one was found that dropped it to 10. Then 5. Then 4. Now, you can beat SMW in under 42 seconds if you do everything correctly. Or you can spend two hours building and playing Flappy Bird in it instead. Either one works
        • scoggs 2036 days ago
          The Flappy Birds stuff is utter madness.
      • dsamarin 2035 days ago
        Given 60fps games, with 5 minutes of play, and 8 NES buttons, it seems reasonable to search through just under 4,608,000 possible plays to find the shortest run!

        5 mins * 60 fps * 2^8 button possibilities = 4,608,000 button possibility frames = 4,608,000 possible plays

        • kamkha 2035 days ago
          Close! You swapped an operation there: it'd be (2^8 button possibilities) ^ (5 minutes * 60 FPS), or about 10^43348.

          A bit of a bigger space to search ;)

          • mrob 2035 days ago
            Only 2^7 button possibilities on a real controller, because you can't press up and down, or left and right, at the same time.
            • LocalH 2034 days ago
              Worn controllers can allow it to happen, however, so I don't think it's worth discounting.
      • make3 2036 days ago
        but then wouldn't TAS also be able to use it?
        • ilitirit 2036 days ago
          Yes, but this is referring to a specific TAS (the current fastest* known one), not a possible TAS.

          http://tasvideos.org/Game/nes-super-mario-bros.html

          [*] It's also worth noting that there are 2 categories for TAS timing: Humanly possible vs TAS-only. The former meaning that it's possible in theory for a human to achieve under "normal" conditions, the latter implying the opposite e.g. using left + right inputs at the same time which is not possible on a normal NES pad. The TAS in question was the current theoretical limit for humans.

      • kchoudhu 2036 days ago
        I thought glitches were not allowed?
        • astura 2036 days ago
          Speed runner come up with different "categories" for runs.

          The most common is "Any %," also the most basic, it means finish the game, usually anything goes, glitch away.

          You can also have no glitches category, 100% complete, no warps, no powerups, all <game item>s, etc. Sky's the limit. The community creates the categories.

          • PurpleBoxDragon 2036 days ago
            My favorite are randomized speed runs, where everyone gets the same randomized version and have to speed run it against each other. Normally these are done as real time races and the results of the randomization aren't known to the player until they start. Not all games support it (think games like Zelda and Metroid where you have to collect powerups to push get past obstacles to collect more powerups to get past more obstacles). The randomizer has to make sure the game is still beatable (so no locking a required item behind an obstacle that requires the item). It is also an area that TAS can't help and it has more to do with strategy than physical perfect button presses. Also, since every time you uncover a new randomized item it changes what is the most potential optimized path, it require a deeper knowledge of the game compared to speed running where there is normally a given optimized path that people compete against.
            • 0x8BADF00D 2036 days ago
              > Not all games support it (think games like Zelda and Metroid where you have to collect powerups to push get past obstacles to collect more powerups to get past more obstacles).

              There is, however, OoT Randomizer[1] which is really fun to play and watch. You can get end stage items at the beginning depending on your seed.

              [1] https://github.com/AmazingAmpharos/OoT-Randomizer

              • PurpleBoxDragon 2036 days ago
                I just realized I worded that poorly. I meant that games like Zelda and Metroid do support it, other games don't because there isn't much to randomize (such as platformers, given these tools generally can't create random levels, just swap item locations).
          • reificator 2036 days ago
            Any% refers to completion percentage, not the number of glitches allowed. But yes, some categories allow for glitches and some don't.

            Over the years the Super Mario Bros community in particular has become more accepting of glitches, as otherwise both TAS and human runs would have hit the limit of how fast is possible. By allowing glitches there is now always a possibility that the runs can be further improved.

            • astura 2036 days ago
              >Any% refers to completion percentage, not the number of glitches allowed.

              Indeed, which is why I said "usually."

              I usually see "Any %" and "Any % no glitches," but I just dabble in watching speedruns. If I see "Any %" with no other qualifiers, I'm going to assume glitching is allowed.

              I think it can be a bit arbitrary at times when a technique is considered "glitching" or not. The community decides. Which is fine.

              I saw a speedrun of Super Ghouls and Ghosts that had a clever limitation - "pick up all weapons that show up." If you're familiar with the game, if you pick up a weapon you lose your previous weapon and some weapons are way worse than others.

        • songshu 2036 days ago
          If a glitch is severe enough it will result in a new category of competition being created. A glitch that saves a second here or there would likely be accepted in the main category. Frequently speedrun games also have categories for how much has been completed in the run, like Any% meaning you just got the end credits up, or 100% meaning you collected all the items on the way or whatever
          • berbec 2036 days ago
            A notable example of this is Mario 64, where the lowest stars possible category has been renamed multiple times as ways of defeating bowser with fewer and fewer stars are discovered. I believe we are at 0.
            • kibwen 2036 days ago
              And now that the star count is at zero (which humans have pulled off in runs), there is a distinction between "two-key zero-star" and "one-key zero-star", of which the latter is likely only possible in TAS. Video here: https://www.youtube.com/watch?v=j5j6l9ULxmI
              • berbec 2036 days ago
                "likely only possible in TAS" has this habit of becoming possible.

                SethBling turning Super Mario World into Super Flappy Birds on a console comes to mind. https://www.youtube.com/watch?v=hB6eY73sLV0

                • kibwen 2036 days ago
                  Exactly why I made the conscious choice to use the word "likely". :)
                  • berbec 2036 days ago
                    Conscious choice consensus
        • ATsch 2036 days ago
          It depends on the game and category. Category rules are established by the community and the top priority is runs being fun to watch and play. Usually, any glitches are fair game. However, if any game-breaking glitches are found, the category will usually be split into one that allows and one that disallows the glitch. For example, Portal speedruns were split into "out of bounds" and "inbounds" categories once glitches were discovered that allowed you to beat the game mostly without interacting with the actual game at all.
          • danso 2036 days ago
            Same situation for Super Metroid, which seems to be one of the most popular games for speedrunning. The "anything goes" category seems to be "Any% Glitched" [0], which allows for techniques that modify in-game memory values -- the current record is 12m19s. The most popular category, and fun to watch (IMO) is "Any%" [1], which does not allow for such memory tricks and has a current record of 41m18s.

            But the latter is still not quite a "glitchless" run, based on the average person's definition of "glitch". For example, I doubt it was intended behavior for Kraid to die after 4 missiles [2] based on the player shooting him during a specific animation. I never played SM much beyond beating it as a kid, but I enjoy its speedruns because besides the variety of techniques and clutch moments required, there's at least one boss who behaves randomly, and requires the player to improvise. Also, in the course of new records being set, there have been a variety of strategies (e.g. different decisions on which path to take) employed, and there still seems to be room to discover more optimal strategies.

            [0] https://wiki.supermetroid.run/Any%25_Glitched

            [1] https://wiki.supermetroid.run/Any%25

            [2] https://youtu.be/ezFcybTLOOE?t=27m29s

            • danharaj 2036 days ago
              > there's at least one boss who behaves randomly

              Phantoon, bane of speedrunners.

        • nvarsj 2036 days ago
          Not at all. Speed runs rely heavily on glitches in the game to take advantage of.
          • crtasm 2036 days ago
            For many games the community create additional glitchless categories. Other common ones are warpless (don't use intended level skips) and 100% (collect/do everything).
        • oneeyedpigeon 2036 days ago
          Watch the video — all sorts of glitches
    • lars_francke 2036 days ago
      For anyone else wondering:

      TAS = Tool-assisted game movies http://tasvideos.org/Game/nes-super-mario-bros.html

      • beaconstudios 2036 days ago
        Tool Assisted Speedrun. It means you perform input to the game programmatically meaning you can set the input perfectly on a per-frame basis.
        • jamespo 2036 days ago
          what is the point of that
          • kibwen 2036 days ago
            If normal speedruns are like playing speed chess, tool-assisted speedruns are like finding the theoretically-optimal solutions to chess problems (https://en.wikipedia.org/wiki/Chess_problem). Both of them require intense devotion to the game, though the first emphasizes physical ability and execution while the second emphasizes exhaustive thinking.
          • wingerlang 2036 days ago
            You could consider bicycling tool assisted running. It's just a different take on competing.

            Some people also use TAS's to find, reproduce and understand glitches for use in normal speedrun.

          • neetdavid 2036 days ago
            People use them as another tool for finding glitches and exploring the possibility space of the game's systems. They're basically using debugging tools and in some cases even looking at memory allocations etc.

            As for full length tool assisted runs, I just find them to be a fascinating new lens to examine these games under. It's cool (depending on who you ask...) to see what the game looks like when another computer program is piloting it perfectly towards the goal of 'finish as fast as possible'

          • OscarCunningham 2036 days ago
            Just for fun, or to have a "theoretical optimum" to compare human speedruns to.
          • dragontamer 2036 days ago
            Because NASCAR is fun, even if you are going at super-human speeds. And there is skill in maneuvering a car at super-human speeds.

            TAS players play the game frame-by-frame and seek theoretical perfection.

          • LocalH 2034 days ago
            It started out for pure entertainment. Now, they sometimes work with realtime speedrunners to optimize their strategies.
          • emodendroket 2036 days ago
            If you're just watching it's arguably more fun to watch, since it theoretically represents absolutely perfect play.
    • baby 2036 days ago
      What proves that he's not switching to a TAS from times to times?
      • Fej 2036 days ago
        That's a technique called splicing, specifically it refers to "splicing" two videos in the middle, in this case one with real input and one faked. It is surprisingly possible (and often easy) to detect splices based on minute details.

        Splicing isn't always cheating, it can be used for other reasons.

        I can't prove that he isn't, strictly speaking, but Kosmic is a highly respected runner and has the skills to make this record.

      • Cthulhu_ 2036 days ago
        If it needs to be verified, a camera on his hands would be enough for experts to be able to see that. Also if the inputs are visualised on screen.
        • darepublic 2036 days ago
          What if he uses prerecorded footage of his hands, created by using some kind of TAS programmed to perform a 4:55 run in human style and then outputs those button presses to a screen. So instead of playing the game, he just presses what he sees on the screen. It would take a lot of work but would arguably be a lot easier than actually accomplishing the real run. Then, the footage is just TAS footage and the camera on his hands is also prerecorded. Then he just has to read out the comments on stream as this charade is going on and make sly responses to it

          I guess my point is that, although I trust the veracity of this record, one should not underestimate the potential for cheating.

          • JoshTriplett 2036 days ago
            > So instead of playing the game, he just presses what he sees on the screen. It would take a lot of work but would arguably be a lot easier than actually accomplishing the real run.

            First, matching prerecorded input with the frame-precision required would be nearly as difficult as doing the run, if not more so. At this point, he's already trying to produce very specific inputs that require frame-precision; he's not reacting to what's on the screen and adapting on the fly.

            Second, some TAS techniques are incredibly difficult for a human to replicate, and there'd be an expectation that he can replicate those tricks at least sometimes.

            Third, some of the techniques for detecting this kind of cheating include carefully watching the inputs to see if they're ever just the slightest bit late or early.

      • neetdavid 2036 days ago
        Mostly a lack of evidence
        • recursive 2036 days ago
          Lack of evidence can't really ever prove anything.
          • lostcolony 2036 days ago
            I think part of is the nature of it. Why would you get sufficiently into this scene, care enough about this one game to post video after video of you speedrunning it, to then cheat? The challenge for someone doing it manually is to do it manually; the challenge for someone doing it TAS is to do it TAS. Without the challenge there is literally no reason to do it. So while lack of evidence can't really prove anything, there really isn't that much motivation to cheat. If it was a complete nobody claiming they had manually set a record, yeah, that's suspicious, but someone well involved in the scene either is playing the long con for something that they themselves don't care about (and which they can't really revel in since any sort of in person interaction would show they're frauds), which is unlikely, or they're legit.
            • Loughla 2036 days ago
              >Without the challenge there is literally no reason to do it.

              What about money? Fame? Aren't these reasons?

              And there are countless examples from history of 'the best' in whatever area getting caught at cheating just to stay 'the best'. I'm not really sure what you're getting at with this.

            • UncleMeat 2036 days ago
              Actually plenty of people who have been deep in the community have cheated. It happens. But given that this run was performed live during a stream where he is reacting to chat it is pretty unlikely that he was doing playbacks of the entire stream.
  • pattle 2036 days ago
    If anyone is interested in speed runs I really recommend this YouTube channel

    https://www.youtube.com/channel/UCtUbO6rBht0daVIOGML3c8w

    Thy're a series of videos on how world records have been lowered over time on various games. It's fascinating watching particularity the one on Super Mario 64

    https://www.youtube.com/watch?v=l7ePi38LnrA&t=16s

    • kchoudhu 2036 days ago
      Did you ever see this one?

      https://www.youtube.com/watch?v=kpk2tdsPh0A

      This guy literally has a PhD in SM64. It's insanely complicated, and surprisingly lucid.

      • tehz 2036 days ago
        See also his four part series (course, really) on wall, ceiling, and floor interactions:

        https://www.youtube.com/watch?v=UnU7DJXiMAQ

        https://www.youtube.com/watch?v=a9fUV7uA2_s

        https://www.youtube.com/watch?v=f1kbABTyeo8

        https://www.youtube.com/watch?v=kRCjVLqjST4

        It's amazing how engrossing they are.

      • tvanantwerp 2036 days ago
        I just watched this entirely for the first time. It's incredible that someone would deconstruct a video game so completely just to avoid pressing the A button. Makes me wonder how many other things in the world are possible with the right information and determination.
      • kibwen 2036 days ago
        This video is legendary. It's like sitting in on a university course on the technical details of the physics and programming in Mario 64.
        • kchoudhu 2036 days ago
          I tend to skip around videos.

          When it went from "exploit this glitch" to a graph of "registering p-q alignment", I knew I would have to slow down and watch the entire thing.

          Boy am I glad I did.

          • jhinra 2036 days ago
            Ditto! pannenkoek2012 is operating at a level that every hacker should aspire to. Piecing together that solution for that star in 0.5 A presses is a thing of beauty.
      • crooked-v 2036 days ago
        I wonder how often he has to deal with "Dr. Mario" jokes.
    • TheAceOfHearts 2036 days ago
      I just wanna second this and say that I too love the Summoning Salt speedrun videos. They're like mini-documentaries.

      If you actually play through any of these games you really start to appreciate just how insane some of these times are.

    • city41 2036 days ago
      Since we’re talking about Super Mario Bros, his video on level 4-2 is really interesting: https://m.youtube.com/watch?v=i1AHCaokqhg
    • AnIdiotOnTheNet 2036 days ago
      He also streams, usually MTPO runs. Had the good fortune to be present for a WR not too long ago which was pretty exciting.
    • joshschreuder 2036 days ago
      Love the SummoningSalt vids and second the recommendation. I just wish there was more as they are so interesting!
      • kennyadam 2036 days ago
        There's a guy on YouTube & Twitch, who posts N64 Goldeneye speedrunning breakdowns at the start of each month. Very specific niche but oddly interesting! RWhiteGoose is his username.
        • songshu 2036 days ago
          I love RWhiteGoose and the GoldenEye speedrun community generally. There's a core group of 50 or so people who've spent literally man-decades optimizing that game. If you haven't seen his "speedlore" series on YouTube I recommend it, he goes through the history of optimizations of a particular level. There are many parallels with the experience of optimizing software systems and the cycle of breakthrough and consolidation we go through there.
          • trey-jones 2036 days ago
            I am not a speedrunner and I don't really follow any speedrunning community, but this takes me back to 1998 doing the Facility in time for the Invincibility cheat. If I still remember it 20 years later, I must have done it a few times.
            • songshu 2036 days ago
              Yes Goldeneye made amateur speedrunners of most people who played, as you had to get times to get cheats. You'd be amazed to see the fastest runs on Facility now. One particularly amazing thing is that the time for the invincibility cheat is now possible not only on 00 Agent mode (where in fact it's considered easy), but on so-called "Dark LTK" mode, where one injury kills Bond and all enemies have max stats.
      • paulirish 2036 days ago
        Apollo Legend [0] and EZScape [1] are two good channels to consider after binging SummoningSalt. SethBling's [2] Mario hacks should appeal to the HN crowd, too.

        [0] https://www.youtube.com/channel/UC5t8u4kpE0WvLxkPWIp8n-g/ [1] https://www.youtube.com/channel/UCIyZiiHXIH7KkqfaDvBmG-Q [2] https://www.youtube.com/user/sethbling/

  • dzdt 2036 days ago
    There is something amazing about artforms when the performers and spectators have an appreciation for the subtlest details. Mario speedruns are an oddball artform surely, but right now it has enough of a community to appreciate those details. For example, from the article I gather to "clip the wall to warp into the first level of world four" is a well-known and discussed precision move in the genre.

    It reminds me a lot of classical ballet. There the moves and forms have been developed over centuries. As a non-expert I can go to a show and see they dance beautifully. An expert may be disappointed by the same performance -- were the hands poised just so; were the movements optimally precise?

    It takes a lot of feedback between knowledgeable fans and expert performers to push an artform to its highest levels of excellence.

    • EForEndeavour 2036 days ago
      Your observation of hyper-focus upon the tiniest nuances of two different art forms reminded me of the obligatory xkcd: https://xkcd.com/915/
    • colordrops 2036 days ago
      Naw, clipping the wall is taking advantage of a well known intentionally created bug where you walk through a wall to get to an area to skip levels. Every kid playing the game back in the 80s knew about it.
      • la_oveja 2036 days ago
        i think you're referring simply to the warp zones, which are accessible with normal jumps. With wall clipping you don't go on top the wall, you go through it. See 1:10 and 2:04 on his video:

        https://www.youtube.com/watch?v=Gum4GI2Jr0s

        • jancsika 2036 days ago
          No, I think he's referring to the technique of wall clipping you can use toward the end of 1-2 before you take the pipe back out to the flag.

          Back in the 80s/90s kids would show how you could clip through the wall to the warp zone for two purposes:

          1. as an alternative to jumping from the platform to the top of the screen.

          2. More importantly, to get to level -1. You can do this because clipping through the wall Mario can arrive at the first warp zone pipe before the game registers that pipe as one of the labeled warp zone pipes. If you instead walk to the warp zone from the top of the screen Mario has to go all the way to the left before dropping down. And that would trigger the normal warp zones everyone is familiar with.

          What the speed runners are doing is understanding the mechanics of wall clipping on a much deeper level. Rather than doing it to make Mario "moonwalk" or reach a special warp zone, they do it to push Mario forward on the screen. This allows them to do stuff like "wrong warp" and shave some frames off of their time to beat the game faster.

      • feanaro 2036 days ago
        How is this different from what the previous post said?
      • Pigo 2036 days ago
        I think you're talking about the warping to the negative worlds. In the 80's we found out about a wall clipping method to get to the first warp tubes, but you ended up going to negative world numbers which never have an ending.
  • dinoqqq 2036 days ago
    Here is the video that explains how he did it. https://www.youtube.com/watch?v=_FQJEzJ_cQw

    Incredible how many hidden tricks/bugs/calculations went into that world record.

  • lysp 2036 days ago
    A great explanation of all the tricks used is this video here:

    https://www.youtube.com/watch?v=_FQJEzJ_cQw

    They basically go through Kosmic's (4:56.462 WR) run earlier in the year.

    Showing a few replays explaining each of the tricks/techniques used.

    There are quite a lot of places where you literally need to be perfect to the pixel to get a good run.

  • danso 2037 days ago
    Explanatory comment from main r/speedrun thread:

    https://np.reddit.com/r/speedrun/comments/9ip34a/455_by_kosm...

  • tribby 2036 days ago
    super impressive stuff. I'm generally unfamiliar with speedrunning, but I am familiar with the billy mitchell controversies, so I'm surprised that people accept the legitimacy of streamed runs. wouldn't it be trivial-enough to fake?

    tangental: my personal favorite mario-related feat is sethbling injecting flappy bird into super mario world manually: https://www.youtube.com/watch?v=hB6eY73sLV0

    • Hattes 2036 days ago
      To an extent I think that streaming has solved this problem, compared to the days of people just submitting videos that they recorded by themselves. Streamers might fake a single run to get a record, but it would be a huge amount of work to fake all the progression they had to go through to get there.
      • wild_preference 2036 days ago
        This just isn't true. Recently there was a Super Meat Boy cheater who was discovered due to analysis of a persistent animation across the game that wasn't lining up due to video cuts.

        Pretty flimsy system (and far from "solved"), and it lets cheaters steal glory for the months or years it takes to catch them which threatens the legitimacy of the sport past a critical mass.

        Moderators/judges are on the wrong side of a trapdoor function because of the amount of analysis it may take to verify a single video, and they aren't professionals in the field of video analysis.

        I don't see how "all progression" is relevant here since you don't need to be a streamer to speedrun much less to submit a well-doctored video with a time that beats other people.

        • Hattes 2036 days ago
          I know of the Super Meat Boy example (I've seen the Apollo Legend videos too). Was that run streamed live?
          • wild_preference 2036 days ago
            don't know, but my point is that it took a rather serendipitous global animation to expose them. There are people who think speed runs should require footage of the controller for the sake of a consistent analysis medium, and I'm sympathetic to them for the sake of the legitimacy of the sport at the expense of accessibility.

            And to respond to your question, you can livestream a pre-recorded video so it doesn't matter. Some guy livestreamed a record breaking run of Yoshi's island or something but got cocky and streamed his controller, and someone trivially discovered he was miming it, pressing or skipping inputs after they were seen in the video. The Super Meat Boy wasn't doing that.

      • dezgeg 2036 days ago
        I would have previously thought so too, but recently there was a cheating incident in the GTA speedrunning where already a top runner started cheating: https://old.reddit.com/r/speedrun/comments/98utvr/grand_thef.... So for a year there was apparent progression to be seen in the streams, but it was all/most due to modifying the game files to gain advantage.
      • topmonk 2036 days ago
        I agree, but furthermore after you get to a certain level of skill, you pretty much have a free pass to cheat if you like.

        To wit, I don't think many people suspected Billy Mitchell of cheating until there was undeniable proof of that fact.

        • bhickey 2036 days ago
          > To wit, I don't think many people suspected Billy Mitchell of cheating until there was undeniable proof of that fact.

          Not so much. Billy has been suspected of cheating for ages. His live play is completely at odds with his WR runs. As of the early/mid 2000s he just wasn't very good at Donkey Kong when compared with his contemporaries.

    • mrob 2036 days ago
      It's possible to fake streamed runs, e.g. by miming over pre-recorded spliced/TASed runs, but Kosmic has played at live events where this would be impossible, and there's no doubt that he has the skill to do this legitimately.
    • bhickey 2036 days ago
      Billy's live performances were miles away from his spliced runs. The live performances of top level SMB runners are in line with streamed performances. Some communities are moving toward controller cams to show each button press.
    • ngokevin 2036 days ago
      Would it be fair to say similar scandals have happened in actual sports (PEDs, judge corruption)? Cheating is often caught and corrected in the speedrunning community.
      • MiddleEndian 2036 days ago
        As a regular fan of MMA and occasional watcher of boxing, I can't think of a single example of the sports' governing bodies overturning a corrupt result, even in the Olympics. Occasionally judges will be fired later; that's it.

        PEDs are enforced almost sporadically; I wish they didn't bother.

        Edit: By corrupt result I meant corrupt or inaccurate judging.

        • kod 2036 days ago
          Cormier vs Jones 2
          • MiddleEndian 2036 days ago
            That fight was overturned due to Jones popping for PEDs, not due to improper judging.

            When I said "corrupt result" I meant corrupt judging. Sorry I was unclear.

    • sp332 2036 days ago
      Because after all, it's still a game and this is still just about having fun. Until someone starts losing real money from video game fraud, there's no incentive to turn a friendly competition into a thing where you feel like you can't trust anybody.
    • kryogen1c 2036 days ago
      Oh neat! I knew about the credits warp, but I didn't know about flappy bird. Thanks!
  • dabeeeenster 2036 days ago
    This is a super interesting video about how things work internally - really fascinating.

    https://www.youtube.com/watch?v=_FQJEzJ_cQw&t=3s

  • RGamma 2036 days ago
    The current world record in tool-assisted speedrunning is at http://tasvideos.org/1715M.html beating the game in 4:54.03 (RTA timing, measured from start menu) or 04:57.31 (TAS timing, measured from console power-on)
  • jancsika 2036 days ago
    Anyone have a link to the explanation someone did to explain the 21-frame event callbacks in terms of a bus stop?

    I thought it was pretty clever.

  • rofo1 2035 days ago
    Here's a Half-Life 1 speed run (best time afaik): https://www.youtube.com/watch?v=VtI5HM7GVGY

    I can't even begin to describe how much skill and movement precision is in this video :)

  • dzek69 2036 days ago
    On the video I see pausing of the timer on 0:36 (video time, not timer time). What's going on there?
    • daxterspeed 2036 days ago
      In the top left of the video feed there's supposed to be an active input display (showing what buttons are being pressed on the controller). At this point in the video he fixes the input display, causing the capture of the timer to stagger a little bit.

      As you'll notice by the end of the video the timer doesn't actually display 4:55.913, even though that's his record time - this is because the entire run has been re-timed (more accurately) after the record was set.

      • oneeyedpigeon 2036 days ago
        How did he know, live, that he'd beaten the time?
        • UncleMeat 2036 days ago
          SMB has a weird property that all levels are finished in exact multiples of 21 frames (except the last level). This makes it very easy to know precisely where you are in relation to the WR at any given moment. Kosmic knows that he is precisely 21 frames ahead of the WR going into the final level. He has also done 8-4 so many times that he has a very good idea of how many frames it took (maybe off by 1-5 frames at the end). Also, the bowser hammer pattern at the end depends on the frame so if you have the patterns memorized you can tell exactly how many frames it took.

          All this together, Kosmic can be very sure that the run is below 4:56 without timing it down to the frame.

        • danso 2036 days ago
          I had wondered about this too and asked about it in r/speedruns [0] I originally assumed that speedrunners used some kind of special software/hardware that provide the watch counters displayed during their streams, but apparently, the displayed timer is controlled manually, via something like a foot pedal, and is not meant to be the official time (which is verified later through analysis)

          But for a game like SMB, in which there is a hardcoded "window" (the 21-frame rule), it seems like it's fairly easy for a speedrunner to know if they've performed optimally when they finish each level.

          [0] https://www.reddit.com/r/Games/comments/9iturn/super_mario_b...

          Helpful comment:

          > Additionally for Super Mario Bros. there is a thing called the frame rule that basically means that you can only beat a level (except the last level) on certain frames. If you beat the level before the frame rule then the game waits until the next frame rule before starting the next level. It's something like every 20 frames, I'm not exactly sure. So for most of the levels you only really need to know which frame rule you hit, which is fairly easy even with manual timing. The end of the last level needs to be measured precisely though.

          • breakingcups 2034 days ago
            Actually, the special software you describe does exist and is often used in speedrunning. It is called an autosplitter.

            It works by reading out known memory addresses of the game. At bare minimum this would be "start of level 1" and "game completion" but you'll often find more elaborate "splits" as the more popular the game is.

            See this for an example: https://imgur.com/a/KDp7YFx

            It shows the last three missions, the timestamp when it was completed and a comparison agains this speedrunners personal best.

            It also shows the current mission and the one after that, along with a timestamp of when it was finished in the speedrunners personal best run.

            Beneath that it also shows a whole bunch of stats, what the best possible time is the speedrunner could achieve at current pace based on all the best times in the earlier runs, how it compares to the world record, etc.

            This works really well for PC games and emulators but is a lot harder on real hardware.

        • wingerlang 2036 days ago
          Probably the rough timer he uses combined with knowing that he nailed most tricks.
    • wnkrshm 2036 days ago
      Looks like the game is losing focus but it's pausing inbetween the clicks - at first I thought it didn't pause but you can look at the score being counted up in the game, it pauses with the pauses in the timer, so I think there is no mistake.
  • foobaw 2036 days ago
    Can't wait until I see new exploits!
  • artsyxxx 2036 days ago
    Is this an emulator run?
  • nerdnumerouno 2036 days ago
    Isn't this the guy that switched genders and ticked off his community? What an interesting group of folks these speedrunners are!
  • nsmith14 2036 days ago
    How much time until it's proven he cheated? I give it one year.

    (This comment is in jest, but that has been my experience with the speedrunning community thus far.)

    • guipsp 2036 days ago
      Kosmic is a seasoned speedrunner. I highly doubt he's cheating.
  • Dowwie 2036 days ago
    This trivializes my childhood accomplishment. I don't like it!

    It blows my mind how speed runners learn to exploit the inner workings of a game, from timing hacks of the RNG to positioning actors on the screen to unlock design weaknesses. While it takes a lot of skill and many hours of practice to pull off these exploits, advancing through a game at record speeds through exploits takes away from the experience that was intended for play. Speedrunning is not playing the game better but rather playing exploits better.

    • adrianN 2036 days ago
      It's a different game that uses the same cartidge. I don't think you should think of it as taking away from the experience, it rather adds another aspect of the game that you can enjoy.
    • Hattes 2036 days ago
      Seems like a false dichotomy to me. This run has a fair amount of exploits, but also a lot of plain "being good at Mario". Compare to the any% run of Pokémon Red/Blue for instance (which uses an exploit to warp to the final screen of the game without any "traditional" gameplay).
    • moate 2036 days ago
      Think of the game as a deck of cards. You liked playing poker with the deck. These people are playing solitaire. It's a different game entirely using the same pieces. Your goal (to have fun) and their goal (to do something faster than any other person on the planet) both provided you with a sense of accomplishment, but you were never really trying to do the same things
    • oneeyedpigeon 2036 days ago
      I think it's a bit of both. Clearly, the glitches weren't in the mind of the creators, so don't represent the 'proper' game. Still, this guy would clearly be insanely good at the game even if all the glitches were taken out — he's still playing the game better. It's also pretty difficult to define exactly where to draw the line on this one, so it's easier to just say "anything goes".
    • emodendroket 2036 days ago
      You can't do the speed run without first doing a regular run