• RHOPKINS13@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    Sm64ex-coop is amazing! I never got far in super mario 64, the camera gave me headaches. I did know it was a revolutionary game for it’s time though.

    With sm64ex-coop, you can enable free look with the camera, and if you set it up right it feels just like the camera in many modern games. There are hi-res texture packs (Render96) available that also look amazing. And finally, they added a bunch of mods and features, one major one being the ability to play multiplayer.

    Oh yeah, and it’s cross-platform, runs on a whole bunch of different devices. I highly recommend checking it out, it’s sooo much better than anything you’ll get from an emulator.

  • Billiam@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    So uh…

    For someone who loves N64 games but has literally never used git, how would one go about compiling this?

    • sebinspace@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      You don’t. Go to the releases section and download the compressed file for your OS, wherein you will find the executable for the program.

    • SimplyTadpole@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      2 months ago

      I can try to help. Are you using Linux or Windows? (I admittedly don’t have much experience using git on Windows)

      Assuming you use Linux: usually, what I do is create a folder in my Documents directory specifically for handling Git projects (mostly because I like being organized), then open a terminal window there (right-click and press “Open Terminal Here”) or CD to its directory (for example, if it’s in home/<your username>/Documents/Git, run cd ~/Documents/Git).

      Then, go to the github page, click the green Code button, and copy the URL there, which you will use to pull its git repository. Normally, you would then do git clone <git URL>, but the instructions say this uses submodules, so you should instead use git clone --recursive-submodules https://github.com/Mr-Wiseguy/N64Recomp.git. Don’t bother making a specific folder for this project because git automatically does that.

      Then, go inside the folder containing the cloned git repository, make a folder inside it for containing the compiled build of the project (name it, say, “build”), move inside said folder, and then run cmake .. (you may have to install this package first depending on if your distribution includes it or not) and then cmake --build. I think it then should be done.

  • secret300@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    2 months ago

    Please tell me the GitHub link is just incorrect. I’m getting a 404. Did Nintendo already take it down?!

    Edit: okay jerboa just be fuckin up the link, cause when I go to the video and click on it, it’s there