Jokes aside, Summoning Salt is a great Youtube channel, and it makes me feel emotionally invested in speedruns of games I've never heard of before. Great storytelling. Not to mention that speedruns (and the glitches people find to get world record times) are pretty interesting from a computer science standpoint.
As an interesting aside, not only does he make great documentary style videos about Speed running, he also happens to be the current (as of June 2021) world record holder for Mike Tyson's Punch-Out!
It's incredible, you're completely engaged from the beginning to the end of the video.
I don't wanna give you spoilers, but really check his video about Super Mario sunshine speedrunning.
Since I believe it’s every 21 frames that means you could perform 20 other functions dispersed across the 20 other frames, but if the system doesn’t need to do anything in that time then I don’t know why you wouldn’t just check every frame.
There’s no clear cut answer for this; some say it was intended to be every 20 frames, and there was an off-by-one error in implementation.
I don't follow the speedrunning scene, but I always get really excited when Summoning Salt releases a new video.
But there are advantages to controllers too -- it tends to be easier to press two buttons on the same frame for eg.
And the thing is, it's not like there's only one controller you can perfectly standardize on. Even if you require only an 'original controller from the console manufacturer', well does that mean you have to be using the original rubber contact pads? Those are mostly all dead by now. Are all replacement rubbers equal? What about putting tape in the middle of the dpad to make diagonals more consistent?
And then it's also an accessibility issue. A lot of people can't use the original controllers. A lot of people who are otherwise very good at video games. Many of them can't use them because they played so many video games on them and they've gotten RSIs.
All that said there are usually limits. Almost no games allow macros (exception: Celeste allows a macro for a dash technique) or any other "press one button for multiple inputs" kinda stuff. Very few games allow turbo (exceptions: some RPGs do because mashing through cutscenes is very bad for your hands).
A lot of games do require controllers that are at least no more capable than one that came with the console though. But then there are things like one-handed controllers that are no more capable but could potentially change what's easy/hard.
So.. yeah it's complicated. It's just down to the game and its 'community' to decide what makes sense. That's largely how the whole speedrunning world works these days.
But no it's not too late to change the rules. Speedrun leaderboard rules change all the time to accommodate new information, techniques, and glitches. If people who run SMB feel it's unfair, it might change.
An example of this would be if the original controller won't let you press both left and right at the same time, and being able to do so gives an unfair advantage due to the way the game was programmed (I think Castlevania SOTN is one of these.)
For some games there are tons of categories for different variations or restrictions. (It can even happen that when a new fundamental glitch is found, a category "Game X without this one specific glitch" is added if people enjoy running the game without it anyways)
If you're using an emulator, you have to enable allowing it. If you're using a hardware adapter you'd have to have your adapter blocking it.
Though an original NES controller speedrun coming close should definitely be a legit accomplishment.
some thoughts
- given the timeline of progress, i guess we might see THE perfect run in the next 12 months or so
- how did they figure out the theoretical best time in the first place?
- is machine learning being applied to this problem yet? might be able to discover some more time saves
A rarely used tool is brute-force searching for ideal inputs by making a computer play the game, trying all possible inputs. In theory, this process could find the ideal set of inputs for any game, but since the space of all possible inputs grows exponentially with the length of the sequence, this is only viable for optimizing very small portions of the speed run. Instead, a heuristic algorithm can be used. Although such an approach does not guarantee a perfect solution, it can prove very effective for solving simple puzzle games.
Depends on the game...
With mario, if you know the max acceleration and speed of mario, and the length of the level, you can calculate the theoretical minimum needed to come to the other end, especially if no glitches are allowed. If you have to backtrack a bit, you can calculate the optimal path to pass through. Glitches (eg. passing through walls) make this harder.
With games like Zelda, breath of the wild, it's pretty much impossible to calculate exactly, except for taking the current records, finding flaws, errors and/or adding new optimizations, and subtracting the "lost time" from the record.... until a new, better strategy comes out.
Generally by trial and error and with a TAS, which is a "Tool Assisted Speedrun". Some people determined what all of the most optimal segments were, then programmed a computer to push the buttons at exactly the right time (down to frame perfect). So theoretically the current best time could be a local maximum, but with how long the game has been out for that seems unlikely.
This also led to a kind of funny thing where some runs were considered "TAS Only", only to be later achieved by a human in a real run.
I suppose, from a certain perspective, repetition can make good storytelling, and the actual real life events of course restrict the storyline to an extent, but they could have at least phrased it differently
I think the epitome of this for me was his vid on Mario Kart 64 and the A1A trying to stop a prolific speedrunner from claiming 32/32 simultaneous track records [2].
At under 5 minutes, it seems like it's the ideal length for practicing as well - if you screw up a full run, you at most have lost 5 minutes of time, you just start over again.
No-warp runs which go about 20 minutes are way more painful when you make a dumb mistake in 8-4.
The vid title or description could use a one liner about what it's actually about.