(Résolu) Scummvm problem
-
Bon après-midi. Recalbox est fabuleux . Je ai un problème et je ne peux pas lancer des jeux ScummVM . Décompressez le jeu et renommer sa courte xxxx.scummvm . Interface de l'émulateur je apparaît et le nom du jeu . Lorsque je suis entré dans le jeu , il semble que les données du jeu est manquant . . Vous pouvez m'aider? Vous pouvez me montrer une image du dossier est d'aller aussi placé . Merci beaucoup d'avance P.D.Je me sers d'un traducteur, ma langue est l'espagnol et je comprends un peu l'anglais
-
Ok pour ajouter des jeux à l'émulateur ScummVm, il faut décompresser l'archive du jeu, placer le dossier obtenu dans
recalbox/share/roms/scummvm
et dans le répertoire du jeu ajouter un fichier vide portant le nom xxx.scummvm (xxx étant le "game short name" du jeu trouvable ici http://scummvm.org/compatibility/) Prenons l'exemple du jeu Day of the tentacle : Je décompresse le jeu, j'obtiens un répertoire se nommantday of the tentacle
contenant tous les fichiers du jeu. Je colle ce répertoire dansrecalbox/share/roms/scummvm
Je me réfère au site http://scummvm.org/compatibility/ et j'ajoute le fichier (vide)tentacle.scummvm
au répertoire dansrecalbox/share/roms/scummvm/day of the tentacle/
Pour profiter de l'émulateur ScummVm tu as également besoin d'éditer le fichier/recalbox/fsoverlay/recalbox/scripts/emulatorlauncher.sh
de la façon suivante. original:if [[ "$emulator" == "scummvm" ]]; then /recalbox/scripts/runcommand.sh 4 "scummvm --path=\"$dirName\" \"$filenameNoExt\"" fi
modification:
if [[ "$emulator" == "scummvm" ]]; then /recalbox/scripts/runcommand.sh 2 "scummvm --path=\"$dirName\" \"$filenameNoExt\"" fi
Si tu veux que l'on continue en anglais, ou que je traduise mon post, pas de soucis dis moi.
-
Merci beaucoup. Pimeros les étapes avais bien ( créer un txt avec le nom du jeu court ) , mais je l'avais changé la commande . Plus tard, je tester et commenter
-
Ok tiens nous au courant. And, if you prefer speak english, no problem.
-
Okay, I created a .txt but did not arise effect. I renamed the game folder by xxxx.scummvm name and now work , but tells me that no data , then let me go back to choose the game and install it, then I get into the pitcher, but not in the frontend . Could you be kind enough to show me a picture of the scummvm folder and a subfolder within this
-
Ok so, as you can see in the screenshot, inside my scummvm folder, I have a folder with classical game's name
Day Of The Tentacle
. Inside this folder I uncompressed my game, so you can found inside all the game's file. To start the game in emulationstation, I created an empty file with the game short name (found on the website http://scummvm.org/compatibility/) as name and .scummvm as extensiontentacle.scummvm
. I hope that will help you. -
Thank you very much . I've tried a tentacle.scummvm (.txt ) but did not initiate it. At the end I managed to launch directly creating a folder called Day of tentacle , within this a folder called tentacle.scummvm and here all game files . Tomorrow will watch the first folder to save every game and being able to be so directly . Your empty file what kind of file it is ? .txt ?
-
Ok so to create the .scummvm file, use this method. Get a root acces to your recalbox then use this command :
touch /recalbox/share/roms/scummvm/folder_game/game_short_name.scummvm
. So if I use my example, the gameDay Of The Tentacle
, the command will be :touch /recalbox/share/roms/scummvm/Day\ Of\ The\ Tentacle/tentacle.scummvm
Once this file is created, use the commandreboot
and try to start your game. -
Fantastic. It was what I needed, now if it works perfect Thank you so much
-
you are welcome have fun with your recalbox.