RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    (GUIDE) How to add Super Mario 64 PC to Retropie(Pi4 and Pi3b)

    Scheduled Pinned Locked Moved Ideas and Development
    mariomario 64nintendo 64sm64sm64pc
    150 Posts 23 Posters 60.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ?
      A Former User
      last edited by

      For people on a Pi 3b+ it won't work well, and don't try mods on the 3b+, try to build from sm64pc, not sm64ex

      1 Reply Last reply Reply Quote 0
      • Stuart2773S
        Stuart2773
        last edited by Stuart2773

        anyone recommend any good texture packs and is there anyway to control the speed of the game to stop it running too fast when packs are installed?

        A 1 Reply Last reply Reply Quote 0
        • Stuart2773S
          Stuart2773 @Krakatoa
          last edited by Stuart2773

          @Krakatoa said in (GUIDE) How to add Super Mario 64 PC to Retropie(Pi4 and Pi3b):

          Has anyone figured out how to launch the custom menu yet?

          Figured it out press shift on the keyboard in the pause menu.

          i found a cheat option by pressing the left thumbstick (xbox 360 controller) a few times in the pause menu, but not been able to get the custom menu by pressing shift to work !

          1 Reply Last reply Reply Quote 0
          • A
            AdamBeGood @Stuart2773
            last edited by

            @Stuart2773 Did you build it on the version of sm64ex that doesn't have the speed issue? It was mentioned above.

            Pause Menu works fine on Xbox one controllers - pause and then right shoulder, can't vouch for 360 though.

            Stuart2773S 1 Reply Last reply Reply Quote 0
            • Stuart2773S
              Stuart2773 @AdamBeGood
              last edited by Stuart2773

              @AdamBeGood said in (GUIDE) How to add Super Mario 64 PC to Retropie(Pi4 and Pi3b):

              @Stuart2773 Did you build it on the version of sm64ex that doesn't have the speed issue? It was mentioned above.

              do you mean this:- git checkout 685efc81c ?

              i will give it a try thanks

              A 1 Reply Last reply Reply Quote 0
              • A
                AdamBeGood @Stuart2773
                last edited by

                @Stuart2773 Yeah, that's the one! Good luck.

                1 Reply Last reply Reply Quote 0
                • I
                  iliveinapancake
                  last edited by

                  really strange issue.. i have 2 Rpi4s with sm64pc installed on both. On one pi its got twister os installed, and when I run the game either in or out of retropie everything works perfect. On my other pi4 it has just the retropie image on the sd card, the controls are totally messed up. Mario always crouching, r button doesn't work, it's all kinds of messed up. Manually configuring doesn't help, shift button on the keyboard won't go into the options menu unless i unplug my controller. it thinks buttons are pressed that aren't. And ive tried sm64pc and both branches of sm64ex, also tried roll back the nightly branch . It doesn't make any sense..?

                  ? 2 Replies Last reply Reply Quote 0
                  • ?
                    A Former User @iliveinapancake
                    last edited by

                    @iliveinapancake
                    That because sm64pc needs opengl, which retropie does not support.

                    1 Reply Last reply Reply Quote 0
                    • ?
                      A Former User @iliveinapancake
                      last edited by

                      @iliveinapancake
                      Follow the manual installation here Manual Installation and start from the desktop, not lite

                      I 1 Reply Last reply Reply Quote 0
                      • I
                        iliveinapancake @A Former User
                        last edited by

                        @Luddo183 that explains it, thank you!

                        1 Reply Last reply Reply Quote 0
                        • T
                          Theon
                          last edited by

                          @iliveinapancake @Luddo183 How does that make any sense...?
                          Why would this guide be about how to compile sm64pc for retropie, if retropie doesn't support it?
                          Am I misunderstanding something here?

                          I'm stuck on the same step. FATAL ERROR: Vertex shader compilation failed

                          I tried both sm64pc and sm64ex multiple times, following pretty much all the alternative suggestions in this thread, but I still just get that error.
                          Any help greatly appreciated!

                          (I'm on a 3B+, by the way)

                          ? 1 Reply Last reply Reply Quote 0
                          • ?
                            A Former User @Theon
                            last edited by

                            @Theon
                            RetroPie does not out of the box have opengl support.

                            mituM 1 Reply Last reply Reply Quote 0
                            • V
                              VictimRLSH
                              last edited by

                              The method on Pi Lab's Youtube video worked fine for me.

                              System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

                              1 Reply Last reply Reply Quote 0
                              • mituM
                                mitu Global Moderator @A Former User
                                last edited by

                                @Luddo183 said in (GUIDE) How to add Super Mario 64 PC to Retropie(Pi4 and Pi3b):

                                RetroPie does not out of the box have opengl support.

                                The Pi4 model has it out-of-the-box, other models need additional configuration (though that particular configuration will likely not be compatible with RetroPie).

                                ? 1 Reply Last reply Reply Quote 0
                                • ?
                                  A Former User @mitu
                                  last edited by

                                  @mitu
                                  Can there be a way to automatically have opengl in RetroPie

                                  1 Reply Last reply Reply Quote 0
                                  • Z
                                    zerojay
                                    last edited by

                                    Hi, I wanted to check this out so I created a RetroPie-Setup script for installing it and put in my RetroPie-Extra repository, meant specifically for Pi 4 ONLY: https://github.com/zerojay/RetroPie-Extra/blob/master/scriptmodules/ports/sm64ex.sh

                                    Copy your Mario 64 ROM to /home/pi/baserom.<VERSION>.z64 before attempting to install. Everything else is fully automated and a port is added to the Ports menu in RetroPie. This will install the standard version of sm64ex. If there's demand, I may write up a script to automatically compile with external data as well.

                                    I would love to support the other Pi boards with this, but the sheer amount of changes that need to be made feel far outside the scope of a script like this, so Pi 4 only it is.

                                    roslofR ? B 3 Replies Last reply Reply Quote 4
                                    • roslofR
                                      roslof @zerojay
                                      last edited by

                                      @zerojay said in (GUIDE) How to add Super Mario 64 PC to Retropie(Pi4 and Pi3b):

                                      Hi, I wanted to check this out so I created a RetroPie-Setup script for installing it and put in my RetroPie-Extra repository, meant specifically for Pi 4 ONLY: https://github.com/zerojay/RetroPie-Extra/blob/master/scriptmodules/ports/sm64ex.sh

                                      Works perfectly, @zerojay Thank you for this.

                                      1 Reply Last reply Reply Quote 0
                                      • I
                                        ipnetsensei
                                        last edited by

                                        hey @Luddo183 , first nice instructions , but I'm having an issue at the last step after I add the .sh file to /home/pi/RetroPie/roms/ports . ports does not show up in the menu. Am I missing something ?

                                        I 1 Reply Last reply Reply Quote 0
                                        • I
                                          ipnetsensei @ipnetsensei
                                          last edited by

                                          @ipnetsensei
                                          I resolved it :
                                          just pasted the system menu option manually and it worked.

                                          add to menu : sudo nano /etc/emulationstation/es_systems.cfg
                                          <system>
                                          <name>ports</name>
                                          <fullname>Ports</fullname>
                                          <path>/home/pi/RetroPie/roms/ports</path>
                                          <extension>.sh .SH</extension>
                                          <command>%ROM%</command>
                                          <platform>pc</platform>
                                          </system>

                                          1 Reply Last reply Reply Quote 0
                                          • R
                                            RetroFloppy08
                                            last edited by

                                            I did everything you said, it runs, but its just a black screen.
                                            Please Help?
                                            I'm Using a Raspberry Pi 3B 1.2 with 32GB of storage

                                            Z 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.