Post subject: When in doubt?
Editor, Player (120)
Joined: 8/3/2014
Posts: 204
Location: USA
Hi! As you all may know, I'm working on a DKC3 GBA any% TAS. I know I could've posted this in the thread in the GBA forum for this game, but I am asking here about issues specific to TASing itself. Right now I'm at the level "Belcha's Barn", the first boss battle in the game. Now to tell you the truth, this boss is probably the easiest boss level to do when you're not TASing. But as I TAS it, I find the level extremely difficult. When I TAS, I always have the frame counter and the input display turned on. I make savestates and use frame counter to find out what is the fastest frame to do some specific task, like when is the fastest frame to turn around and jump, to hang on to the lever and to get off of it, when to press a button, etc., and input display helps a lot with that. Unfortunately I'm in a twisted situation right now in my TAS, where instead of having a level where the goal is "get to the end of the level as quickly as possible", the goal is "defeat the tedious boss battle as quickly as possible". There are more than 4 factors I have to calculate; 1. when to jump, 2. when to hit the barrel, 3. when to grab the bug, 4. if I even have enough time to grab the bug and jump before the Belcha hits me and knocks the bug out of my hands, 5. If I ever have a successful jump away from Belcha (this is the first frame I have to calculate, is when is the fastest frame that can jump away from Belcha without getting hit by him), then I must find the fastest frame to throw the bug into his mouth. If I don't have a good enough frame to throw the bug in his mouth, or if I can't throw it in in time, then I have to do another wacky procedure like this. This entire thing is something that many of you guys probably can't understand, and to be honest, I can't pick up this whole thing either. My mind alone may not be able to calculate all that garbage on its own I'm afraid. It's really making me angry and I've been pulling my hair out for hours trying to find a solution, trying over and over again to see what ways I can hit the barrel, if I can jump away from Belcha, etc., and it's hurting my brain and I am getting very angry. To be honest, the funny thing is, this may actually be the easiest boss battle of the game, yet the hardest part of the entire TAS itself! So, experienced TASers out there, I need to ask you: how do you usually complete a task like this in your TASes? Where there is more than one frame-wise thing that you have to calculate in order to complete one specific 10 second task (especially for a tedious boss battle)? Do you have any ideas? (It would be especially helpful if someone who created the SNES TAS of this game would answer with the method they used to calculate for this same boss battle, since they did pretty much the same things here)
* http://tasvideos.org/ReadySteadyYeti.html - my user page on the TASVideos site * https://www.youtube.com/ReadySteadyYeti - my YouTube channel * My Discord username is "RSY#3799".
Invariel
He/Him
Editor, Site Developer, Player (169)
Joined: 8/11/2011
Posts: 539
Location: Toronto, Ontario
You could download the input file and watch the movie, and then you would see exactly what the current TASholder did. Alternately, try playing the fight at normal speed a few times, see if there's pattern you can see from the way you play it. Then, go play the game one frame at a time, watch the RNG, and see if there are particular RNG values that come up that make the boss do bad things. Figure out how to manipulate the RNG to avoid those bad values until the thing you want to have happen happens.
I am still the wizard that did it. "On my business card, I am a corporate president. In my mind, I am a game developer. But in my heart, I am a gamer." -- Satoru Iwata <scrimpy> at least I now know where every map, energy and save room in this game is
ALAKTORN
He/Him
Player (99)
Joined: 10/19/2009
Posts: 2527
Location: Italy
I don’t think Belcha is RNG. Anyway, figuring out the fastest way to throw a bug into Belcha’s mouth is no different from figuring out the best movements to getting to the end of a level. Just try stuff out and use your brain to figure out what works best.
Site Admin, Skilled player (1237)
Joined: 4/17/2010
Posts: 11274
Location: RU
So the problem for now is to find out if the time between the actions you've mentioned is fixed or not. Like, doing action 2 delays action 3 but makes action 4 happen sooner. Is it the case? If so, it's really some manipulation you'll need to examine, in terms of what addresses affect what events. Another option is to record all actions done ASAP, then you delay the last one for 1 frame for a few times and see if target event happens sooner. Then you save the best result. Then you delay second to last action for a frame, and repeat the entire test with your last event again, delay the former 1 frame more and repeat the latter again. Doesn't sound like fun so it's better to figure out game logics (with the help of other people) than to brute force it.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Editor, Player (120)
Joined: 8/3/2014
Posts: 204
Location: USA
I have resolved the issue with this particular level. Thank you so much, Tompa, for helping me in this run and completing this level. :) I will be giving him credit, but he does not want me to list him as an author.
* http://tasvideos.org/ReadySteadyYeti.html - my user page on the TASVideos site * https://www.youtube.com/ReadySteadyYeti - my YouTube channel * My Discord username is "RSY#3799".