Desperate looking but for more that I am looking for recalbox launcher add-on I can not find it anywhere. Please help, where can I find an add-on to call recalbox from Librelec ???Thank you
script.recalbox.launcher.zip
Desperate looking but for more that I am looking for recalbox launcher add-on I can not find it anywhere. Please help, where can I find an add-on to call recalbox from Librelec ???Thank you
script.recalbox.launcher.zip
upss.... I totally forgot this workaorund for Scummvm Szymon_Zy did... someday I will look to include as an optional installation of gamestarter...
about your question, I think that " rPi3:~ #" is not necesary, it is just a mistaken copied from console, in that step you should exec:
then you will enter file editor and should write this:
By the way, I am working on new v2.7 with new retroarch 1.4.0 and its netplay features. Also I am trying to include the new Nintendo DS emulator what runs really smooth, DraStic.
Stay tuned.
Thank you !
Display More
DONE:
I have changed /storage/.kodi/userdata/addon_data/plugin.program.advanced.launcher/launchers.xml Scummvm launcher to
and scummvm.sh include:Bash#!/bin/sh . /etc/profile DIR="/storage/.kodi/addons/script.gamestarter" systemd-run $DIR/resources/bin/scummvm.start "$@" &> /storage/.kodi/userdata/addon_data/script.gamestarter/gamestarter.log
and scummvm.start include:Code Display MorerPi3:~ # cat /storage/.kodi/addons/script.gamestarter/resources/bin/scummvm.start #!/bin/sh #!/bin/env python . /etc/profile #kodi-send --action="xbmc.ShowPicture(/storage/.kodi/userdata/addon_data/script.gamestarter/frontend-assets/gamestarter_fanart.png)" sleep 1s echo '::Gamestarter:: -> launching on' $(date) >> /storage/.kodi/userdata/addon_data/script.gamestarter/gamestarter.log # path to addon DIR="/storage/.kodi/addons/script.gamestarter" CONFIG_FILE="/storage/.kodi/userdata/addon_data/script.gamestarter/retroarch/retroarch.cfg" # LIBRETRO_DIR="/storage/.kodi/userdata/addon_data/script.gamestarter/retroarch/cores" LIBRETRO_DIR=$DIR"/resources/bin/libretro-cores" AMIGA_TEMP_FILE=$DIR/resources/bin/launchTemp.uae LOG_FILE=/storage/.kodi/userdata/addon_data/script.gamestarter/gamestarter.log # Stop KODI echo '::Gamestarter:: -> stop kodi...' >> $LOG_FILE systemctl stop kodi # Enable ALSA echo '::Gamestarter:: -> enable alsa...' >> $LOG_FILE modprobe snd_bcm2835 # Launch emulator echo '::Gamestarter:: -> launch SCUMMVM' >> $LOG_FILE echo Starting up scumm >> $LOG_FILE cd /storage/scummvm/ ./scummvm.sh --joystick # Disable ALSA echo '::Gamestarter:: -> disable alsa...' >> $LOG_FILE rmmod snd_bcm2835 # Start KODI # systemctl start kodi echo '::Gamestarter:: -> restart kodi...' >> /storage/.kodi/userdata/addon_data/script.gamestarter/gamestarter.log systemctl start kodi
I have used precompiled image from scummvm page
scummvm-1.9.0-raspberrypi.tar.gz
and unpacked to /storage/scummvm with
added from regular raspbian
libraries into scumm lib folder (attached to the post). There is also libSDL2-2.0.so.0 library but scumm is hardlinked aginst this sdl2lib added to archive.Also you should edit /storage/scummvm/scummvm.sh to allow parsing arguments to main executable:
You have to use keyboard to quit this scummvm version. There is no bind to popup menu using joystick or i don't know any
I know that 99,99% of Gamestarter users will not need that but my son will not manage to save a game with RetroArch while he plays PuttPutt. He will certainly find S key on keyboard to save or L to load. Also now it is possible to play Secret of Monkey Island 2 - in liberetro port there is no way to pass copy protection screen
Hello
I have raspberry pi2. Do I need to replace rPi3:~ # cat /storage/scummvm/scummvm.sh by rPi2:~ # cat /storage/scummvm/scummvm.sh
Sorry for my English