Game objectives

  • Aims for fastest time
  • Takes damage to save time
  • Heavy RNG manipulation
  • Uses death as a shortcut
  • Abuses frame rule

Frame table

Length:Frames:
00:23:38.9885279 frames
Savings:Frames:
00:00:05.53332 frames
Record count:
118012
StageFramesTotal saved
Flashman00
Heatman11
Airman78
Crashman196204
Quickman16220
Metalman16236
Bubbleman40276
Woodman6282
Wily 1-8274
Wily 216290
Wily 332322
Wily 45327
Wily 54331
Wily 61332

Encodes

Technical data version
Ghost script version:

Some basic information

Walking and jumping

It's always wise to walk instead of jumping because subpixels suffer as a result if you do. When you do the fullest jump while reaching something, don't do it at the first possible frame. It will make your subpixels lower. If you want to keep your precious subpixels do it a bit later. I always check the first frame and use the second possible frame instead or something else as long as it's not the first one.

Ladders and climbing

It's possible to cancel shooting animations on ladders by dropping and grabbing furiously. Timers are still going to be with you but you gain a bit of height each time you do. I truly have no idea what's going on. I think warmCabin was the first person ever talking about this. You can grab ladders offscreen and it's possible to gain vertical boost by pressing down while you grab on ladders and press up on the next screen. Boost is usually around 16 pixels but it's possible to get that even higher. I still think that there are anime girls lurking offscreen preventing my work. It's also important to do some wiggling so you gain access to higher Y position sooner. There is a timer that reduces every time you do wiggling. Crashman is a good example when you look at that ladder section. It might look like some ADHD-spam movement but it's actually more deeper than that.

Turnaround subpixels

When you jump down off a ledge I recommend against touching the wall. It's possible to be a few subpixels inside a block if you optimize your movement correctly and save some subpixels when you press left or right (depends where you're going to) at the correct time without touching the wall. This is apparent at Flashman's stage but I also did some wiggling for further optimizations.

Frame rules

This game doesn't have its own time so frame rules are tied into the objects instead. That makes this game quite an interesting one to be optimized. Door frame rules are 4 frames and stage rules are 8 frames. Wily 1 and Wily 3 are expectations because their frame rule is 16 frames. It's also possible to shift frame rules by adding lag before DelayScrolls. This happens because lag affects frame rules' behavior but it won't affect music code at all. This needs to be adjusted correctly, too minimal or too large amount of lag will have a negative effect. This is mostly trial and error because of other surroundings and rules. I found this while we were working on our previous run.
For a reference, here's a trace log for refill rule:

DelayScrolls

Useful resources

These are some old links from FinalFighter but they're somewhat valid and they contains a lot of interesting material. I wish there was some kind of repository for everything. I miss the old days.
I highly recommend checking warmCabin's zipless submission text out.
Also, TASVideos' site offers a good amount of basic information.

About my work

Long story short; I cannot leave this game alone if I find something new. This game is also time consuming one and I'm not even getting paid for it. I finished several different, yet full movies before this version. One of them was 72 frames faster compared to the published one. I used them as a reference material to understand frame rules and other places better. I still had motivation to go further on with this game and I'm glad that bizarre things just kept popping up. I also set myself in a mode where I wanted to understand the whole picture better. I haven't needed both FinalFighter's and pirohiko's help for quite a while and they've encouraged me because I have learnt to perform their magic tricks by myself. There are still a few people who are interested in these two first games in general and they also motivated me to finish this project.

Stages

Flashman

Mostly stylistic changes and trying to find what is entertaining and what is not. There isn't anything to gain because you need a good amount of frames to break another frame rule. I can at least mention that this is the only stage with an icy and unique floor.

Heatman

I'll be collecting some 1UPs but for what purpose? Well, I don't need them for anything but someone might need in the future. I started to inspect Item 3 values more in depth here. I managed to find a way to perform Item 3 zip a bit faster with correct RNG seed and Item 3 speed value. This didn't help me to gain anything but I found a way to use those frames to eliminate one lag frame off the stage which was satisfying enough for me. I've also tried to find a constant way to manipulate Heatman's vulnerability timer without success. I know that RTA people tend to get close to him but that's fully understandable because you need to react. If you're interested to see how Heatman behaves, look at $B2 value. Heatman timers goes like this: 31 and 62 and 93 frames.

