Posts for ThunderAxe31


Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
Ok, now this is getting complicated.
  • In this submission, as well as the current publication, the game does advance when you press A at "THE END" and does save the progress, but you can't play with the save file anymore.
  • In the Japanese version run, the game does not advance when you press A at "THE END" but it still does save the progress and you can continue playing from your save file.
So, each movie has one thing that the other run doesn't and vice versa... Then which one should be considered the "more appropriately" beating the game??
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
I just noticed that the current movie manipulated the Trainer ID to be 0x64BD, while instead you got 0x64C3. Does the second byte make no difference, or did you have to adjust the ACE accordingly?
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
CasualPokePlayer wrote:
(this reset is perfectly possible for a human to perform, so console verification should be possible, although console verification will be under the "human is performing reset," and humans don't have the precision that a TAS does for resetting)
I'm not sure if you're saying that it's possible or that it's not, but I have to note that the Speed Demos Archive keeps a recording of speedrun for this category: http://speeddemosarchive.com/demo.pl?PokemonRed_UberLargeSkips_SS_000 From the metadata inside the file mp4, the referring encoding time is 2013-04-09 23:32:37
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
Nice job, but did you take in consideration the fact that there is a faster SRAM glitch for the Japanese version? User movie #35593301208919904 Though I'm not sure if that movie should be considered for comparison, since it fails to trigger the final routine after showing "THE END" screen at the end of the credits roll, as pressing A doesn't send you back to the intro and it doesn't save the progress to the save data. More explanations in this post. I'd also like to try if changing GBC color multiple times can allow more RNG possibilities, or delaying the GBC BIOS sequence by changing color later.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Post subject: Re: Making/Remaking the cannonless tas
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
lachurs wrote:
I would love to create a tas for canonless but I really struggle with getting my head around everything. Im messaging here to see if anyone would like to help out in any way?
Yes. What do you need help for, specifically? For starters, the emulator to use is Dolphin, preferably the 5.0 stable release version. For more informations, read this thread. For questions relative to Wii TASing in general, post in the relative forum.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
dave_dfwm wrote:
I voted meh. I found all the constant jumping annoying. Is that necessary? Is jump speed faster than run speed?
I agree, I also didn't like the continuous jumping. I didn't vote. I think that it's ok for arcade-like games like the original Super Mario Bros., but in my opinion this hack ROM gives much emphasis to the atmosphere and the exploration, so the playaround feels wrong.
Baddap1 wrote:
Most of them are necessary, every time you are starting running, the most optimal way to reach the maximum speed as fast as possible is jumping twice facing left, this is know as Fast Acceleration. The jumps at the water section are all necessary to keep your maximum speed all the time, since walking on the water reduces your speed at half.
Sorry but the fact is, you kept jumping after the first two times, in non-water sections. I wish to see how this TAS would have looked like if jumping was reduced to the minimum. I think it would be easy to edit that with TAS Editor or TAStudio. If you want, I can do it for you.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
If the timer bug in level 11 was fixed in other versions, why not using the Japanese version? Wouldn't that save time?
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
Try this Lua script:
Language: lua

local function reset_speed() client.speedmode(100) end event.onexit(reset_speed) client.speedmode(125) while true do emu.frameadvance() end
Note that it does automatically reset to the normal emulation speed when you stop executing this script. You can replace "125" with the value you prefer.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
Full completion in RPG games should often include clearing all side quests. This doesn't count for games that feature mutually-exclusive quests, or branching subplots.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
Movie Rules wrote:
If there are significant in-game differences between different versions of a game, movies which take advantage of such differences can be published side by side. This can include things like different weapons or routes available to the player, different levels being present, or different bosses fought. If a particular version introduces a mechanic which can alter how the game is played, such as where players re-spawn when they die, and this mechanic can significantly alter how the game is played, movies which utilize these changes can be published side by side.
Before anything else, I want to make an observation about the spirit of the rule itself. It's clear that this has been designed in order to avoid redundancy, but I want to note that it's not the same reasoning behind the containment of amount of different branches for a game. Here, we have a rule that regulates games for their own TASing merits, rather than for apparent similarity of gameplay. So I think that two games can be published side by side if they feature differences such that result in different play strategies in order to beat the game optimally. This of course excludes cases where one of the two is an updated of the other one, effectlively reproposing all the features of one game, but with the addition of new gameplay aspects. From what I could see so far, the two 1 on 1 versions of seem to be enough different for being considered as two intrinsically different games. Let's have a quick, non-exhaustive list:
  • Half Court
  • Shooting mechanics
  • Jump on ball
  • Different score limit
  • Different characters
  • Different final boss
  • Game settings
Beside these, I also want to add a side note. The later 1 on 1 version is not just a game revision or a bugfix, but a remake. It's clear that most of the game code was remade from scratch, even though most of the game spirit and design is reproposed. The point is that for this comparison we care only about the former, and not the latter. Also, we already allowed some minor game revision to be published side by side, just because specific gameplay changes resulted in different TASing gameplay, so I don't see why we shouldn't allow both versions of 1 on 1, given the overall differences. Now, there is still another issue. Beside what just said above, there is another rule that limits different game versions:
Movie Rules wrote:
Sports games in the Vault are restricted to one game per series per platform, unless game-play is significantly different. For example, PGA Tour Golf III on the Sega Genesis may obsolete PGA Tour Golf II on the Sega Genesis. Which game obsoletes which is decided by which game makes a more technically impressive run, as decided by a judge.
  • For games with different characters/groups/countries with different statistics, only the fastest run is accepted. Runs using suboptimal characters are not accepted.
For this rule it's even more clear that it's trying to limit redundant gameplay, as it's specifically provided that the preferred game is the one deemed more technically impressive. This rule was implemented because sometimes sports games may feature particularly similar gameplay between different titles of the same series, with only differences in minor aspects like different soccer teams or different golf maps. However, that's a different matter of 1 on 1, because in this case it's the other way around: the environment and the playable characters are apparently similar, while the gameplay differences are very specific and technical. But most importantly... Should this rule be applied for 1 on 1 at all? Because I see that we apply the game genre tags by going with our own policy, instead than looking for external sources, regardless of how much official they may be. And for this games, this looks to me much more like a fighting game, rather than a sports game. First of all, if this was really a sports game, which sport is featuring? Is basket even supposed to be done 1 on 1? Are there any globally acknowledged rules in the real world for this kind of competitions? I can permit that this could be considered as a fantasy sports game, like many other games do. But in that case, what is it that really makes it a sport game? It looks like a fighting environment to me, in all aspects. The focus of the contention is not mainly the ball, but the opponent instead. The two contenders face the other with a confrontational approach. They compete in rounds, rather than with a fixed timer. Yeah, they have to meet a score in order to win, but isn't that also in professional Karate competitions? Would MTPO be limited too, if it featured sequels for the same console? What about Tekken 1, 2, 3? In my opinion 1 on 1 isn't your standard sports game, so it doesn't fall under this rule. Edit: ok, I guess that 1 on 1 basket is an actual form of competition that exists in real life, yet it's not regulated by official associations and it follows a varying ruleset. And even if we decide to consider it objectively as a sport, it doesn't change my point about the fact that the rule is actually regulating games that propose variations that don't strictly involve gameplay mechanics. Maybe we could even suggest a better wording for the written rule itself, and I'd like anyone to share their opinion, if there are.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
Hi, I noticed that you submitted this movie as author "Monster" instead than "Nonster". I remember that when you joined this site, you first used the nickname "Monster", so I wonder if you had any trouble with creating your account. If you wish, you can change your nickname by contacting Mothrayas privately.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
EZGames69 wrote:
I am not sure if this is enough to consider it a 100% completion, and doing an "all stars" TAS would not work as some stars are impossible to get, as it would require backtracking in a game that locks the screen as you move forward, like in SMB1.
In other words, are some stars mutually exclusive?
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
SubGBHawk needs to implement CycleCount value for header.txt of .tasproj and .bk2 files, like Gambatte does when EqualLengthFrames is set to false. It's necessary for the site parser to be able to automatically calculate the accurate movie length.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
CasualPokePlayer wrote:
Not really an option actually, GBHawk has a single palette you can use (what you see on the temp encodes, seems to be more or less an in between with VBA Accurate and Vivid). There are no other palette options.
Not really a problem actually, implementing additional palettes wouldn't be too hard. For example, a new palette was recently added for Gambatte, Libretro GBC.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
CasualPokePlayer wrote:
(unless we want to have some argument that since this is CGB in GBA it needs GBA sound lol)
Indeed, if we want to bring in the fact that this submission uses GBCinGBA mode, then it would make sense to have less popping, but then we would need BizHawk to emulate it differently whether GBCinGBA is used or not. And then, for coherency, we would also need to use Vivid palette for GBCinGBA (or something similar).
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
Alyosha wrote:
I looked into the documentation on GBDev, and apparently sound on GBA is produced differently then on GBC, but this particular case shouldn't be effected by it.
Actually... Link to video I also tried unplugging the jack and then recording the speaker of the GBC, but recording quality wasn't as good as I hoped. Anycase, I'm telling you that it did hear the very same as when I tried listening with headphonese: I couldn't hear any popping during the BIOS screen (one at beginning and one at end), but only when clearing the text boxes during the music-less part of the new game intro. Edit: actually, now I can hear the popping at the beginning and at end of BIOS screen, from my GBC as well. However, I can't hear any popping while the music fades after picking "NEW GAME". Anycase, we need someone checking on a Crystal cartridge to be sure, because in my test I used an Italian Pokémon Silver one.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
It's been three days since when I've begun tying to watch this movie. Today I was finally able to, from start to end. I didn't feel entertained, so I voted no. The gameplay flow is too much basic to me, despited the fact that it looked optimized. The only part that I really liked was level 23, and I think that I would feel entertained if there were more instances of such broken play. Edit: oh btw, I didn't read the submission text or Arc's post yet, in order to not get influenced.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Post subject: improvement done
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
feos wrote:
Any progress?
Yes, my depression has depleted to a point where I almost can resume working on this. Edit: there you go, I just replaced the submission file.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
feos wrote:
I get this in 2.4.1 and 2.4.2 (hashes match):
Because you need to set GBHawk before launching the ROM.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
CLChambers00 wrote:
I created this tas, posting here for historical purposes. https://www.youtube.com/watch?v=HmI1STYD6UQ
It looks good. Why don't you submit it? That way it can get published as an official record. The old record has been sitting there for 14 years!
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
EZGames69 wrote:
Is there any reason why the audio sounds off in the encode? (I’m noticing alot more static sounds compared to older encodes of this game, specifically the the professor oak intro cutscene, each note that plays in the music has some of this. Also some audio issues almost sounding like there’s reverb or an echo going on. Perhaps it’s an issue with SubGBHawk?)
Maybe the "alternate sync" option wasn't checked in the video capture dialog window.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
Take care and keep going forward.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
electricslide wrote:
Authors matter. Some movies get fawned over. Others get attacked if they happen to replace a 'special' movie. Tired of the double standard.
Memory explained her reasons for asking more feedback, but instead you're acting like if she argued something against this submission. You're just assuming bad faith. If you want to question a judgment, wait for the submission to be judged first. Let's argue about facts, not hypotheticals.
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"
Experienced Forum User, Judge, Published Author, Skilled player (1288)
Joined: 9/12/2016
Posts: 1645
Location: Italy
Have you already installed the latest prerequisite installer? https://github.com/TASVideos/BizHawk-Prereqs/releases
my personal page - my YouTube channel - my GitHub - my Discord: thunderaxe31 <Masterjun> if you look at the "NES" in a weird angle, it actually clearly says "GBA"