Hey do you think you could take your old chaos code from the pal windwaker and make it work for the ntsc one i want to try a ridiculous challenge basically there's this new mod that turns link into a goose and adds this new story and i recently found out that when you put everything in with mixing the mod and game since it's still technically got the code from base game and you can use cheatcodes that could be used in the unmodded version so im thinking if you could make your old chaos code for ntsc maybe it would be fun to see a goose link freak out it would also be a fun challenge if you don't have time to do this it's fine i don't expect you to try this
@LawnMeower18 күн бұрын
@@blazerunner6954 that'd be a lot of work. Some offsets the code uses haven't been found in the American version yet and i did not document anything so it'd require reversing the assembly code. If i happen to remake the code I'd make it as a Lua script since there won't be any limitations on this approach
@Idkwhattoputhere32528 күн бұрын
Dead comment section
@thatoneflaregun3167Ай бұрын
no inkopolis just shrunk
@renslo689Ай бұрын
I was 20 when this game came out and played the absolute crap out of it, we haven't had a new game in all these years which sucks. I wish I could go back to those simpler times.
How do you make Sonic run that fast? I added it to the pal version of the game but Sonic runs less fast than he runs in this video
@MAX393-r4i4 ай бұрын
Samus, you might wanna get that fixed.
@weird48784 ай бұрын
I wonder what ever happened this. Did it get scrapped or did you lose motivation to completely finish this?
@LawnMeower4 ай бұрын
pretty much both. the game was crashing all the time and it was way too tedious to fix all of that
@weird48784 ай бұрын
@@LawnMeower Ah, I see, okay, thank you for answering. So I guess it remain scrapped/unfinished indefinitely then, kinda sad but I get why now.
@fire_inferno205 ай бұрын
Is this real?
@FireFoxxoboi695 ай бұрын
Is this beta sonic unleashed or smthn
@Gloryzuki5 ай бұрын
Where's the tearing in the "Bowser Party" minigames?
@DrGiggleTouch675 ай бұрын
This should’ve been the Goron Mines bossfight
@PEProzent5 ай бұрын
I must have played countless racing games but none was this intense. Nintendo pretty much abandoned the franchise. I also love Wave Race Blue Storm. Same thing.
@FighBat6 ай бұрын
Which kiosk demo disk is this from, lowkey wanna track one down myself
@LawnMeower6 ай бұрын
Nintendo GameCube Soft e-Catalog 2003 (Game ID: D55J)
@imnotuploading5126 ай бұрын
Today we are playing Sanic Ganerations.
@blazerunner69546 ай бұрын
Cosmo Courtney did an amazing job or at least that's who I think did this I have that same code so fun
@LawnMeower6 ай бұрын
@@blazerunner6954 thanks, i just edited my yt name. It's still the same channel ☺️
@blazerunner69546 ай бұрын
@LawnMeower have you ever modded a fanmade zelda game because if not I think you should could be hilarious if you ever do I would specifically recommend dawn and dusk it's around a couple hours but with some chaos code people might just go insane but probably make some entertaining content
@LinaTissier-yn8pr6 ай бұрын
3:53 Success
@wofiee96336 ай бұрын
Tutorial???
@HunterFilmsYTOfficialYouTube6 ай бұрын
Green and Black went unused. I dunno what Nintendo had planned.
@Juangim6 ай бұрын
Fine you got me, I've now seen bad apple in its entirety
@NowNyx17486 ай бұрын
wait thats actually insanely cool
@StyLER_YTBE6 ай бұрын
If you still have the super smash bros Wii U kiosk demo, can you dump it?
@WhatTheCheick6 ай бұрын
speen
@StopMyHaters7 ай бұрын
That's Sonic😂
@ViceN53X7 ай бұрын
I was disappointed that the cyclone had no effect on the player when they get close without the boat
@tryhrdfreak62057 ай бұрын
Song?
@ZetaCancri7 ай бұрын
very cool
@ZetaCancri7 ай бұрын
awesome
@theterribleclaw42857 ай бұрын
Wow that's awesome im surprise that it still works.
@flameMSM8 ай бұрын
I don't understand why they removed these, the gray and white hair colors would've been a nice touch.
But that’s the problem when you can’t see the textures and the colours glitching graphics.
@LuwiigiMaster10 ай бұрын
It's so interesting to see custom tracks for this game. I used to play NFSU/2 often alongside this game, and I wish I could see an NFSU track recreated in GX. I reckon you could also create custom assets for each stage, in this case lifting assets from the EA games?
@Yooreekfrommsm10 ай бұрын
The glow pellet that doesn't glow
@theexile469410 ай бұрын
His "friidump -d e: -a" works for him because his drive is set to letter E: Yours might have a totally different letter. In which case you would substitute the E: part with whatever your DVD drive's drive letter is. In my case it's D: but it can be anything from A to Z depending on how it was configured and setup. "At the moment the same drives as RawDump are supported. This is due to various reasons, explained in the README.technical file, which also contains information about what is needed to add support for more drives. Currently supported drives are: - LG GDR-8161B (untested, but should work) - LG GDR-8162B (ditto) - LG GDR-8163B (HL-DT-ST/DVD-ROM GDR8163B) - LG GDR-8164B (HL-DT-ST/DVD-ROM GDR8164B) Other drives might work, most likely those based on the Hitachi MN103 microcontroller. If you find any of them, please report so that they can be added to the compatibility list." - Friidump Developers In other words these methods only work if you have a supported DVD drive model from the list above, and these are drives from a time long since past. You can only find them used on ebay. Most of these drives are older IDE drives and you will need some sort of converter to get them connected to a modern SATA system. cmd = Command Prompt. It's a Windows DOS terminal application. cd = Change directory, aka folder you are in. dir = List items in the current folder. On linux this command is ls, not dir. cd .. = Go back up a folder. He made a folder on C: called friidump. and then put the exe in that. This made it easier to navigate to and use. Normally when you start a command prompt is C:\Users\*Your Username* or something similar. To get back to just C:\ so you can find the friidump folder he made in the tutorial you would do the following... C:\Users\*Your Username*> cd .. (enter) C:\Users\> cd .. (enter) C:\> dir (enter) It should display a list of the folders from C:\. If you made a folder like he did and put it in the same place you should see it show up when you use dir to list the files in that directory. All you would do from their is... C:\> cd friidump(or however you have it spelled / enter) C:\friidump> friidump.exe (enter) and it should start. He made double friidump folders so if you copied him you would just go into the next folder in that has the friidump.exe.
@markheying283010 ай бұрын
That is a lot of Cyclones that I could have ever imagined!