Airman

Main concern with this stage was to find a gameplay that is indeed optimal in my terms. Item 1 values were not allowed to go wild and manipulating them was getting harder and harder every step I took. I can say that the cloud area was the most evil of them all. I needed a correct amount of lag before DelayRightScroll to make proper frame rule shifting. As a bonus I needed Item 1 values that worked with my zip method at the end of the stage. I found a method to use a pause buffer with Item 1s to make even faster initialization for the zip. I also wait for one frame to manipulate 'perfect' values for Crashman's stage. I was well inside a frame rule so I didn't break anything. This new gate zip trick won't work on many values. I also use this at the Metalman stage and I had to go back and forth quite a lot to get desired results.

Crashman

After polishing the beginning as much I could I continued to go further on. I struggled for weeks, then months just to pick one refill up. My frame counter value was inside a range where I lost a lot of time. I was getting frustrated which was pretty rare for me when TASing this game. I was quite happy that at some point I found a way to perform DelayDownScroll with Item 2 instead and that meant I didn't have to pick that poopy (shitty) refill anymore. Later I also found a way to perform DelayLadderTech from the right side of the screen. It wasn't so easy to do because after performing that glitch you'd have to position yourself correctly while you drop offscreen. In the next screen after that a shot was required so you could continue climbing inside walls. It's possible to jump on Item 2 and reach the correct Y position to enter the screen with gate(s). This is not possible with Item 1 because it keeps rising. After performing DelayDownScroll I wanted to perform a trick to allow zipping at the fight. That attempt was successful and it reminded me about old runs. I also manipulated Item 1 values for Quickman beforehand.

Quickman

Stage starts with Item 1 manipulations. I needed a good pool that carries to the end of Metalman and Quickman contains the best values you can get as well. I have to do these manipulations through trial and error so copy-pasting, TASEditor and playing segments again was my best bet. On top of that I was not allowed to lose any frames. The value I have for first Item 1 at the beginning allows me to perform leftward zip even faster. At the black area there are some movement tweaks to gain actual frames and a quarter of a pixel that RTA runner fastatcc found out. I gotta thank both paosidufygth and warmCabin for these movement changes as well. At the final long room and after entering the door; I also did some manipulation for Metalman beforehand.

Metalman

Okay so, the stage starts with pretty good values. After that my values are still great and so on. This always doesn't mean everything's going well. I did a large amount of testing and manipulation back from both Crashman and Quickman to reach this conclusion where I'm actually getting best outcomes out of the box without losing any time. To define a best outcome; I've had manually test different setups for everything I do. Item 1 height script allows you to cheat on that a bit because you can change values. It's a good tool to have around. That was the main key to beat 2*8 frame rules. I also did the second last zip differently but with same timing to allow gate zip to work properly. I also had to use correct RNG seed manipulation back from Heatman's stage for this. Boss fight contains movement tweaks that allows me to eliminate that one pesky lag frame off the charts! Oddly enough I found out that if I do an extra jump in this stage, final dog scroll would fail again at the end of Woodman. I'm certain that there's a bank for sprite processing order because there are other things already tied to the frame parity mess.

Bubbleman

At the beginning I found a new method to start a zip faster. You need a good amount of luck (correct Item 1 manipulation). I'll tell you how it works; you need to be able to jump from first Item 1 so your isn't one pixel too high. When you jump on the second one, you must make manipulation so you get on that third one without falling off. Then there's a bit of waiting until one of those Item 1s explodes, when that animation is gone you shoot another Item 1 to initiate zip faster. This saved a bunch of frames (5 if my memory serves right) and it allowed me not to wait for so long at DelayDownScroll section anymore. Actually I was able to perform DelayDownScroll 40 frames faster this time. I had to be careful how I shoot Metal Blades around because they seem to make first and last DelayScrolls to fail at Woodman. This had something to do with frame parity, first Item 1 speed and pixel processing. I noticed this with my previous run but I had this haunting me all day long this time. I think it's worth to note that if I change some shots back from Flashman, they will make the last doge scroll fail as well. I've seen some cases where DelayLadderTech wouldn't even work at Crashman after doing such cosmetic changes. This also limits the manipulation pool I'm playing with.

Woodman

