I'm trying to put my scummvm games ready to play. Currently, I have "The Secret of Monkey Island" and "The Curse of Monkey Island"
The thing is that when I launch one of them through GUI, I get a black screen and it returns to piplay GUI.
Alternatively, I've tried to launch them executing /home/pi/pimame/emulators/scummvm/scummvm. Scummvm interface runs OK and I can launch the games succesfully, using a mouse to interact with Scummvm interface.
My questions are: Can I launch directly the games through piplay GUI? Will I be able to play the games using an usb controller rather than a mouse and a keyboard?
thanks a lot for your help, I saw that post in the past and I applied the workaround for the scraper, setting the scrapper_id to 21 for scummvm, which allowed it to list the games in the graphic user interface.
But I did not realize at that moment of the other part you refer to. I have applied it, changing in "local roms" the command to /home/pi/pimame/emulators/scummvm/scummvm -f -p "/home/pi/pimame/roms/scummvm/MONKEY" monkey, and in "menu items" to /home/pi/pimame/emulators/scummvm/scummvm -f -p.
Now I am able to launch the games directly! :D
Nevertheless I do not find the way to play using a usb controller (snes type controller). Do you know if there is any way to achieve it using some scummvm configuration file? Or just scummvm does not support this?
@Lunchbox, I don't believe that you can use a controller with the games because they all use different keyboard keys for things like opening inventories or maps. You could potentially write or find a script that would convert joystick to mouse movements, but I'm not sure how usable it would be.