[SOLVED] Amiga - Start scripts not found
-
Hello folks,
I tried to use Amiga emulators on RetroPie after added kick roms and some adf roms in /home/pi/RetroPie/amiga folder but it seems these two files are missing : +Start\ UAE4All.sh" and "+Start\ UAE4Arm.sh".
I searched into the RetroPie official wiki and even into the sources of UAE4ALL and UAE4ARM but didn't find them:
$ find uae4* -name "*.sh"
uae4all2/copy_src2x86.sh
uae4all2/copy_src2v7a-neon.sh
uae4all2/copy_src2v7a.sh
uae4all2/AndroidBuild.sh
uae4all2/copy_src2v7a-hard.sh
uae4all2/copy_src2mips.sh
uae4all2/copy_src2v7a-neon-hard.shI searched as well this forum but I was unsuccessful.
Could anyone help me (like send me those 2 sh) please? :)
Greetings,
Kimuji -
you first need to install the uae4all2 startscript with the option to add these emulators. if you want to use vic for comode first install binair of from source and then add the roms.
for amiga it is exactly the same you need to add the kickroms in the bios and the start script will be found ad the roms under amiga after install. you can place your adf files also there.
have fun
-
Thank you.
In fact uae4all and uae4arm are already installed. I didn't find uae4all2 startscript in the opt packages through RetroPie Setup menu. Where can I find it please?
I think I've deleted both sh scripts when uploading roms into amiga roms folder. So could you send it both to me if you have it please?
Greetings,
Kimuji -
I will try to generate them again thank to this script : https://github.com/RetroPie/RetroPie-Setup/blob/master/scriptmodules/emulators/uae4all.sh
cat > "$romdir/amiga/+Start UAE4All.sh" << EOF
#!/bin/bash
pushd "$md_inst"
./uae4all
popd
EOFIt should do the job, right?
-
OK this is solved by this way and by adding kickroms files in the /home/pi/RetroPie/BIOS :)
Thank you for your help!
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.