Time to get wild. Dying at high Y position and off-screen at a previous battle makes this setup possible. Now I need to gather one frame of lag for frame rule shifting purposes, make Battos and Robbit to be in sync with their movements. DelayUpScroll here relies heavily on Robbit's carrot launch animation. I also need to make sure that both Batto's opens their wings at the same frame. And last, I need to generate/mix sound by using jumps. I need to aim for a certain Y range to succeed. Those bats don't like to cooperate most of the time because only one of them opens and the other one sleeps. After performing that trick I did a lot of different lag setups but this was the best outcome I've found so far. Because there are many DelayDownScrolls involved. I gathered some lag before them for frame rule counter shifting and checked if the next DelayDownScroll even works after my changes. I also noticed that some of my changes beforehand locked certain X/subpixels values being used for DelayDownScroll. I had to make sure I can reach X=40.XXX instead of X=39.XXX at the final DelayDownScroll. Sometimes it did not work so I played at random to change it. Before the boss fight I do some manipulation for Wily 1 stage. Time savings comes purely from different lag handling so frame rule shifting is heavily involved.

Dr. Wily 1

I tried to be entertaining here. Also, my strategy is to be as minimal as possible because picking up refills are deadly for two reasons: they do take an unnecessary amount of time, they will mess your $1C timings and if $1C value is in a bad range; you'll get further penalties. This stage doesn't offer any major changes other than I refuse to use one Item 1 at the tower. This loses around 20 frames in that section but after beating the stage I'm only 8 frames slower. This is because I abused $1C's behavior. I need to kill Mecha Dragon at multiple of 16 frame value to bypass some waiting and my gameplay was perfect for that. So it was totally worth not to use that Item 1 at all for greater good. I need to make $1C to align later on as well and this was a good start for it.

Dr. Wily 2

I happened to reach pretty good frame rule range to pick refills up this time. I didn't get any extra penalties along the way. Thanks to Wily 1. After I finished this stage I gained 12 frames out of nowhere and I was able to keep them in my pocket. Usually you don't keep these at all. I usually hate being friendly with $1C but this time I gotta thank that thing from bottom of my heart. I also manipulated Item 1s during the fight for Wily 3.

Dr. Wily 3

This is pretty much the same as before. I did some tweaks for $1C shift and Item 1 manipulation which I needed for Wily 4 stage. When I came out of the water I needed to get $FC to point to "3" value. I need that for the upcoming refight. This is stupid because you have to reach refight stage first and see what value to use there. Look at the fight and that spam I do there; they're for both entertainment and for Item 1 manipulation. I need to make sure that Item 3 climb works properly in the beginning so I had to do some manual editing quite a lot for that. Some edits made the boss fight to desync because of frame parity.

Dr. Wily 4

Okay, time to climb! I made Item 3 to disappear a bit sooner at room #4 which saved a bit of time. After going all the way up I once again do some Item 1 manipulation. I used a new strategy which saved an extra Item 1 and I took damage from an enemy as well. This was heavily inspired by paosidufygth's PSX TAS gameplay. I also found a way to use Item 3 with different manipulation so it was a bit faster. I also used this method back at Heatman but after I reached Wilt 4 for the first time.

Dr. Wily 5

Hey! It's time to use a different route but are you ready to see it? I change the weapon immediately to Bubble. It's always wise to change weapons this way because it saves some extra time. In this stage it's been a mystery for a long time how to make a different route setup but now I did. It's also worth mentioning that walking here is extremely slow so it doesn't make sense to go with a route like Crashman, Quickman etc. My new route is Heat, Air, Wood, Bubble, Quick, Crash, Metal, Flash and Wily Machine. Basically this is equally as fast but I somehow managed to beat 4-frame rule this time. I do the usual Item 1 manipulation just by shooting Air shot before I enter Crash's chamber and I do tweaking at Wily Machine as well. At Wily Machine it's important not to shoot diagonally at the end because that will add a lag frame into the business.

Dr. Wily 6

I found a slight tweak to beat this boss one frame faster. At Wily machine fight I found a better pool for Item 1 manipulation and Item 1 disappeared one frame sooner but it didn't really help. Then I relied more on quantum shots and lag manipulation differences.

Special thanks

