Nintendo's big mistake that made Super Mario 64 super slow

  Рет қаралды 1,316,731

MattKC

MattKC

4 жыл бұрын

plz dont remove my video bowser-san
Correction: Many people have informed me the EverDrive loads ROMs into its memory and does not in fact stream them from the SD card. That's my mistake in fact-checking this video. However, the point remains that EverDrives are generally not permitted in speedruns, unless of course a separate category was created for "optimized" runs.
▶SUBSCRIBE: / @mattkc
▶FOLLOW on Twitter: / itsmattkc
▶FOLLOW on Instagram: / itsmattkc

Пікірлер: 1 900
@madghostek3026
@madghostek3026 4 жыл бұрын
The main theory that was discussed during the project afaik was that the developers were tight on time and just released an debug build. It makes sense since there are multiple inaccessible debug features and unused objects present in the ROM.
@inakilbss
@inakilbss 4 жыл бұрын
Inaccessible features are ubiquitous, specially in physically distributed games, where there is no benefit to optimizing for space you don't need, as the storage won't be shared with anything else.
@ahums16
@ahums16 4 жыл бұрын
That makes sense ~ honestly the game does feel like it was rushed in some ways. The back of Princess Peach's Castle is just an invisible wall, the two rear pillars textures you can walk through. I mean especially when you look at some earlier builds in 1995, they changed so very many things in such a short amount of time. I often wonder if they were given more time, like let's say if they wanted they could have had another year or two, how the game might've looked and what file size it may have been.
@thenurseinblack1810
@thenurseinblack1810 4 жыл бұрын
@@godlyBlade But what about the fact that no compiler optimization was used?
@willful759
@willful759 4 жыл бұрын
@@thenurseinblack1810 if they shipped a debug build, they probably didn't felt safe releasing the optimized version without testing it a little, and decided it was better to just release a stable debug version without compiler optimizations, might sound crazy but think about it, nobody is gonna know that you didn't use compiler optimizations, at least not for a while, and once the truth comes out most people (non technical people/casual players) aren't going to care, but if the game crashes under some circumstance because of the compiler optimizations, people are going to notice you did something wrong and are going to care
@trigomathmancer9217
@trigomathmancer9217 4 жыл бұрын
The crunch is ancient
@KazeN64
@KazeN64 4 жыл бұрын
This is not entirely true. The CPU is almost never fully utilized. The mistake with the DDD lag is making the collision triangles dynamic rather than permanent. O2 compilation only mitigates this issue. It could be entirely solved by making the collision from the sub permanent (and I did that in SM64 Multiplayer, for example) Most of the lag in SM64 comes from GPU which this doesn't change so O2 compilation doesn't change anything for most of the game.
@ciro589m
@ciro589m 4 жыл бұрын
This comment needs to be pinned
@Poorchicken
@Poorchicken 4 жыл бұрын
Hi man love your ROMs!
@SSDARKPIT
@SSDARKPIT 4 жыл бұрын
So you're saying if the sub never left there would be no lag?
@KazeN64
@KazeN64 4 жыл бұрын
@@SSDARKPIT no
@spaceace9103
@spaceace9103 4 жыл бұрын
How did you learn how to make all those ROMS or fangames Kaze?
@ruroruro
@ruroruro 4 жыл бұрын
> talks about C > shows C++ code and docs *angry programmer noises*
@KamiKrazyFR
@KamiKrazyFR 4 жыл бұрын
RuRo is the binary example at the beginning even real?
@CrescentFreshAtBest
@CrescentFreshAtBest 4 жыл бұрын
@@KamiKrazyFR Probably not, but it would be compiler specific anyway.
@rod0fdiscord
@rod0fdiscord 4 жыл бұрын
Yeah lol
@MrNoname7296
@MrNoname7296 4 жыл бұрын
Solix No, a simple program to print “Hello World!” would be a good bit bigger than that
@sage8222
@sage8222 4 жыл бұрын
William system.out.println("Hello World!");
@mryoshi1221
@mryoshi1221 4 жыл бұрын
love how over 20 years later we're still finding stuff about this game
@purplegill10
@purplegill10 4 жыл бұрын
Wow your icon takes me back
@shadoxfm8822
@shadoxfm8822 4 жыл бұрын
24 years
@shardofkingdoms9816
@shardofkingdoms9816 4 жыл бұрын
kirby 64 this and OOT
@shadoninja
@shadoninja 4 жыл бұрын
This was one of the first 3D platformer games ever and it is still one of the best. Controlling Mario in this world gives the player an undeniable sense of weight, momentum, and intention that no other game has ever quite captured again.
@novakane8722
@novakane8722 4 жыл бұрын
@@shadoxfm8822 he said over 20 years
@arthuraznive8256
@arthuraznive8256 3 жыл бұрын
"Almost perfect source code!" 2020: Ya want source code kids?
@adynmichael
@adynmichael 3 жыл бұрын
It’s sad that we can’t compile the game cause it’s not really the complete source
@Sparkette
@Sparkette 3 жыл бұрын
I'd scan it for viruses if I were you.
@nephacks
@nephacks 3 жыл бұрын
@@Sparkette >scanning .c files which when compiled output a .n64 file
@misceryyt2897
@misceryyt2897 3 жыл бұрын
flarn2006 source code is human readable and you can run the game on a n64 emulator anyways so if there are any viruses I believe as long as your OS has protected memory then your pretty good tbh.
@potatoonastick2239
@potatoonastick2239 3 жыл бұрын
@@Sparkette Ah yes, the infamous n64 virusses. Though I heard that if you just download with an incognito browser, the virusses can't legally infect your computer.
@dogtime7061
@dogtime7061 4 жыл бұрын
This is rad and all, but you can't just casually talk about the fact that SM64 is basically OPEN SOURCE now. We're going from modding to forking bois
@calebb7012
@calebb7012 4 жыл бұрын
Nintendo gonna shut that shit down. Kazar emuar or whatever the guys handle is who produces hacks constantly get his roms taken down pretty quickly these days.
@MetaKnight68
@MetaKnight68 4 жыл бұрын
@@calebb7012 They can't really do anything to stop it, only slow it down. No amount of legal action will permanently erase the decomp from existence
@ww-uq8ls
@ww-uq8ls 4 жыл бұрын
I wish we could do what we did with Doom to Mario 64
@SrIgort
@SrIgort 4 жыл бұрын
Someone should create a super sonic 64
@amberdean1263
@amberdean1263 4 жыл бұрын
Go clone the repo now while you still can.
@donovangreene2348
@donovangreene2348 3 жыл бұрын
A theory I've heard is that it was developed so early in the N64s lifetime that the toolchain wasn't ready and any optimization at all could have introduced bugs. As a result, to insure that it worked at all times, even if the game had to slow down to do it, they disabled the optimization.
@AlexSchmid-TheAceofSpades
@AlexSchmid-TheAceofSpades Жыл бұрын
Modern Vintage Gamer has a video about it. That's actually the most likely reason.
@DJEevee257
@DJEevee257 Ай бұрын
They also forgot to disable the debug flags like dumbasses
@pleasedontwatchthese9593
@pleasedontwatchthese9593 4 жыл бұрын
You normally turn off optimizations when your debugging code so the compiler doesn't mess with it. My only guess is the game was on a tight deadline and it was the early to mid 90s so they didnt have time to test if -O2 was as bug free. PAL came a year after so they had time to test or knew it was safe by then.
@MrMarinus18
@MrMarinus18 2 жыл бұрын
Well that's kind of true. They actually tested the hell out of it. But it's important to remember the circumstances. The N64 was a stripped down version of cutting edge hardware and it had a lot of unique mechanisms and features developers had never used before. In top of that almost none had worked on a full 3D game before especially not one with so much riding on it as Mario 64. On top of even that since it was a launch game there was no development history or even a development kid as the N64 was still being designed so there was a lot of guesswork and trail and error involved. A lot of optimization of Mario 64 was actually done by hand so that they could very carefully observe the effects and immediately catch any bugs. Not to mention Nintendo was entirely relying on Mario 64 to sell the console and was not doing well financially at the time. Mario 64 having some kind of game breaking bug at launch would have been absolutely catastrophic. Also it's not that there is no O2 optimization, there is plenty. Just only in the areas deemed safe.
@guri256
@guri256 Жыл бұрын
And talking about if O2 is bug free is oversimplifying. There’s two questions: 1) Are there bugs in the compiler? 2) Are there bugs in the game that might be triggered by turning on optimizations, such as race conditions, or undefined behavior. We can’t even answer these questions. We can’t answer the first one because we don’t have a copy of the compiler. And we can’t answer the second one, because if there were bugs that might’ve caused undefined behavior, the people doing the decompilation would have instead written the safe version of the code rather than the buggy version. The fact that the PAL version is optimized, makes me think there may have been a compiler bug. Something that was breaking the game in odd ways. Maybe it was even fixed near release, but they didn’t have time for enough testing after fixing the compiler.
@QueenSunstar
@QueenSunstar Жыл бұрын
I prefer the 3DS version. Lots more stars and you can play as Yoshi, Luigi, and Wario beside Mario. Mario floats Luigi goes invisible. Wario has the iron suit. Yoshi breathes fire. Also, the lag was fixed.
@FoxerTails
@FoxerTails 4 жыл бұрын
It's interesting to see what one minor tweak could enhance in a game.
@firstbits650
@firstbits650 4 жыл бұрын
*THAT TORNADO IS CARRYING A CAR!*
@oceanix91
@oceanix91 4 жыл бұрын
@@firstbits650 *WHAT???!!!*
@christopherhammond5142
@christopherhammond5142 4 жыл бұрын
It makes me think of the AI fuck up in Aliens: Colonial Marines.
@fantaboytoph
@fantaboytoph 4 жыл бұрын
I don't get or see it being slower where ?
@gabrieltorres6633
@gabrieltorres6633 4 жыл бұрын
@@oceanix91 Sonic 06 meme son, the best kind of memes.
@powergannon
@powergannon 4 жыл бұрын
Someone should combine this modification with the one that improves Mario’s model geometry deformation and release it as kind of an unofficial patch
@kane00000
@kane00000 4 жыл бұрын
Nah.
@GoofyPoptart
@GoofyPoptart 4 жыл бұрын
@@kane00000 yes
@tylerpeters6272
@tylerpeters6272 4 жыл бұрын
@@kane00000 yes
@dweezildee
@dweezildee 4 жыл бұрын
@Kane Williams yes
@TaIathar
@TaIathar 4 жыл бұрын
I don't think there's a reason to change the geometry. A lot of what exists currently is used in speedruns and patching it out would be stupid at best. I think that just telling Nintendo to re-release SM64 with the updated PAL version code would be fine (the same way Banjo Kazooie has a 1.0 version and a 1.1 version).
@mohapimatle7734
@mohapimatle7734 3 жыл бұрын
If anyone is watching this now, Super Mario 64 source code got leaked. So now we can have actual confirmation about the compilation discussion. Hopefully MattKC covers this.
@enigmatico6209
@enigmatico6209 3 жыл бұрын
oof I wish. Unfortunately the code is still not available as the leaked source only contains a very small portion of it, the rest is just precompiled code in the form of object (.o) files used to assemble the game. Also a lot of files are zeroed.
@lost4468yt
@lost4468yt 3 жыл бұрын
@@enigmatico6209 We do pretty much have the source code though. Look up the SM64 decompilation project. It's a project to decompile SM64 into fully readable C. It recompiles into exactly the same ROM as the release ROM. I know that's not the exact same thing, and some structure, comments, ambiguous code, constants, etc are impossible to reverse to the actual original version. But given that it was a compiler from 25 years ago with optimizations not fully enabled, it's pretty damn close. Also almost (or all by now?) all of it is now commented, variable names have been brought back, structure, etc. So while we may not have *the* source code to SM64, we have source code for SM64.
@enigmatico6209
@enigmatico6209 3 жыл бұрын
@@lost4468yt I know about the decompilation project (wasn't it also mentioned in this video?). But unfortunately it's also not the original source code.
@lost4468yt
@lost4468yt 3 жыл бұрын
@@enigmatico6209 Sure but it has come a long way since this video. It's very documented now. If you just go and look through the git you'd swear it's the original source code. Yeah as I said it's not *the* source code. But it's functionally, and even practically equivalent now. The only thing you could really hope to gleam from the original source code vs the decompiled one would be the comments, variable names, and maybe a slight change in some of the architectural choices in the code. But other than those you wouldn't discover anything else at all from the actual source code vs the decompiled source code.
@Chr0n0s38
@Chr0n0s38 3 жыл бұрын
@@lost4468yt No amount of work on the decompilation project will give the answer to why the optimizations were left out. The only thing we could hope for is either one of their developers saying something (unlikely) or a leak of some documents from back then discussing the matter.
@lakitu6422
@lakitu6422 4 жыл бұрын
My jaw dropped when I figured out that somebody decompiled the assembly code back into c. I have trouble just reading the assembly code.
@BigOlSmellyFlashlight
@BigOlSmellyFlashlight 4 жыл бұрын
i had trouble reading the c code until I actually learned c (partially from the decomp itself) asm scares me
@noahqh
@noahqh 4 жыл бұрын
But my guy, it goes one step further. Assembly gets assembled into machine code, which is even more bare than assembly. So they were doing both the disassembly and decompilation.
@9a3eedi
@9a3eedi 4 жыл бұрын
The amazing thing is: it's MIPS64 assembly. As with all assembly languages you need to have intimate knowledge of the hardware in order to understand how to read it. So not only is this guy really good with the MIPS architecture (which isn't a very common architecture), he had enough time and resources to go through the entire sm64 machine code and decompile it
@kristophertadlock779
@kristophertadlock779 4 жыл бұрын
It was translated from machine code, which is usually represented in hex. It is the literal byte contents of the ROM. Assembly language is actually represented in key words and instructions, like C, just at a much lower level of detail. Assembly language has to be compiled just like any other language. Translating assembly language to C is pretty hard but most people could do it. Translating hex code to C is borderline impossible. Especially C code that compiles down exactly to the same ROM. That is nothing short of amazing.
@cad97
@cad97 4 жыл бұрын
Machine code and assembly are a 1:1 transform. Yes, machine code is nigh impossible for humans to read, but translating it back to human-approachable assembly is trivial (for a computer). They're just different representations of the same information.
@Wyatt_James
@Wyatt_James 4 жыл бұрын
The EverDrive (and every other flashcart for other systems) loads the game's ROM to on-board memory. It's not streamed off the SD card.
@SpeedfreakUK
@SpeedfreakUK 4 жыл бұрын
The N64 has only 4MB of RAM. Mario 64 alone is 8MB, so they wouldn't load the entire game onto the RAM. And Mario 64 is one of the smaller cart sizes, the biggest was 64MB. So, actually, the games are pretty much constantly loading from the cart. Carts are just so fast that it's like transferring from area of RAM to another.
@ozzyp97
@ozzyp97 4 жыл бұрын
@@SpeedfreakUK He means the on-board memory of the EverDrive. The cart has 64MB of SRAM to store the currently selected ROM.
@SpeedfreakUK
@SpeedfreakUK 4 жыл бұрын
Lord Mordington ah gotcha
@Eddies_Bra-att-ha-grejer
@Eddies_Bra-att-ha-grejer 4 жыл бұрын
Pretty sure the reason flash carts aren't typically accepted for speedrunning is because it's hard to check if the runner is running a hacked rom.
@Wyatt_James
@Wyatt_James 4 жыл бұрын
Correct
@Soonjai
@Soonjai 4 жыл бұрын
If the PAL Version has these Compiler Optimizations, maybe the Japanese Shindou Edition has them too since that came after the PAL release. Did someone check on that?
@aloxado320
@aloxado320 4 жыл бұрын
Any SM64 version released after US uses -O2
@NickJerrison
@NickJerrison 4 жыл бұрын
The code says explicitly: if its (the code's, essentially) version is 'eu' then set the optimization flag to -O2, else go with -g. So no, I think PAL is the one and only that uses it.
@nim64
@nim64 4 жыл бұрын
You're wrong. The decomp doesn't support Shindou
@GodittoC
@GodittoC 4 жыл бұрын
69 likes, make a wish!
@Moonhack95
@Moonhack95 4 жыл бұрын
Keep in mind this -O2 "if" must've been added to the decompilation makefile based on observations of the PAL binary being different and optimized, since an NTSC binary wouldn't have any traces left of unapplied flags from the makefile
@DaisyPhoxtrot
@DaisyPhoxtrot 3 жыл бұрын
"A very uneducated without any substantial evidence" theory is also Game Theory.
@General12th
@General12th 2 жыл бұрын
How much better would the world be if Matthew Patrick never "graced" us with his presence on KZbin?
@justanotheryoutubechannel
@justanotheryoutubechannel 2 жыл бұрын
I wouldn’t say they are all like that. Some of them are yes, but he’s made some good videos. And the main purpose is just to be entertaining, and some are very believable and evidenced.
@pleasedontwatchthese9593
@pleasedontwatchthese9593 4 жыл бұрын
6:34 as you said transparency is hard. transparency in 3d is even harder. on transparency you still have to render it and everything behind it unlike a opaque object. the n64 was fill limited so this was costly. also the order you rendered also mattered because transparency blending has to work in a specific order so you could not use only the z-buffer. There are many tricks you can do to speed this up but it depends on the use case.
@IkeFoxbrush
@IkeFoxbrush 4 жыл бұрын
If you only have one layer of transparency, it gets considerably easier, though, First render all opaque objects, then render the transparent object on top. I don't know SMB64 very well but I assume that's what they did.
@Cruxics
@Cruxics 4 жыл бұрын
@@IkeFoxbrush They likely tried this back then. A lot of ideas for optimization were still new back then. hell Z-fighting and face culling was still a discussion back then. Sorting your renderer before pushing data out to the GPU was a lot more expensive back then. Extra step for transparent objects would need more attention than a simple priority queue that checked Delta-Z from camera.
@MrMarinus18
@MrMarinus18 2 жыл бұрын
It's important to keep in mind as well that the N64 at the time was cutting edge exotic hardware that worked very differently than developers were used to and had a lot of features none had ever used before. Also since it was a launch title there was no development kid as the exact specifications were still being worked on until the last moment. So during the development of Mario 64 there was a lot of guesswork and trail and error involved. A lot of optimization was actually done by hand so that any bugs or logic breaks could be caught immediately. Not to mention most of the O2 optimization is actually enabled in the initial release. It's only the ones most likely to break game code that was not. Not to mention the N64 even now is very troublesome to work with. From it's single RAM that is both Super fast but also super laggy and it's tiny texture cash. Even now emulating that weird hardware is still very tricky.
@mr.whimsic6902
@mr.whimsic6902 4 жыл бұрын
What about the Virtual Console version of this game, since that doesn't have slowdown? How does it compare to O2 on the N64?
@Wyatt_James
@Wyatt_James 4 жыл бұрын
The Wii VC ROM is identical, bit for bit.
@r033cx
@r033cx 4 жыл бұрын
Virtual Console just runs better than original n64 I assume
@Cheesecannon25
@Cheesecannon25 4 жыл бұрын
@@Wyatt_James it isn't
@plunger2726
@plunger2726 4 жыл бұрын
ZEROTWOOOOOO oh wait wrong video. hehe, sorry
@joshuashoup4261
@joshuashoup4261 4 жыл бұрын
@@Wyatt_James ...kinda. there's a change the VC does to the ROM after loading it, and some of the emulation is faulty.
@Sheevlord
@Sheevlord 4 жыл бұрын
9:23 "All I can say is google" shows DuckDuckGo Hehehe
@janikarkkainen3904
@janikarkkainen3904 4 жыл бұрын
Well, Google is so ubiquitous for searching on the internet, that it's actually pervaded colloquially used language to just mean "searching on the internet". Thus is completely valid to say "I'm gonna google that" and then use some other search engine.
@kenziemac130
@kenziemac130 4 жыл бұрын
Says... C (Shows Qt C++) Hardly the C89 that SM64 uses.
@Mika-um1qf
@Mika-um1qf 4 жыл бұрын
​@@kenziemac130 that was so frustrating to watch haha
@KrissFliss
@KrissFliss 4 жыл бұрын
@@janikarkkainen3904 Isn't that a problem for google, because then their name is no longer copyrigt protected or something like that?
@kenziemac130
@kenziemac130 4 жыл бұрын
@@UCgx7OseCrundqkE8oEVeobg I feel like he could have just shown the reverse engineered source code for SM64... For some reason he went out of his way to show the incorrect language.
@burk3
@burk3 4 жыл бұрын
Also that makefile you showed being changed was not from Nintendo, that conditional was put in there by the decomp project so builds of a given version (EU or other) would result in a ROM identical to the ROM found on the corresponding retail cartridge.
@Sergeantmajormario
@Sergeantmajormario 4 жыл бұрын
Me: I don't remember slow down in the Pal version I played... Also Me: Oh yeah.... 25fps
@RKCrz42016
@RKCrz42016 4 жыл бұрын
Lol
@dangeredwolf
@dangeredwolf 4 жыл бұрын
25*
@TorutheRedFox
@TorutheRedFox 3 жыл бұрын
yeah it's 25
@Pilotgeek
@Pilotgeek 4 жыл бұрын
I imagine the bigger reason flash carts would be banned in speedruns, besides faster load speed, is because you literally could just tweak the source code for the game and recompile to add in some subtle cheats in your favor. It would be like playing a speedrun with an action replay attached; a bit suspicious.
@penguinsushi8442
@penguinsushi8442 4 жыл бұрын
That's why you have to manufacture carts that can't be rewritten to (if possible) with the proper ROM loaded on; a MD5 hash could be used to ensure a valid cart/game.
@poyopoyo4619
@poyopoyo4619 4 жыл бұрын
@Lassi Kinnunen I dont think checking if the cart is valid was ever a problem in the speed running community. To just give it a different category just splits things even more
@lovedeath9075
@lovedeath9075 4 жыл бұрын
Make the game not run w/o internal checksum, hash of which is shown on screen at boot.
@Qbe_Root
@Qbe_Root 4 жыл бұрын
@@lovedeath9075 Then a cheater makes the game display the expected hash as a fixed message instead, and can change anything else without being noticed
@ABaumstumpf
@ABaumstumpf 4 жыл бұрын
There is no loading-benefit as the game is loaded to ram beforehand and it can not load any faster as the games also were not coded to do anything during loading but wait the exact programmed amount of time as then the data was ready.
@RetroOkamii
@RetroOkamii 4 жыл бұрын
This blows my mind, I always found it weird the sub in DDD lagged so bad, I figured it was just something like the sub being some last minute addition to the game thrown in via some unconventional method. I would have never guessed it was because of a compiling oversight or poor decision.
@tiernanmccarthy
@tiernanmccarthy 4 жыл бұрын
Realistically these aren't related at all, it lags because Nintendo choose to build the map like that and just deemed the frame rate drop as acceptable. A funny story overall though
@r033cx
@r033cx 4 жыл бұрын
​@@tiernanmccarthy well yes, but still if they would compile it correctly it wouldn't lag So they didn't do that right anyway
@ShadowGaro
@ShadowGaro 4 жыл бұрын
@@tiernanmccarthy They might've done testing with compiler optimisations, noticed it ran fine and assumed it would be releasing with the optimisations
@flatfingertuning727
@flatfingertuning727 4 жыл бұрын
@@r033cx Enabling compiler optimization would increase the likelihood that an out-of-bounds glitch would cause memory clobbers in ways that might corrupt the contents of save game states or have other undesirable consequences. Compiler writers take the attitude that when the Standard doesn't specify how implementations should process non-portable code or code that receives erroneous input, all possible behaviors should be regarded as equally useful. In the C language invented by Dennis Ritchie, many actions are characterized as having "machine-dependent" behavior, and code which is written to exploit that in cases where the Standard imposes no requirements but the target platform is known can be more efficient than would be possible with code that was written to be "optimization proof".
@nowonmetube
@nowonmetube 4 жыл бұрын
@@ShadowGaro of they had no time to do it, because it had to be released in last minute.
@dkosmari
@dkosmari 4 жыл бұрын
To answer the question of "why didn't Nintendo use optimizations." The guys responsible for reverse engineering SM64 fixed a number of bugs in the code. When you write incorrect (the technical term is Undefined Behavior, or UB for short) code, it might appear to work correctly by sheer accident; when compiled in debug mode, the compiler adds a bunch of extra "safety" code (such as zero-initializing every variable, flushing every variable update back to memory), precisely to help the programmer track down bugs. When optimizing UB code, disastrous results can happen; and the more you optimize UB code, the worse the result. Nintendo likely just rushed the game out to meet the Japanese deadline, and couldn't afford to fix all the problems, that no doubt the compiler was screaming at them with endless warnings about. The debug mode was enough to shield the final code from all the coding errors, so that was the chosen quick fix.
@Mobius14
@Mobius14 4 жыл бұрын
Unlikely. Spaceworld 1995 build is also unoptimized thanks to the DDD lag being the indicator. It's been there from the start.
@dkosmari
@dkosmari 4 жыл бұрын
@@Mobius14 What's unlikely? The guy leading the RE effort explicitly mentioned on the Discord, the various UB bugs they fixed. As Kaze posted in another comment, there's more that creates lag than the compiler optimizations. Mainly, the inefficient use of the graphics hardware.
@JeffPenaify
@JeffPenaify 4 жыл бұрын
Interesting you can hardly blame them either game was still a masterpiece
@Mobius14
@Mobius14 4 жыл бұрын
@@dkosmari You said "The debug mode was enough to shield the final code from all the coding errors, so that was the chosen quick fix." which implies they turned it on last minute. it was enabled since Spaceworld 1995.
@dkosmari
@dkosmari 4 жыл бұрын
@@Mobius14 Debugging output is used throughout the development. Because every time you change the code, there's a chance for introducing bugs, or revealing old ones that went unnoticed. Notoriously, the audio code isn't built in debug mode, possibly because it was developed separately, and was a more mature code base; so it got built separately without debug flags, and just linked into the game, that was still not working properly without debug. I didn't mean to imply they were 1 day from shipping the game out, and somebody said "let's try enabling debug flags", and it suddenly ran without crashing. Software in general is developed in debug mode, as the norm. It's just that they relied on the extra safety created by debug code too much, and couldn't afford to fix the code in time for launch.
@gamergod9182
@gamergod9182 4 жыл бұрын
I always wondered why I don't have any memories of DDR being as laggy on PAL (which I played as a kid) as it is on the NTSC version I run on emulators nowadays. BTW, the reason why this wouldn't be allowed in a speedrun is simply because it isn't official hardware or software.
@charvelgtrs
@charvelgtrs 4 жыл бұрын
Your comment about SD Card speeds is irrelevant since the game is loaded onto the Everdrive's ram which will act just like a real cart. Its not streaming from the SD Card throughout the game.
@dkosmari
@dkosmari 4 жыл бұрын
Exactly. The main reason to frown upon custom ROMs is it's hard to verify they're indeed identical, and that some smart ass didn't just load a patched ROM into his flashcart. 6 months from now, the reverse-engineering team might find and fix more bugs, they might be using a different compiler version that is better at optimizing.
@Porygonal64
@Porygonal64 3 жыл бұрын
@@dkosmari what the fuck are you talking about
@dkosmari
@dkosmari 3 жыл бұрын
@@Porygonal64 What language do you speak, if not English?
@ThePC007
@ThePC007 3 жыл бұрын
@@Porygonal64 I legitimately had to laugh when I read your comment.
@chamber_hiro256
@chamber_hiro256 3 жыл бұрын
Ever heard of checksums?
@wfow1448
@wfow1448 4 жыл бұрын
I'll be honest, I never really thought about it too much. When I played SM64, I was more amazed by how nice it looked to notice if it slowed down to much in certain areas, like most of the water levels. Even when I did notice, I thought that was a design choice for the level itself, since the speed of game play seems to match the speed of the music. Of course, this is coming from a non-speed runner's point of view.
@BeretBay
@BeretBay 4 жыл бұрын
I think this is something you only realize after years of technological improvement in video games. I think at one point this was natural for everyone.
@mistermoo7602
@mistermoo7602 4 жыл бұрын
Hey, that's a good point. It probably wouldn't have been noticed back in the modding scene of the past.
@cookiesontoast9981
@cookiesontoast9981 4 жыл бұрын
@@BeretBay Yeah, it's the same with resolutions, back in the day they looked perfectly fine.. But as we've gotten older and can see higher resolutions and frame rates we now see how awful the games looked in their native resolutions and frame rates..
@cattysplat
@cattysplat 4 жыл бұрын
It's not just slowdown, it's actually slow motion, which effects the movement and control of the game, a very cool different look and feel compared to standard gameplay, I've always enjoyed it.
@nicholasterberg5977
@nicholasterberg5977 4 жыл бұрын
In all honesty I thought the slowdown was intentional, I was only able to notice it on water levels and just thought "you can't swim as fast as you walk, so you move slower in-game to reflect that". It was only recently that I played an emulator and noticed the framerate drop.
@d0rban
@d0rban 3 жыл бұрын
iirc sm64 was launch title for the n64 and developer tools could also have been not mature enough for even -O2 or -O1 to optimise correctly they probably picked -g to produce predictable unoptimised output to make sure the game doesn’t crash on actual user copies initially i also wonder how the sm64 updated version (the one released in japan) compares in terms of performance
@metallicarabbit
@metallicarabbit 3 жыл бұрын
this is the correct answer
@poisonshroom64
@poisonshroom64 3 жыл бұрын
Yeah my understanding is that they were using a shitty broken version of gcc where O2 didn't work.
@farlado5459
@farlado5459 3 жыл бұрын
This is actually what is true, the N64 development kit was still not complete at the time of the release of Super Mario 64, so the developers were wary to do any hardcore optimizations.
@SomePersonGuy
@SomePersonGuy 4 жыл бұрын
I swore the title said “Nintendo’s big mistake that made Super Mario Super Show”. I just woke up.
@ZeldaMasterLogan
@ZeldaMasterLogan 4 жыл бұрын
Eat your arms and then again Do the mario I am god and then you know Eat the dario Do do do do do Just like that
@SomePersonGuy
@SomePersonGuy 4 жыл бұрын
Joker DIC.
@SuperMarioMinecrafter321
@SuperMarioMinecrafter321 4 жыл бұрын
"Hey paisanos! It's the Super Mario Bros. Super Show!"
@yuribacon
@yuribacon 4 жыл бұрын
MISTAKES WERE MADE
@dycedargselderbrother5353
@dycedargselderbrother5353 4 жыл бұрын
pasta power
@kiroma0
@kiroma0 4 жыл бұрын
Talks about C, shows C++ code and docs. nice.
@deyvyancraft2132
@deyvyancraft2132 4 жыл бұрын
I c..
@gnaurai6251
@gnaurai6251 4 жыл бұрын
also not a single & pointer
@pow9606
@pow9606 4 жыл бұрын
@@gnaurai6251 & is a reference or address.
@JNelson_
@JNelson_ 4 жыл бұрын
@@pow9606 & is a reference in a declaration and an operator to get the pointer when used on a variable.
@laurinneff4304
@laurinneff4304 4 жыл бұрын
And it's Qt
@Postposterous
@Postposterous 4 жыл бұрын
Very well done video! I love this kind of technical stuff. Cracking open games in kinda my thing. There were some cool secrets to be found inside of the code in Aladdin for Sega Genesis, too.
@proxy1035
@proxy1035 4 жыл бұрын
acording to MVG it was likely due to the tools being in a very early version and therefore being to undstable/a pain to work with, so they just left it in the default debug settings since that was atleast working
@TorutheRedFox
@TorutheRedFox 3 жыл бұрын
and them not having the time to test whether the bugs in the compiler actually affected the game or not, so they just went with g just to be safe
@SolidSonicTH
@SolidSonicTH 2 жыл бұрын
This is one of the best explanations I've had for the nuances of compilation. I had a vague understanding of the process of code compilation but never fully enough to really see the whole picture.
@Cassarilla
@Cassarilla 4 жыл бұрын
This video was really interesting, this game is one of my all time favorites. I still have my original save file. It's wild to see people learning new things about the game so many years later.
@doc_sav
@doc_sav 4 жыл бұрын
Working in software development, I can say that flags get missed or mis-set pretty frequently due to human error. No idea if that is the case with Mario 64, just saying that it isn't as unlikely as it sounds. Also, I find it impressive that the majority of the game works very well without optimizations.
@TheIronMenus
@TheIronMenus 4 жыл бұрын
1:14 Shoutouts to Simpleflips
@ChaosMarioBros1
@ChaosMarioBros1 4 жыл бұрын
oh my aching tentacles
@jimmyjohnjoejr.9020
@jimmyjohnjoejr.9020 4 жыл бұрын
Brush your teeth bitch
@NERDSAUCE
@NERDSAUCE 4 жыл бұрын
The fucking moment I see a mario pop outta the pipe and he's in a fucking wheelchair I'm gonna fart my soul alright?
@i_like_cplusplus6317
@i_like_cplusplus6317 4 жыл бұрын
10 mins and 13 secs compressed into a single sentence: Nintendo released a debug build.
@petthehomeless
@petthehomeless 4 жыл бұрын
Thanks, this guy doesnt know what hes talking about anyway
@Guztav1337
@Guztav1337 3 жыл бұрын
Nintendo might have released a debug build* Or they made a real build but choose to not go O2 because of UB in their code.
@i_like_cplusplus6317
@i_like_cplusplus6317 3 жыл бұрын
@@Guztav1337 I don't think O0 would be that bad. The build almost certainly contained debug assertions & other binary bloating.
@SergioEduP
@SergioEduP 4 жыл бұрын
"Up until then their games had been written in Assembly".... oh..... that's.. uhm.... time consuming I guess...
@develon3133
@develon3133 4 жыл бұрын
This comment is amazing. Just sayin
@RichFreeman
@RichFreeman 4 жыл бұрын
In that era it was pretty common for all sorts of software. Processor speeds were very limited and graphical hardware provided relatively little assistance (esp on IBM compatible PCs, but some other computers were better in this regard). In any case when you're up against a lot of hardware limitations you have to be very efficient with your code. Also, if you go back to the early 80s I'm not sure how efficient compilers were. I know they had optimizations but I have no idea how they compare to today. I remember PC games in the 80s that didn't even run under DOS. They would just boot right off the floppy directly. If you weren't trying to read DOS filesystems it wasn't like that OS did much for a game anyway, other than allow it to be run from a hard drive. Actually, I think even MS Flight simulator booted straight from floppy without DOS in that era.
@theshyguy1580
@theshyguy1580 4 жыл бұрын
@@RichFreeman Hell, PS1 games though they used c, they used assembly also.
@Luxalpa
@Luxalpa 4 жыл бұрын
ASM in that era wasn't really that time consuming. C-code is almost the same in terms of complexity, and back then a C-Compiler could run for days if not months over your entire project whereas an Assembler would be much, much faster.
@RamLaska
@RamLaska 4 жыл бұрын
It's the only way to fly, lad. Well, on classical processors. Might be fairly pointless on modern processors.
@RomanOnARiver
@RomanOnARiver 4 жыл бұрын
Early N64 compilers sometimes introduced bugs relating to doing math on the 3D geometry when using O2 (collision detection was the main victim here), which was later addressed, but Mario 64 was a launch title and did not benefit from these fixes. O2 also suppressed any warnings about potential issues - this made it very difficult to debug and this is why Super Mario 64 devs would have not used it.
@TorutheRedFox
@TorutheRedFox 3 жыл бұрын
later games were made with a new compiler, likely for Windows
@hristaki99
@hristaki99 2 жыл бұрын
As MVG said, most of the libraries that SM64 uses have O2 and even O3 optimization, and the rest is just a small part of the code, which Nintendo probably opted to keep unoptimized because SM64 was a launch game and back then the developer tools had a few bugs, some of them having to do with the optimizers, and they wanted to be safe. If you disable O2 and O3 in the libraries, then you'll see how the game is actually going to run (very badly)
@ThePC007
@ThePC007 3 жыл бұрын
4:16 "O2 is considered quite safe." I've actually managed to write a piece of code that would behave wrongly when compiled with the -O2 flag just a short while back. Granted, I was compiling for a somewhat more exotic piece of hardware (the ESP8266), but still. I had to downgrade to -O1 because of that. :(
@LightTheMars
@LightTheMars 3 жыл бұрын
Perfectly spec-faithful code or something UB related?
@ThePC007
@ThePC007 3 жыл бұрын
​@@LightTheMars ​ @Sullivan I was making an LED blink and used something along the lines of "brightness = (millis() % 1024) < 512 ? 0 : 1023" and it didn't work (nothing UB about it as far as I can tell). Changing the 0 to some greater number would magically make it work, but I couldn't go below (I believe) 13. I can't remember too many details but changing the ternary operator to an if statement didn't do anything. Going down to -O1 was the only thing that I could do to make it work. I didn't look at the compiled assembly to find out what the issue was, though it might have been interesting if I had the time to do it.
@MrOmegatronic
@MrOmegatronic 3 жыл бұрын
Knowing nothing whatsoever about how brightness is used, @@ThePC007, I'd guess loop unrolling.
@ThePC007
@ThePC007 3 жыл бұрын
@@MrOmegatronic brightness in this case is just a variable that I use later on to set the duty cycle of a PWM output. There weren't really any loops that could get unrolled.
@MrOmegatronic
@MrOmegatronic 3 жыл бұрын
Hmm... not sure what could've caused it, then, @@ThePC007. That's the only thing that comes to mind, unless it's a case of extremely subtle UB that the compiler assumes isn't there, or a slight bug in the compiler, or something. Strange.
@ethanhayes7038
@ethanhayes7038 4 жыл бұрын
7:11 So a regular Game Theory then.
@veneratlazulum2033
@veneratlazulum2033 Жыл бұрын
My guess: they didn't have time to test if the optimized version had any errors, so they decided to play it safe and release the unoptimized version which was tested because it would be a disaster if there were game-ruining errors in the optimized version.
@CasiniLoogi
@CasiniLoogi 3 жыл бұрын
From what I've heard somewhat consistently, the reason the O2 optimization wasn't used was because of how early the flag was, they didn't know how stable it was and decided not to use it. Though I'm still really new to the sm64 decomp scene so I could be 100% wrong in literally every aspect
@rovertronic
@rovertronic 4 жыл бұрын
I love the decompilation too! I used it to create my Detective Luigi hack, which runs super well on everdrive! Good video explaining all this.
@sergiofls7623
@sergiofls7623 4 жыл бұрын
i expected you to compile the game in O3
@Garvm
@Garvm 4 жыл бұрын
Now I understand why I didn’t remember to have any noticeable slowdown in my mario 64. It was always slowed down but optimized.
@npc_blob1609
@npc_blob1609 4 жыл бұрын
Maybe they mean that they played the PAL version, slower overall but less frame dips?
@reviewdle6173
@reviewdle6173 2 жыл бұрын
Fun fact about the Mega Man X4 clip you showed at 6:32- the dithering present there is exclusive to the Sega Saturn version of the game. In the PS1 version, this part and other parts in the game like it use proper transparency instead!
@squidyy2k
@squidyy2k 3 жыл бұрын
3:34 so uh, about that
@ThanatosZero
@ThanatosZero 4 жыл бұрын
03:16 So they were able to recreate the source code? That blows my mind!
@56independent42
@56independent42 3 жыл бұрын
1:57 talks about c shows c++ website
@masteryoshi6434
@masteryoshi6434 4 жыл бұрын
2020 and still there's new content about this game Impressive...
@jingyitay6179
@jingyitay6179 3 жыл бұрын
I like how RE videos like this generates so many truthful insightful comments! Thanks for sharing/showing off your knowledge!
@ArispeMatt
@ArispeMatt 4 жыл бұрын
My thought would be that it wasn't optimized because the game was definitely being developed at the same time as the hardware, and optimizing was a secondary concern much like how Fire Emblem Awakening had a lack of feet because they didn't know what the final device would look like. Especially if some revision along the lines had already caused issues.
@imjody
@imjody 4 жыл бұрын
This was a really cool video, MattKC-san. Thank you. I always felt that parts of the game were a bit slow, but I didn't realize it was a bottleneck issue. O_O
@jonwallace6204
@jonwallace6204 4 жыл бұрын
It’s not uncommon to purposefully set the compiler at -O0 for production code, especially in threaded programs written by lots of people. A missing “volatile” keyword somewhere can make some optimizations unsafe.
@KallyNui
@KallyNui 4 жыл бұрын
I'd love for a follow-up with some more in depth tests. There is a GameShark code for a lag counter. There also is one to "deblur" SM64, removing their AA filter that causes a lot of lag. Then there is OverClockied the N64. I'm wondering if a combination of the recompiled version, the removal of AA, and an OCed N64 could make there be zero slow down. I know the removal of AA helps the framerate quite a bit, but no one has tested OCing the N64.
@kepone3121
@kepone3121 4 жыл бұрын
>mario 64 will be 30 years old in 6 years >it will be a quarter of a century old next year oh
@poyopoyo4619
@poyopoyo4619 4 жыл бұрын
Ok boomer
@captainrobots1
@captainrobots1 3 жыл бұрын
Now that's nintemdo has the 35th anniversary of mario 3d Allstars wandering if its going to run well and if its optimized better for the switch. We know the graphics look way better but keeps the lower polygon but in higher resolution.
@dasten123
@dasten123 4 жыл бұрын
Thanks for showing us the decompilation project! I always dreamed about seeing source code of n64 games! SO AWESOME!!!
@rfmerrill
@rfmerrill 3 жыл бұрын
It's true that -O2 has been generally considered pretty safe BUT that's only if you're on a *well-supported platform*. For custom CPUs or weird variant chips it can often blow up in your face. Also code that accidentally depends on undefined behavior can work fine without optimization but utterly fall down with optimization turned on. Finally, debugging optimized code is much more of a pain, and unless you really need the code to be optimized, shipping the same version that you debug with can have its benefits.
@orionm4254
@orionm4254 4 жыл бұрын
Speed runners: Damn this lag! Me: This game is fun!
@Imaproshaman7
@Imaproshaman7 4 жыл бұрын
This was really informative. Nice.
@fghsgh
@fghsgh 3 жыл бұрын
I heard in another video that it wasn't optimized yet because the compiler wasn't mature enough yet and even -O2 was broken. They even went back and tried the old compiler version on this same source code and it actually did crash somewhere.
@jeffreylanters
@jeffreylanters 3 жыл бұрын
My guess would be since building using optimizations takes longer than regular builds (which are used during development), and running on a tight schedule, it was just to big of a risk enabling the optimizations relatively close to the release.
@reddragoon2423
@reddragoon2423 3 жыл бұрын
"Almost as if nintendo leaked the source code themselves" Wow this guys a genius, why didnt we think of that
@anguruso
@anguruso 4 жыл бұрын
Thank you, this was incredibly interesting!
@user-qf6yt3id3w
@user-qf6yt3id3w 4 жыл бұрын
It could have been that there was a compiler bug when the NTSC version was released and they worked around it by turning off optimization. Or it could be that the code had a bug that only showed up in the optimized version. Either way, they solved it by the time they released the PAL version. There are a surprising number of embedded systems that ship with the debug build because the release build is broken and there was no time to fix it. I've even heard of systems that shipped with the debug build doing serial port printfs but general-purpose I/O setup was hacked at the last minute so the pin which would normally be the data transmit line was set to be something else. So the code was full of printfs and those wrote data to a UART and the UART sent it out but it never actually reached the outside world. The fun, fun world of timing-critical code...
@orionm4254
@orionm4254 4 жыл бұрын
It was fun, smart, and cool that rare put easter eggs in their makings. D.K. Racing introduced banjokazooie and conker. Banjokazooie introduced conker with an image inside gruntilda's ship in "rusty bucket bay".
@maybenat
@maybenat 4 жыл бұрын
>talks about C >shows C++ related sites
@Gnidel
@Gnidel 4 жыл бұрын
@@Patrickblox No. Not anymore. C++ evolved a lot since times when it was "C with classes".
@sweetspotendurance
@sweetspotendurance 4 жыл бұрын
@@Patrickblox Maybe C++98. C++11 and on is a completely different language.
@lescitrons
@lescitrons 4 жыл бұрын
1:50 Hehe that's not C
@thevideosinc
@thevideosinc 4 жыл бұрын
Ikr
@Zerio105
@Zerio105 10 ай бұрын
I read this as "Super Mario 64 Super Show" at first. If only...
@weshuiz1325
@weshuiz1325 4 жыл бұрын
what kind of compiler did you use to make this video so great😉 no srsly tho great job making this video you earned that sub :)
@deomkds
@deomkds 4 жыл бұрын
Now I'm wondering what would happen if you compiled it using O3... Would it run? Would it even compile?
@kneesnap1041
@kneesnap1041 4 жыл бұрын
Try it out! There are instructions for how to compile it if you look.
@imdone8243
@imdone8243 4 жыл бұрын
Make a video and comment back for notifications bump
@zabotheother423
@zabotheother423 4 жыл бұрын
I would guess it would. Usually O3 does things like unrolling loops and changing floating point instructions. Probably would still work just fine.
@sarowie
@sarowie 4 жыл бұрын
@@zabotheother423 floating point optimization can cause weird "glitches", like already seen as differences between virtual console and real hardware. (subtle errors when removing a few instructions increases or decreases the math accuracy, leading to drifting values over long time)
@deomkds
@deomkds 4 жыл бұрын
@@kneesnap1041 It didn't compile with -O3. The compiler says "wrong file format" right at the end. Tried with -O2 and it worked fine, so it's not my setup that's making it fail.
@TotallyNotThomas
@TotallyNotThomas 4 жыл бұрын
I remember one time when trying to do this glitch Mario’s head model got super stretched out but his eyes stayed the same size, it’s the stuff of nightmares
@mikeshaver-miller745
@mikeshaver-miller745 7 ай бұрын
C was still relatively new when the N64 came out. As a company that had been writing in Assembly until this moment in time, switching the programming language, design methodology and tool chains all at the same time was a large contributing factor to the issues that they faced early on. In fact, even the compilers they were using weren't solved yet. Forgetting about architectural shortcomings for a moment, modern programmers have been implementing seemingly impossible features on real N64 hardware using the knowledge we have today. Kaze Emanuar (I'm so sorry if i butchered that by the way) has already taken Mario 64 and turned it into a mostly 60 FPS game, just with code optimization and some clever thinking. Someone else is actually just making Portal on the N64.
@kensuke0
@kensuke0 3 жыл бұрын
1:24 “for years, if not decades” Christ, I felt that
@blazernitrox6329
@blazernitrox6329 4 жыл бұрын
Alternate title: "The Importance of Understanding your Toolchain (ft. Nintendo)"
@TorutheRedFox
@TorutheRedFox 3 жыл бұрын
with a buggy compiler not even directly designed for the Nintendo 64 (called Ultra 64 at the time) hardware that had the chance of introducing bugs just because you enabled optimizations
@MrOmegatronic
@MrOmegatronic 3 жыл бұрын
With appendices, "The Importance of Your Toolchain Being Tested on Your Target Platform", and "The Importance of Your Target Platform Existing Long Enough to Have a Fully Functional Toolchain". ;3
@ichigokurosaki7762
@ichigokurosaki7762 4 жыл бұрын
I can't even imagine how a décompiler is even coded
@sodiboo
@sodiboo 4 жыл бұрын
listen closely to the part where he said it was decompiled they did it by hand
@ichigokurosaki7762
@ichigokurosaki7762 4 жыл бұрын
@@sodiboo that sounds even worse.
@phillippi2
@phillippi2 Жыл бұрын
The main cause of the lag with the submarine stems from the physics simulation. The game checks to see whethere the player is colliding with static geometry not very often. Look up videos talking about it. While it is possible to jump through walls, the situation in which that will occur is exceedingly rare. However, with moving geometry, the story is quite differing. If they had used the same method to simulate collision with moving geometry, it would be very easy for the player to pass through it. Some of the late concepts of dire dire docks show the submarine moving. It's likely still setup to move.
@randomdude3066
@randomdude3066 Жыл бұрын
I distinctly recall being very young and playing the dire dire docks level. I think I noticed the slowness but simply attributed it to a feature of the level rather than a bug.
@Sapphiresoul2
@Sapphiresoul2 4 жыл бұрын
Why is it that I don't remember anything about this submarine, this feels new
@azazellon
@azazellon 4 жыл бұрын
Me too. What is this level i never bothered to find
@taxtapyinc.2921
@taxtapyinc.2921 4 жыл бұрын
Its mandatory to beat the game tho, maybe your older brother/sister beat it for you? lol
@azazellon
@azazellon 4 жыл бұрын
@@taxtapyinc.2921 I've literally never seen this level but I know I've beaten the game o-o
@diegomedina9637
@diegomedina9637 4 жыл бұрын
@@azazellon you literally need to beat this specific star in order to beat the game casually. Unless you were a speedrunner god when you were a child you had to play this stage in order to beat the game.
@ddm_gamer
@ddm_gamer 4 жыл бұрын
@@diegomedina9637 Maybe he had some weird version of the game? I had a mario kart ds catridge wich was straight up missing a stage. I know it might be Extreme-Lyrik unlikely and rare
@Kahadi
@Kahadi 4 жыл бұрын
The simplest and most likely explanation: they made a mistake with the flag. Could be a typo, could be just forgetting to turn it on. And even the PAL version having it on is easily explained by them releasing that one nearly a year later (June 23 1996 Japan, September 29 1996 USA, March 1 1997 EU). Since for PAL they needed it to run slower to match their N64s and TVs, they happened across the mistake that was missed even when translating for USA. By then, being a physical release, it would be easier to fix it for PAL and ignore it for other ones than to recall it or release new copies and tell people the mistake.
@CrescentFreshAtBest
@CrescentFreshAtBest 4 жыл бұрын
Yeah this is absolutely something that could fall through the cracks when putting together a submission
@pikajade
@pikajade 3 жыл бұрын
7:06 could be used for any of MatPat's videos
@isntyournamebacon
@isntyournamebacon 4 жыл бұрын
I remember reading something like this when looking into the large address aware patch for Skyrim on pc. My memory of this is fuzzy but, something about him decompiling the exe to find that Bethesda didn't use some of those optimization flags for the pc version of the game. Its apparently a direct port of the console versions. It also put a copy of the textures in the main ram... for ... reasons i guess... Seems they made the game on pc, converted it to xbox360/ps3. Then converted THAT version back to pc without re-enabling the flags that you cant use on consoles. The guy couldnt post any proof though, as he would have to upload a modified version of the game... Interesting anyway.
@IAMSolaara
@IAMSolaara 4 жыл бұрын
Now I know why I never had those huge slowdowns in JRB. I always had a PAL copy.
@xein6482
@xein6482 4 жыл бұрын
Well, your entire game was slowed down
@199NickYT
@199NickYT 4 жыл бұрын
"Speedrunning edition" loool
@JesseStiller
@JesseStiller 4 жыл бұрын
Would it be possible to compile the decompiled version with a C compiler from prior to when the game came out? That way we can see if the compiler was to blame back then at making buggy code.
@adamtrask4822
@adamtrask4822 Жыл бұрын
They probably tried to optimize the game at start and due to the opening scene being at full frame rate probably caused the rest of the game to lock up and not work so they left it un-optimized maybe because they got a copy of the game and not the actual build on the computer, is like a closed copy to start with and making a vhs copy from it, with a digital copy it can be read and cleaned up, filters and the works to improve the quality, but a vhs tape is as good as the player and tape recording. Can't change it or it stops working or works with problems. So the pal version is the better copy but still limited by a cap'd game play speed (if the player's 'game play' moved faster than the game layout/map could render/generate Mario would get stuck in invisible walls and cut scenes and the ground itself).
@simonebertini1813
@simonebertini1813 4 жыл бұрын
link for the new optimized mod, please?
@danielberrett2179
@danielberrett2179 4 жыл бұрын
Try KAZE Emanuars 60fps romhack
@burk3
@burk3 4 жыл бұрын
Ugh. Two things. One, I wish you had talked about the sub in DDD having dynamic collision as part of the reason it was so slow, but I guess you need to be more familiar with the codebase or talked to anyone on the decomp project to have known that. Two, the everdrive isn't reading directly from the SD card while you are playing, when you start a game it loads the ROM onto a piece of dedicated memory on the cart that has at least the same access time as an original cartridge ROM chip. The way cart ROM is accessed is such that it is always accessed at the same speed, usually measured in a number of CPU cycles.
@ciro589m
@ciro589m 4 жыл бұрын
You're absolutely right!
@cujoedaman
@cujoedaman 3 жыл бұрын
While I know it's not the exact same thing, there is a world boss in WoW that, at one point, was causing massive frame lag and latency issues when you got within (roughly) 50 yards of her and it was made even worse if you were in a raid group. Yep, even if you weren't in a raid and approached the area, the entire game would lag in both latency and frames, causing major issues with trying to take her down (and that doesn't even begin to touch on how OP she was). After a couple months, suddenly everything was ok with no major latency or lag and I wonder if Blizz made an oops compiling the code, but had to "ship it out" anyway to get the patch out on time.
@henlostinky273
@henlostinky273 7 ай бұрын
something else to consider is that compilers and compiled languages in general were pretty new to nintendo when mario 64 kicked off in 1994. NES, SNES, and gameboy were all oriented around using an assembler for development which has no concept of compiling and definitely no concept of an O flag. what you write is what it does verbatim. so when you're learning about that, and also learning your first high level language in C, and learning all the new tools that SGI dropped off, and also learning how to make a 3D game when star fox is the only other 3d game on a nintendo console ever, it's understandable that they'd decide not to worry about making it perfect the first time.
@kindasus7024
@kindasus7024 4 жыл бұрын
This comment is just to help this video get big cause it's intresting.
@pauljs75
@pauljs75 4 жыл бұрын
How much time does the compiling process take between leaving it unoptimized and using an optimizer? If the optimized version takes longer to make an executable, that may explain things. Might have been some time-crunch in getting it out the door, and there were a few oversights.
@anzeg-
@anzeg- 4 жыл бұрын
De-compiling the code like that is a fucking godlike achivment. I cannot convey my level of absolute fucking mad respect to the people that did that. Madlads, truly
@hudsonball4702
@hudsonball4702 8 ай бұрын
I believe they didn't have one either for Star Wars Shadows of the Empire. As there are some notable slow downs in that game as well.
@monkeywithocd
@monkeywithocd 4 жыл бұрын
If I recall correctly from "Modern Vintage Gamer"'s video on this topic, it was likely due to issues with their compiler at the time not working correctly with optimizations.
@TVIDS123
@TVIDS123 4 жыл бұрын
Compilation is translating one representation of code to another. One type of compilation is compiling a higher level language like C into machine code. This isn’t always the case though. The mapping between C to machine code is not 1 - 1. There can be lots (technically infinite) variations to the C code that will all compile down to the same machine code with the same compiler settings. Therefore, the reverse engineered code may compile to the same machine code using no optimisation, but it may optimise a lot better than the original code with different compiler settings.
@YoshionYT
@YoshionYT 4 жыл бұрын
Lol this entire time I was confused what you were saying about lag. Up until you said the PAL version was optimised which is the one I played when I was younger lol
@FurEngel
@FurEngel 4 жыл бұрын
Did the GCC compiler contain a -O2 back in 1995? It could just be possible that the optimization engine did not exist or if it did, it was not stable. Remember, it would have needed to be have been developed for MIPS R3000 core. I know a lot of stuff for those branches were not introduced until 1999.
I DECOMPILED a Sonic game... here's how
21:05
MattKC
Рет қаралды 729 М.
Can you run an NES from AA batteries?
12:37
MattKC
Рет қаралды 954 М.
😱СНЯЛ СУПЕР КОТА НА КАМЕРУ⁉
00:37
OMG DEN
Рет қаралды 1,8 МЛН
ISSEI funny story😂😂😂Strange World | Magic Lips💋
00:36
ISSEI / いっせい
Рет қаралды 130 МЛН
The most overused game graphic you never noticed | Texture Archaeology
8:15
Kid Leaves Stoop
Рет қаралды 2,7 МЛН
ogx360 Build and Review
13:55
MattKC
Рет қаралды 277 М.
Did Nintendo really forget to Optimize Super Mario 64 ? | MVG
13:14
Modern Vintage Gamer
Рет қаралды 1,2 МЛН
How I fixed LEGO Island's WORST bug
13:45
MattKC
Рет қаралды 815 М.
North Korea made a Flash game... and I played it
21:37
MattKC
Рет қаралды 609 М.
Why was the Nintendo 64 so hard to develop games for ? | MVG
11:55
Modern Vintage Gamer
Рет қаралды 1,1 МЛН
Can I fix a CORRUPT PlayStation 2 save file?
18:10
MattKC
Рет қаралды 971 М.
Why do some NES games say "Starting Machine"?
11:19
MattKC
Рет қаралды 535 М.
Minecraft herobrine meme
1:01
Daquavis
Рет қаралды 17 МЛН