Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › [Retropie 2.X] list of issues › Reply To: [Retropie 2.X] list of issues
07/19/2014 at 17:24
#17313
Guest
ScummVM games are not showing up, this is due to the systems-file looking for .EXE-files. I solved this by writing a “custom” launcher script for scummvm:
#!/usr/bin/env bash
ID=$(cat "$1")
scummvm $ID
The file $ID is a textfile named after the game containing scummVMs ID for the game. I’ve got comi for Curse_of_Monkey_Island for example.
Just put .scm-files in your scummvm-folder with the ID of the game and nothing more
Change the launcher-command in es_systems.cfg to point at the script.