Before I go any further. I wanted to work alone this time but I also talked with other people about what they do think about my work. People including aglasscage, FinalFighter and pirohiko refused to be any part of it. At some point I was thinking about adding warmCabin as an author but after thinking about that decided not to. This project has been a big one and I seem to have a habit to downplay my work quite often. I got encouragement back from previous authors and told me that they weren't really part of the project. warmCabin also contributed a bit by pointing a couple of good things out but I don't think those were big enough contributions to be included in the authors line. warmCabin scratches my back and I scratch his. That’s what I think for now. I can help but I don't want to be part of his work as a result. I feel like the zipless category is warmCabin's area. I also got entertainment ideas from both him and Maru. This section is also for people who have been around for quite a while.
  • aglasscage: One of the most obsessive persons I've seen up to this date on this game. He's also the very same person who made Mega Man 2 run for Speed Demos Archive. He also came up with the craziest ideas and consulted FinalFighter about them as well. Woodman is a prime example for his dedication and work. Long time partner and I’m blessed to have people like him around. It feels good that someone actually supports and understands your very own work.
  • pirohiko: In the past he timed most of the DelayScrolls and understood when they're going to happen. He aided us for ages with scripts and gameplay ideas. He's not really talkative because English isn't his native language but it's possible to talk to him through FinalFighter instead. He also likes to make smart video edits with lots of information. They’re pretty damn useful for presentation. I also share a long history with him.
  • FinalFighter: This person knows assembly quite well. Always to backup you with information and scripts when you're in trouble. Expects you to solve your own issues with tools. Like a parent of some sort. I noticed random behavior with refills at some point, talked to him and shortly after that I got a trace log about there being a frame rule attached in objects. One of the oldest cooperative persons around since 2005 or so.
  • warmCabin: He likes to fiddle on different routes which looks pretty random to me at times. Poked me many times that I should watch paosidufygth’s PSX Rockman 2 TAS for possible strategies and that was a good thing for him to do. It helped. This person is more focused on the zipless route but there are things that might apply to my work as well. Being talkative is a good trait for sure. Filled with passion, I guess? He likes to write useful scripts as a bonus.

Suggested screenshot


Samsara: Judging.
Samsara: Setting to Delayed at the author's request, pending improvements.
Samsara: Since it's been quite a while without any updates from Shin, I'm accepting this to obsolete the published run (inheriting the Star, of course), which will be obsoleted by the improvement when it is finished and submitted.
fsvgm777: Processing. EZGames69 will be handling the encodes for this one.

