A DAT file containing game files to run ScummVM games in RetroArch.
-
Find the Game ID of the game you're looking to add. The game IDs can be found in ScummVM's compatibility list.
monkey
for Monkey Island -
Create a
.scummvm
file inside the game directory named by the Game IDmonkey.scummvm
for Monkey Island -
Open up the file in a text editor, and add the Game ID.
echo monkey >> monkey.scummvm
-
(Optional) You could download prepared
.scummvm
files from the libretro-database-scummvm/games directory. -
Scan each game directory
- Install Node.js >= 4
- Install ScummVM
- Run
npm install
to install dependendencies - Run
npm test
to build thegames
directory andScummVM.dat
- If the game is not listed, you can add it by editing the
games.json
file