#17313
dunz0r
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.