Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

Mario Kart 64 got finally decompiled!

⁨591⁩ ⁨likes⁩

Submitted ⁨⁨2⁩ ⁨weeks⁩ ago⁩ by ⁨MazonnaCara89@lemmy.ml⁩ to ⁨games@lemmy.world⁩

https://github.com/n64decomp/mk64

source

Comments

Sort:hotnewtop
  • Gullible@sh.itjust.works ⁨2⁩ ⁨weeks⁩ ago

    It’s not a stretch to say that n64 romhacks are often of similar gameplay quality to modern titles, albeit with far lower graphical fidelity. With a racer like Mario kart, I’m curious how they’ll go about modernizing it. It seems too fundamentally janky with its controls and visuals to compete with anything within the last 20 years, but I’ve been nothing if not surprised by the ingenuity of romhackers.

    source
    • 4am@lemm.ee ⁨2⁩ ⁨weeks⁩ ago

      This is not a romhack or a tool for romhacking. This lets the game run natively, on current PC hardware.

      source
      • Gullible@sh.itjust.works ⁨2⁩ ⁨weeks⁩ ago

        Decomp projects accelerate the rate that romhacks come out through new or improved tools and fresh information about the inner workings of the game. Particularly when there was little experimentation previous to the decomp, as is the case here, to allow romhackers find the game’s kinks. It absolutely is not a romhack or romhacking tool, you are correct. It’s better!

        source
      • Ganbat@lemmy.dbzer0.com ⁨2⁩ ⁨weeks⁩ ago

        Doesn’t look like this is quite that, yet. The decomp.is just the first step towards native porting. Banjo-Kazooie’s been fully decompiled for somewhere around a year at this point, and there’s still no ports afaik.

        source
        • -> View More Comments
  • Matriks404@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

    I won’t say if that project is legal or not, but expect it (and many others) to be taken down by Nintendo soon. Make a local copy if you want to preserve it.

    source
    • ChairmanMeow@programming.dev ⁨2⁩ ⁨weeks⁩ ago

      Decomps are legal because no copyrighted material is being distributed. They typically require the original ROM to run (eg for assets).

      source
      • phx@lemmy.ca ⁨2⁩ ⁨weeks⁩ ago

        Yeah but Nintendo doesn’t always seem to give a shit just because something is legal. They’ll still play the “but our legal department has more money than YOU” card

        source
      • Matriks404@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

        The code itself is also copyrighted. Decompiled code is a derivative work.

        source
        • -> View More Comments
    • ipkpjersi@lemmy.ml ⁨2⁩ ⁨weeks⁩ ago

      Why expect this to be taken down if other decomps haven’t been taken down already? Why expect other decomps to be taken down?

      source
      • Matriks404@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

        They will eventually be all taken down. That’s the point. They have no legal framework to exist, and Nintendo could strike any time they want, like Rockstar did with the re3 project.

        They also have valid reasons to think that these projects are causing them to lose money, since they give alternative (and technically better) solutions to play their old games, without buying any Nintendo hardware or software (unless you dump your games, but let’s be honest. You don’t).

        source
        • -> View More Comments
  • Trashboat@lemmy.blahaj.zone ⁨2⁩ ⁨weeks⁩ ago

    Mario Kart 2^6^

    source
  • demizerone@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

    Eat shell Nintendo.

    source
  • Blaster_M@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

    It was alright, MK64, but my only real gripe is the handling. When you start your turn in, the kart strafes opposite of the direction you are turning, which makes small adjustments difficult at best.

    source
    • Drbreen@sh.itjust.works ⁨2⁩ ⁨weeks⁩ ago

      Skill issue

      source
    • chunkystyles@sopuli.xyz ⁨2⁩ ⁨weeks⁩ ago

      And in this one, if you move the stick back and forth wrong, you can spin out.

      It’s pretty janky, but you can get used to it.

      source
    • Species5218@sh.itjust.works ⁨2⁩ ⁨weeks⁩ ago

      How did you get it to run? I got it to compile, but there I cant find a file that I can actually run.

      source
      • domi@lemmy.secnd.me ⁨2⁩ ⁨weeks⁩ ago

        Are you trying to run it on PC?

        This is only the decompilation of the original for N64, the binaries it produces are for the N64 or an emulator. Making a PC port is the next step.

        source
        • -> View More Comments
      • Ansis100@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

        I haven’t even looked at it, but don’t you need an emulator to run it?

        source
        • -> View More Comments
  • muusemuuse@lemm.ee ⁨2⁩ ⁨weeks⁩ ago

    I’m seeing more of these decompilations lately but never for playstation titles. some things just never emulate quite right with the playstation titles and they are still fun to play. Is anyone working on decompiling original playstation games?

    source
    • weirdbeardgame@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

      There’s an entire community for PS1 and PS2 discord.gg/TzRYk7X3zw

      source
    • jacecomix@sh.itjust.works ⁨2⁩ ⁨weeks⁩ ago

      Not claiming to be an expert, but I watched this video a while back. www.youtube.com/watch?v=OmKjVpVdHDQ
      The impression I got is that PS1 emulation is actually pretty good, and N64 emulation is more like that Homer Simpson meme with all the clothespins on his back.

      source
      • InverseParallax@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

        Ps1 is great because it’s a mips core, a funky 3d engine and the main weirdness is the spu.

        The n64 is all weird (albeit with a similar but 64bit mips core).

        source
        • -> View More Comments
    • MazonnaCara89@lemmy.ml ⁨2⁩ ⁨weeks⁩ ago

      Yes there is some work for ps1 games for example the crash team racing demp

      github.com/CTR-tools/CTR-ModSDK This is the link, tho the repo is being used for ctr mod tools too.

      source
      • muusemuuse@lemm.ee ⁨2⁩ ⁨weeks⁩ ago

        CTR?! YESSSSS!

        source
        • -> View More Comments
  • KindaABigDyl@programming.dev ⁨2⁩ ⁨weeks⁩ ago

    Good. Maybe now someone can mod it so it isn’t the worst Mario Kart in the series

    source
    • Lost_My_Mind@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

      comforts you

      Hey, it’s ok buddy. It’s alright to have bad opinions sometimes…doesn’t make you a bad person.

      source
    • wh0_cares@lemmy.blahaj.zone ⁨2⁩ ⁨weeks⁩ ago

      I’m probably gonna get flack for this, but, based take, no clue what everyone else is on about. Must just be nostalgia bias, I remember the whole internet singing the praises of MK64 a decade ago, but like, it is really ass compared to any other game in the franchise.

      For anyone who thinks 64 is better than SMK and SC, check out this video and then come back to me. (granted, video doesn’t talk about SC, but like, SC is just an improved version of SMK)

      For anyone who thinks 64 is better than Tour… fair point, but like, the only reason Tour is so bad is cause Mobile. Outside of that, it’s not that bad.

      For anyone who thinks 64 is better than 7… why? The only thing bad with 7 is it’s lack of a single player VS mode. Outside of that, 7 is a pretty good game, although outshined by 8 in every way.

      For anyone who thinks 64 is better than World, chill out, World ain’t even out yet, ok.

      For anyone who thinks 64 is better than DD, DS, Wii, 8, or 8DX, I know you’re trolling at that point.

      Even still, 64 is still not that bad, and I can probably come up with at least half a dozen worse racing games off the top of my head. I’m really excited to see how people use this decomp to actually make 64 a good game.

      source
      • KindaABigDyl@programming.dev ⁨2⁩ ⁨weeks⁩ ago

        It’s def nostalgia bias. It is truly terrible.

        source
      • 4am@lemm.ee ⁨2⁩ ⁨weeks⁩ ago

        I hated on it for so long, but i eventually came around and i kinda like it now.

        It is still the worst In the Series lol

        source
    • mp3@lemmy.ca ⁨2⁩ ⁨weeks⁩ ago

      You take that back.

      source
      • KindaABigDyl@programming.dev ⁨2⁩ ⁨weeks⁩ ago

        no

        source
    • ILikeBoobies@lemmy.ca ⁨2⁩ ⁨weeks⁩ ago

      I know the driving is bad, the ai is bad, and it’s full of glitches but worse than Super Mario Kart and Mario Super circuit?

      source
      • 4am@lemm.ee ⁨2⁩ ⁨weeks⁩ ago

        Never played super circuit

        OG Super Mario Kart is a banger all day long and you know it

        source
        • -> View More Comments
      • KindaABigDyl@programming.dev ⁨2⁩ ⁨weeks⁩ ago

        I think so

        source
    • Glytch@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

      Wii, Super Circuit, and 7 exist, so your argument doesn’t hold water.

      Sure it isn’t Double Dash, but it’s definitely not the worst.

      source
      • KindaABigDyl@programming.dev ⁨2⁩ ⁨weeks⁩ ago

        Wii is one of the best.

        Super Circuit is still better.

        I’ll give you 7. It’s down there

        But the driving is terrible and so is the AI and so are the tracks

        source
        • -> View More Comments
    • SomethingBurger@jlai.lu ⁨2⁩ ⁨weeks⁩ ago

      You should play MK7 if you think 64 is bad.

      source
      • 4am@lemm.ee ⁨2⁩ ⁨weeks⁩ ago

        7 is one of the best wdym

        source
        • -> View More Comments
      • KindaABigDyl@programming.dev ⁨2⁩ ⁨weeks⁩ ago

        They can both be bad

        source
        • -> View More Comments
  • MyNameIsAtticus@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

    Man, i hope this results in a PC port like with SoH. I’d kill for a native PC version of 64 with a bunch of fancy features. It’s my favorite Mario Kart

    source
  • finitebanjo@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

    Wow that took a while…

    source
    • kazerniel@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

      had to look it up, 1996, damn that’s an old game xd

      source
  • LovableSidekick@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

    Playing devil’s advocate here, doesn’t this mean somebody is doing what people are calling AI evil for doing?

    source
    • 4am@lemm.ee ⁨2⁩ ⁨weeks⁩ ago

      That was already possible. This lets the game run natively on a modern PC, as long as you supply your legally backed up rom image of your N64 cartridge of the game.

      source
      • LovableSidekick@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

        As a software developer I spent my whole career looking at examples of other people’s work and incorporating their coding techniques into my own work without ever hunting any of them down and paying them. Possibly other people have done the same with my code. Bottom line I don’t care, it’s always been common practice. And I don’t see anything wrong with a human being writing code to automate that process - that’s the whole idea of coding.

        source
      • LovableSidekick@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

        Oh I see. I only took a brief glance at the code on github but it looks like the full game is there - did the devs add the cartridge check to avoid IP trouble? Because if you know what you’re doing you could always disable that.

        source
    • ChairmanMeow@programming.dev ⁨2⁩ ⁨weeks⁩ ago

      You can’t do what you say, because the original ROM is required to get the assets. Just this repo gets you nowhere w. running the game.

      source
      • LovableSidekick@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

        The assets folder in the github repository seems to contain the assets - unless you’re talking about different assets.

        source
        • -> View More Comments
    • panchzila@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

      I guess because its not for profit.

      source
  • Vitaly@feddit.uk ⁨2⁩ ⁨weeks⁩ ago

    Amazing!

    source
  • glitchdx@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

    so, custom tracks and racers when?

    source
    • BigPotato@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

      There’s already ROM hacks for MK64.

      source
    • SuperCub@sh.itjust.works ⁨2⁩ ⁨weeks⁩ ago

      MarioKart Vs Diddy Kong Racing

      source