IKEMEN, MUGEN and the RP4
-
@drdave79 Off the top of my head, I believe the default content and engine itself takes up about 80MB, but installing all the dependencies and stuff required to compile it takes up about 200MB. I don't really have to worry much about space since I have my ROMs folder on a USB stick, but if you're low on space this might be a concern.
The real concern starts when you look into adding full-games and lots of character, file sizes can easily swell into the gigabyte range in extreme cases.
-
@superfromnd Yeah, I read that. But even if I got 1 or 2 games, it might be worth it. Thanks again! I'll give it a shot.
-
@superfromnd I got lot of errors when I followed the instructions on that link. I saved both files in the appropriate directories. I'm running RetroPie 4.7.20.
-
@drdave79 It looks like what might have happened is that the file's line endings got converted from LF to CRLF (this happens when you open and save a file on Windows using Notepad). Try running these two commands in the terminal to download the modules directly (ideally with PuTTY since you can just copy-paste):
wget https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/18c61f1a745425f7288c28493a70fb38519a92c1/scriptmodules/supplementary/golang-1.17.sh -P $HOME/RetroPie-Setup/scriptmodules/supplementary/ wget https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/18c61f1a745425f7288c28493a70fb38519a92c1/scriptmodules/ports/ikemen-go.sh -P $HOME/RetroPie-Setup/scriptmodules/ports/
-
@superfromnd Yes, that's exactly what happened. I've had trouble setting up putty, so that doesn't seem to work for me. So I typed both lines in manually and was finally able to install it. Thank you.
However, now I'm getting this error after install attempt.
-
@superfromnd The log is quite long, but here's the tail end:
/home/pi
/home/pi/RetroPie-Setup/tmp/build/ikemen-go /home/pi
cp: cannot stat 'elecbyte/LICENCE.txt': No such file or directory
'/home/pi/RetroPie-Setup/tmp/build/ikemen-go/Ikemen_GO' -> '/opt/retropie/ports/ikemen-go/Ikemen_GO'
'/home/pi/RetroPie-Setup/tmp/build/ikemen-go/License.txt' -> '/opt/retropie/ports/ikemen-go/License.txt'
Could not successfully install I.K.E.M.E.N GO - Clone of M.U.G.E.N to the Go programming language (/home/pi/RetroPie-Setup/tmp/build/ikemen-go/ScreenpackLicense.txt not found).
/home/pi -
@superfromnd I tried to find the missing files online and was unsuccessful. Any ideas on a resolution?
-
@SuperFromND Did I lose ya @SuperFromND ?
-
@Drdave79 No no, I've just been busy with other projects! I'll need the entire log though to see exactly what went wrong (you can post it onto something like Pastebin as an anonymous/guest pate).
Seems like either the
elecbyte
repository part of the script wasn't cloned, or at some point the file name got changed? Shouldn't be a very difficult fix. -
@SuperFromND @SuperFromND I know you're a very busy person and I very much appreciate all of the work that you do, along with the great help and advice you give everyone here! Including me :)
I'm having problems uploading the full log. I pasted it into pastebin and created the .txt file, but this site says I don't have enough privileges to upload it. And I can't just copy and paste it because it's too long. I even tried it as a PDF.
-
@Drdave79 Okay update! I found out what was going wrong.
You see, back when I wrote the script, the Makefile for IKEMEN (the part that does most of the compiling) had a parameter named
elecbyte
that would download the motif. Well, it turns out that was removed recently, which is why the script suddenly no longer worked.To fix this, I just manually added the command that parameter would run (a
git clone
command). Inelegant, but it works! You'll have to re-download the updated script, which can be found here. -
@SuperFromND I'm glad it was an easy fix! Am I just supposed to copy and paste that script into notepad and place it in the scriptmodules/ports folder? I tried that and still got some errors.
-
This post is deleted! -
@SuperFromND said in IKEMEN, MUGEN and the RP4:
@drdave79 It looks like what might have happened is that the file's line endings got converted from LF to CRLF (this happens when you open and save a file on Windows using Notepad). Try running these two commands in the terminal to download the modules directly (ideally with PuTTY since you can just copy-paste):
wget https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/18c61f1a745425f7288c28493a70fb38519a92c1/scriptmodules/supplementary/golang-1.17.sh -P $HOME/RetroPie-Setup/scriptmodules/supplementary/ wget https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/18c61f1a745425f7288c28493a70fb38519a92c1/scriptmodules/ports/ikemen-go.sh -P $HOME/RetroPie-Setup/scriptmodules/ports/
@SuperFromND Should I just re-run these two commands or did your fix not include these links?
-
-
II used the link you gave me for the first part. For the second one that you fixed, I used pastebin and saved the file in the ports folder
This is what I get when I launch retropie config.
-
@Drdave79 Appears to be differing line ending errors, again. Linux uses
LF
, Windows usesCR LF
, and i believe MacOS usesCR
.This can be most easily circumvented by running the
wget
command to download the script directly (as I can confirm the script itself usesLF
only)wget https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/cde211c6e3c511a624a3815d5a436c55115e87b9/scriptmodules/ports/ikemen-go.sh -P $HOME/RetroPie-Setup/scriptmodules/ports/
If you have Notepad++ installed, you can also convert the file to LF endings before copying it over: Edit -> EOL Conversion -> Unix (LF).
-
@SuperFromND I thought you said that link didn't work. Unless you just fixed it?
-
@Drdave79 The command I posted uses the new script's link instead of the old one.
-
@SuperFromND SUCCESS! It's finally installed. Thank you thank you for all of your time and help.
Now that it's installed, how do I add individual games to it? I have several folders from another image. Each folder has subfolders similar to the ikemen-go folder. Do I just copy all of the contents into these folders, mixing them up? Or is there a separate folder structure I should be following? Right now, it looks like an ikemen test game shows up on launch.
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.