Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    (Résolu) Scummvm problem

    Emulateurs Arcade/PC/Console
    2
    10
    3775
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • bigderill
      bigderill last edited by

      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

      1 Reply Last reply Reply Quote 0
      • rockaddicted
        rockaddicted last edited by

        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 nommant day of the tentacle contenant tous les fichiers du jeu. Je colle ce répertoire dans recalbox/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 dans recalbox/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.

        Recalbox V4.1.0 - RPI3 OC - Xbox360 wireless
        Wiki ENG : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(EN)
        Wiki FR : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(FR)

        Don't forget to upvote messages if it has been useful ;)

        1 Reply Last reply Reply Quote 0
        • bigderill
          bigderill last edited by

          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

          1 Reply Last reply Reply Quote 0
          • rockaddicted
            rockaddicted last edited by

            Ok tiens nous au courant. And, if you prefer speak english, no problem. 😃

            Recalbox V4.1.0 - RPI3 OC - Xbox360 wireless
            Wiki ENG : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(EN)
            Wiki FR : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(FR)

            Don't forget to upvote messages if it has been useful ;)

            1 Reply Last reply Reply Quote 0
            • bigderill
              bigderill last edited by

              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

              1 Reply Last reply Reply Quote 0
              • rockaddicted
                rockaddicted last edited by

                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 extension tentacle.scummvm. I hope that will help you.

                Recalbox V4.1.0 - RPI3 OC - Xbox360 wireless
                Wiki ENG : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(EN)
                Wiki FR : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(FR)

                Don't forget to upvote messages if it has been useful ;)

                1 Reply Last reply Reply Quote 0
                • bigderill
                  bigderill last edited by

                  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 ?

                  1 Reply Last reply Reply Quote 0
                  • rockaddicted
                    rockaddicted last edited by

                    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 game Day 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 command reboot and try to start your game.

                    Recalbox V4.1.0 - RPI3 OC - Xbox360 wireless
                    Wiki ENG : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(EN)
                    Wiki FR : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(FR)

                    Don't forget to upvote messages if it has been useful ;)

                    1 Reply Last reply Reply Quote 0
                    • bigderill
                      bigderill last edited by

                      Fantastic. It was what I needed, now if it works perfect Thank you so much

                      1 Reply Last reply Reply Quote 0
                      • rockaddicted
                        rockaddicted last edited by

                        you are welcome 😃 have fun with your recalbox.

                        Recalbox V4.1.0 - RPI3 OC - Xbox360 wireless
                        Wiki ENG : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(EN)
                        Wiki FR : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(FR)

                        Don't forget to upvote messages if it has been useful ;)

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Want to support us ?

                        91
                        Online

                        89.8k
                        Users

                        26.1k
                        Topics

                        181.0k
                        Posts

                        Copyright © 2021 recalbox.com