• muusemuuse@lemm.ee
    link
    fedilink
    English
    arrow-up
    9
    ·
    7 hours 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?

  • Matriks404@lemmy.world
    link
    fedilink
    English
    arrow-up
    20
    ·
    11 hours 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.

        • DoPeopleLookHere@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          14
          ·
          6 hours ago

          Decompiling doesn’t give you the code like you’d expect.

          It gives you the instructions the code generates.

          There’s a Lego island decomp documentary on YouTube that is recomend for more details.

          But the actual source code used doesn’t get piped out. Instead you get the machine instructions and you make code that generates the same instructions.

          Meaning your still writing the game yourself, meaning you own the copyright

        • GamingChairModel@lemmy.world
          link
          fedilink
          English
          arrow-up
          6
          ·
          7 hours ago

          Yeah, that’s why all the IBM clones had to write their BIOS firmware in clean room implementations of new software that implemented the same functionality as IBM’s own documentation described.

          Functionality can’t be copyrighted, but code can be. So the easiest way to prove that you made something without the copyrighted code is to mimic the functionality through your own implementation, not by transforming the existing copyrighted code, through decompilation or anything like that.

    • ipkpjersi@lemmy.ml
      link
      fedilink
      English
      arrow-up
      5
      ·
      8 hours 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?

    • 4am@lemm.ee
      link
      fedilink
      English
      arrow-up
      24
      arrow-down
      2
      ·
      21 hours ago

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

      • [email protected]@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        21
        ·
        21 hours 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!

      • Ganbat@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        15 hours 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.

  • Blaster M@lemmy.world
    link
    fedilink
    English
    arrow-up
    23
    arrow-down
    1
    ·
    22 hours 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.

      • Domi@lemmy.secnd.me
        link
        fedilink
        English
        arrow-up
        2
        ·
        9 hours 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.

        • Species5218@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          2
          ·
          8 hours ago

          Yeah, I thought this was able to be built for PC. If that explains why there was just N64 roms in the build folder.

          I’m not sure what good this is. It takes a mk64 rom and turns it into a mk64 rom?

          Does the new rom run better or something?

          Idk what we’ve gained here

          • jacecomix@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            2
            ·
            5 hours ago

            The end goal is probably a native PC version of the game.
            Imagine if someone handed you a burnt cake and said “make this exact cake, but not burnt.”
            If you can perfectly recreate the burnt cake, you’ve at least verified your ingredient list. The next step is to just bake it right.

          • Domi@lemmy.secnd.me
            link
            fedilink
            English
            arrow-up
            1
            ·
            5 hours ago

            There is now source code for the ROM, which makes creating ports and mods significantly easier.

            The initial goal of most decompilations is to produce a 1:1 match of the original ROM. That’s how they know they’ve got a perfect representation of the original code.

    • chunkystyles@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      3
      ·
      17 hours 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.

  • Lovable Sidekick@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    30
    ·
    edit-2
    22 hours ago

    Now that the code is available, anybody who wants to can mod it and create new version of Mario Kart. Without paying whoever produced Mario Kart. But playing devil’s advocate, isn’t that what people are calling AI evil for doing? So why am I not seeing outrage?

      • Lovable Sidekick@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 hours ago

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

    • 4am@lemm.ee
      link
      fedilink
      English
      arrow-up
      12
      ·
      edit-2
      21 hours 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.

      Also, if they trained AI on programming books which they licensed in perpetuity and free college courses and it became better than people at programming, then maybe vibe coding would be questionably good. But they didnt. In a system designed to exploit labor, they took the fruit of that labor without compensating those who deserved it (a crime that, as you elude to in your comment, is not socially acceptable), then they sold their snake oil which is NOT as good at the job it proposes to eliminate as the human worker, to a company which will pay for the privilege of exploiting that technology at the expense of the humans they will replace with it, while it does a worse job and generally makes life shitter for everyone in that entire supply chain, except for the Sam Altmans. Who, as we’ve seen in recent times, want to build tech bro kingdoms where they can exploit people further.

      The problem isn’t the neural network, it’s the exploitation.

      • Lovable Sidekick@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 hours 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.

      • Lovable Sidekick@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        2
        ·
        edit-2
        2 hours ago

        Enough with the AI moralizing. 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.

    • Lost_My_Mind@lemmy.world
      link
      fedilink
      English
      arrow-up
      34
      arrow-down
      5
      ·
      23 hours ago

      comforts you

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

    • wh0_cares@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      14
      arrow-down
      2
      ·
      22 hours 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.

      • 4am@lemm.ee
        link
        fedilink
        English
        arrow-up
        4
        ·
        21 hours 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

    • ILikeBoobies
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      1
      ·
      edit-2
      22 hours 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?

        • Something Burger 🍔@jlai.lu
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          12 hours ago

          What? The best are Wii, DD and 8DX. Even for a handheld game, 7 is terrible. It’s nowhere near as good as DS and has less content than SC. 64 and SMK aren’t much better but at least are not significantly worse than what came before.

          Obviously they are all bad compared to CTR or Sega Racing Transformed but that’s another discussion.

    • Glytch@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      2
      ·
      22 hours 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.

      • KindaABigDyl@programming.dev
        link
        fedilink
        English
        arrow-up
        5
        ·
        22 hours 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

        • Glytch@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          1
          ·
          14 hours ago

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

          That’s my opinion of Wii, but Wii also introduced bikes which have also stained each subsequent entry so it gets my vote for the worst in the series.