TASVideoAgent
They/Them
Moderator
Joined: 8/3/2004
Posts: 14852
Location: 127.0.0.1
This topic is for the purpose of discussing #7002: Shinryuu's NES Mega Man 2 in 23:38.98
Joined: 12/20/2020
Posts: 13
nicely done, keep up the good work.
Experienced player (543)
Joined: 11/18/2011
Posts: 245
Location: Morocco
No one: Will this be accepted or will be published? Me: Yes
I still learn more about English. https://www.youtube.com/user/McBobX100
I wrote:
Working is the best way to achieve goals in speedruning. Hardworking is a pain.
Player (213)
Joined: 3/15/2018
Posts: 228
Location: United States
Still can't believe you saved 332 frames. The end is never the end is never the end is never the end... This time around, I think I contributed a subpixel save in Metal, the little ladder boosts in Crash, and a random 1-up in Heat for no reason. You could say I saved maybe 2 / 332 frames = 0.6% of the time in this movie, so I'm totally fine not being an author. In case that special thanks section raises any eyebrows.
Experienced player (538)
Joined: 5/12/2005
Posts: 707
warmCabin wrote:
Still can't believe you saved 332 frames. The end is never the end is never the end is never the end... This time around, I think I contributed a subpixel save in Metal, the little ladder boosts in Crash, and a random 1-up in Heat for no reason. You could say I saved maybe 2 / 332 frames = 0.6% of the time in this movie, so I'm totally fine not being an author. In case that special thanks section raises any eyebrows.
Yeah, this is weird on some level. Most of the time comes from both Crashman (196 frames) and Bubbleman (40 frames). Other various tweaks are manipulating Item 1 speed values even more better (I got extremely lucky at times to get things to roll) to break $1C out of the map. As an extra I also abused frame rule's behavior which I found while making the previous run. I bet you've seen my writings about this infamous frame rule shifting and its annoyances surrounding it. Haha, yeah. That's about right, I guess? Good thing to hear that you're fine with that. Beware the contributions I might have hidden in my pocket for the future...
Joined: 12/29/2014
Posts: 16
I finished several different, yet full movies before this version. One of them was 72 frames faster compared to the submitted one. Stares in confusion
Player (213)
Joined: 3/15/2018
Posts: 228
Location: United States
Justin Z wrote:
the submitted one.
He means the one from last year
Editor, Skilled player (1403)
Joined: 3/31/2010
Posts: 2086
Holy crap, you've done it again, you absolute madman. Excellent Run, and yes vote, of course.
Noxxa
They/Them
Moderator, Expert player (4136)
Joined: 8/14/2009
Posts: 4083
Location: The Netherlands
Very excellent improvement, great to watch. Clear yes vote.
http://www.youtube.com/Noxxa <dwangoAC> This is a TAS (...). Not suitable for all audiences. May cause undesirable side-effects. May contain emulator abuse. Emulator may be abusive. This product contains glitches known to the state of California to cause egg defects. <Masterjun> I'm just a guy arranging bits in a sequence which could potentially amuse other people looking at these bits <adelikat> In Oregon Trail, I sacrificed my own family to save time. In Star trek, I killed helpless comrades in escape pods to save time. Here, I kill my allies to save time. I think I need help.
XYZ
Former player
Joined: 12/9/2006
Posts: 165
Location: 2bastuz
Yes vote. 2020 began with a Megaman. 2021 - Megaman 2. Next year - third part?
Experienced player (538)
Joined: 5/12/2005
Posts: 707
XYZ wrote:
Yes vote. 2020 began with a Megaman. 2021 - Megaman 2. Next year - third part?
Oh, no idea about that!
Challenger
He/Him
Skilled player (1637)
Joined: 2/23/2016
Posts: 1035
Very impressive again! Yes vote.
My homepage --Currently not much motived for TASing as before...-- But I'm still working.
Joined: 2/28/2009
Posts: 99
Well done shin~
EZGames69
He/They
Publisher, Reviewer, Expert player (3964)
Joined: 5/29/2017
Posts: 2706
Location: Michigan
This was a great watch! Yes vote. Also I’ll be encoding this run for publication.
[14:15] <feos> WinDOES what DOSn't 12:33:44 PM <Mothrayas> "I got an oof with my game!" Mothrayas Today at 12:22: <Colin> thank you for supporting noble causes such as my feet MemoryTAS Today at 11:55 AM: you wouldn't know beauty if it slapped you in the face with a giant fish [Today at 4:51 PM] Mothrayas: although if you like your own tweets that's the online equivalent of sniffing your own farts and probably tells a lot about you as a person MemoryTAS Today at 7:01 PM: But I exert big staff energy honestly lol Samsara Today at 1:20 PM: wouldn't ACE in a real life TAS just stand for Actually Cease Existing
Player (61)
Joined: 12/25/2020
Posts: 4
I love this TAS :)
Samsara
She/They
Senior Judge, Site Admin, Expert player (2120)
Joined: 11/13/2006
Posts: 2792
Location: Northern California
Any updates on the improvement, Shinryuu? If it's going to take longer, I'm probably just going to accept this in the meantime and have the improvement just be a new submission in the future.
TASvideos Admin and acting Senior Judge 💙 | Cohost
warmCabin wrote:
You shouldn't need a degree in computer science to get into this hobby.
EZGames69
He/They
Publisher, Reviewer, Expert player (3964)
Joined: 5/29/2017
Posts: 2706
Location: Michigan
[14:15] <feos> WinDOES what DOSn't 12:33:44 PM <Mothrayas> "I got an oof with my game!" Mothrayas Today at 12:22: <Colin> thank you for supporting noble causes such as my feet MemoryTAS Today at 11:55 AM: you wouldn't know beauty if it slapped you in the face with a giant fish [Today at 4:51 PM] Mothrayas: although if you like your own tweets that's the online equivalent of sniffing your own farts and probably tells a lot about you as a person MemoryTAS Today at 7:01 PM: But I exert big staff energy honestly lol Samsara Today at 1:20 PM: wouldn't ACE in a real life TAS just stand for Actually Cease Existing
Post subject: Movie published
TASVideoAgent
They/Them
Moderator
Joined: 8/3/2004
Posts: 14852
Location: 127.0.0.1
This movie has been published. The posts before this message apply to the submission, and posts after this message apply to the published movie. ---- [4410] NES Mega Man 2 by Shinryuu in 23:38.98