problema al instalar scummvm en retropie

Soporte General para RetroPie
Responder
efrengrado
Pi Newbie
Pi Newbie
Mensajes: 4
Registrado: 02 Feb 2021, 00:16
Agradecido: 0
Agradecimiento recibido: 0

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.
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

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.
efrengrado
Pi Newbie
Pi Newbie
Mensajes: 4
Registrado: 02 Feb 2021, 00:16
Agradecido: 0
Agradecimiento recibido: 0

Gracias... Perdona por la pregunta de novato ¿pero como creo el archivo.svm
Avatar de Usuario
egrueda
Pi God
Pi God
Mensajes: 3426
Registrado: 10 Feb 2017, 19:31
Agradecido: 7 veces
Agradecimiento recibido: 269 veces

Con un editor de texto, como nano, joe, gedit... el que más te guste
efrengrado
Pi Newbie
Pi Newbie
Mensajes: 4
Registrado: 02 Feb 2021, 00:16
Agradecido: 0
Agradecimiento recibido: 0

gracias por tu paciencia, mañana probare a ver si tengo suerte.
efrengrado
Pi Newbie
Pi Newbie
Mensajes: 4
Registrado: 02 Feb 2021, 00:16
Agradecido: 0
Agradecimiento recibido: 0

Nada no hubo forma, formatee la tarjeta y volví a instalar el retropie y ahora si me funciona :)
Gracias por todo
Responder