Homepage Forums RetroPie Project Everything else related to the RetroPie Project [Guide+script] Add all your scummvm games to Emulationstation Reply To: [Guide+script] Add all your scummvm games to Emulationstation

#6967
morias
Participant

I figured it out:

There was a typo in the joystick command. It needs 2 dashes not 1. Also the path looks like it is setup for running off usb, not the internal SD Card. I have changerd the entry in Emulation Station to the following and it is working. Might also want to update the wiki.

DESCNAME=ScummVM
NAME=scummvm
PATH=/home/pi/RetroPie/roms/scummvm
EXTENSION=.svm
COMMAND=scummvm -f –joystick=0 %BASENAME%
PLATFORMID=99

Thanks for making the script. It is very useful.