(GUIDE) How to add Super Mario 64 PC to Retropie(Pi4 and Pi3b)
-
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 ?
-
@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> -
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 -
@RetroFloppy08 said in (GUIDE) How to add Super Mario 64 PC to Retropie(Pi4 and Pi3b):
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 storageAs I said previously: "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."
-
is there any way you can take this. And use it to compile a 3ds version? Idk the raspberry pi is the only linux computer I have https://github.com/mkst/sm64-port
-
This post is deleted! -
@zerojay
Thanks man. I really wanted to try making a scriptmodule for it, but I've been away and I have zero knowledge there. Anyway thanks. I put that up in the instructions. -
@luddo183 does this work for rpi 3b? (not 3b+) also could it work on the 0 w?
-
@tyberkid
No. Sorry about getting back late, but only the 3B+ and 4 can run it. -
@tyberkid
But maybe the 3B can run it, I'm not sure -
Has anyone been able to get this running on pi4 with the new render96 v2.1 textures ?
-
@zerojay i would love if you added external data support this runs well on my pi4 2gb with piboy dmg case requires xboxdrv and a script involving the controls
-
Could someone please elaborate on how you get the controls working on the PiBoy DMG, this guy on YouTube seems to have it working but doesn't mention it, he just linked this page in his description.
-
anyone figured out how to add this mod into SM64ex? It adds sonic the hedgehog into it. I have no idea why it isnt working (not creating an executable for some reason)
-
@theautisticgamer
Maybe you made a mistake somewhere? Go check your steps and see if you did anything wrong. -
@luddo183 well it does have a patch file and it says to put it in the "Patches" folder. I created one but It didnt do anything at all
-
@theautisticgamer
Hmmm.... how are you building it? -
@luddo183 here is what I did
Step 1: Get the essental files for configuring
Step 2: Get SM64ex
Step 3: Build it then delete everything in the build folder
Step 4: Drag and drop everything to the SM64EX root folder
Step 5: Build it again and everything starts to show up EXECPT for the executablePlease help me!
Oh! And here are the folders It comes with:
-levels
-sound
-textures
and a patch file also. I think something is in the wrong place -
@theautisticgamer
2 things:
Did you runrm -rf build
and did you run it with external data 1?
-
Hey there,
maybe you have a Tipp for me.
I am playing arround with my PI 4.
I installed Retropie 4.7. and updated to 4.7.9 yesterday.I have installed Mario64 in default Emulator.
Running good.The I have installed the SM64PC Version.
Also is running good.Then I haved installed die SM64EX Version with sm64redrawn-master
I have tried in different ways.
Also with - git checkout 685efc81cMario is starting, but it is unplayable slow. Audio is also lagging.
Have you any tipps for me? Have I forgottend something. I have read some post, that I have to enable opengl options???
I have done:
sudo apt install build-essential git python3 libaudiofile-dev libglew-dev libglfw3-dev libusb-1.0.0 libsdl2-dev
git clone --single-branch --branch nightly https://github.com/sm64pc/sm64ex.git
Copy Mario Rom + redawn package to
<pre>sm64ex
┗ build
┗ us_pc
┗ res
┗ gfx
┣ actors
┣ levels
┗ textures</pre>rm -rf build
And startet the Game with
#!/bin/bash
/home/pi/sm64ex/build/<ROM=REGION>_pc/sm64.us.f3dex2e.arm %UDo you know why is the game so slow and the normal PC Version running good?
Thanks you!
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.