Página 1 de 1

problema al instalar scummvm en retropie

Publicado: 02 Feb 2021, 21:17
por efrengrado
Hola a todos, soy nuevo en esto y hace poco un amigo me monto una raspberry 3. Todo va perfecto hasta que he intentado instalar scummvm pero no se muestra en el menu.
Scummvm está instalado desde el setup, Manage packages, manage optional packages). Añado las roms en la carpeta scummvm, pero me sigue sin mostrar scummvm en el menu por lo que no puedo arrancar.
¿Alguien a tenido el mismo problema y me puede ayudar?
Gracias.

Re: problema al instalar scummvm en retropie

Publicado: 03 Feb 2021, 07:58
por egrueda
Para scummvm tienes que crear una carpeta de cada juego, y dentro de cada carpeta, un archivo .svm
El archivo .svm contiene el **nombre corto** del juego, tal y como aparece en la columna "Game Short Name": https://www.scummvm.org/compatibility

Extraído de la documentación oficial (https://retropie.org.uk/docs/ScummVM/):
Example
The game Day of the Tentacle has the shortname tentacle and requires files:

Código: Seleccionar todo

MONSTER.SOU
TENTACLE.000
TENTACLE.001
Create a directory /home/pi/RetroPie/roms/scummvm/Day of the Tentacle and place the game files in it.

Create a launcher file with the same name as the directory: /home/pi/RetroPie/roms/scummvm/Day of the Tentacle/Day of the Tentacle.svm

This laucher file Day of the Tentacle.svm contains the shortname tentacle

You can create the launcher file like:

Código: Seleccionar todo

echo "tentacle" > "/home/pi/RetroPie/roms/scummvm/Day of the Tentacle/Day of the Tentacle.svm"
The final file layout is:

Código: Seleccionar todo

/home/pi/RetroPie/roms/scummvm/Day of the Tentacle/Day of the Tentacle.svm
/home/pi/RetroPie/roms/scummvm/Day of the Tentacle/MONSTER.SOU
/home/pi/RetroPie/roms/scummvm/Day of the Tentacle/TENTACLE.000
/home/pi/RetroPie/roms/scummvm/Day of the Tentacle/TENTACLE.001
Restarting EmulationStation will show the name Day of the Tentacle which is used to launch the game.

Re: problema al instalar scummvm en retropie

Publicado: 03 Feb 2021, 23:17
por efrengrado
Gracias... Perdona por la pregunta de novato ¿pero como creo el archivo.svm

Re: problema al instalar scummvm en retropie

Publicado: 03 Feb 2021, 23:19
por egrueda
Con un editor de texto, como nano, joe, gedit... el que más te guste

Re: problema al instalar scummvm en retropie

Publicado: 04 Feb 2021, 00:19
por efrengrado
gracias por tu paciencia, mañana probare a ver si tengo suerte.

Re: problema al instalar scummvm en retropie

Publicado: 05 Feb 2021, 01:29
por efrengrado
Nada no hubo forma, formatee la tarjeta y volví a instalar el retropie y ahora si me funciona :)
Gracias por todo