RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Scummvm not showing up

    Scheduled Pinned Locked Moved Help and Support
    scummvmretropie 4.0.2
    30 Posts 9 Posters 19.1k Views
    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.
    • B
      bassman6805
      last edited by

      I can't seem to get scummvm to show up now that I have upgraded to 4.02. I have placed the rom files in the folder just like in previous versions but it never displays the scummvm on retropie. I never had this problem on the previotous versions. I tried looking for the emulation station config file mentioned in another post but I don't seem to have the same folder path it mentions. Is anyone else having this issue?

      edmaul69E rbakerR 2 Replies Last reply Reply Quote 0
      • edmaul69E
        edmaul69 @bassman6805
        last edited by

        @bassman6805 look in /opt/retropie/configs/all/emulationstation/es_systems.cfg you probably need to install/reinstall scummvm. The 4.0 series have less emulators on it. You need to download them.

        1 Reply Last reply Reply Quote 0
        • rbakerR
          rbaker @bassman6805
          last edited by

          @bassman6805 https://github.com/RetroPie/RetroPie-Setup/wiki/First-Installation#installing-additional-emulators--ports
          "On RetroPie 4.0, not everything is installed by default. The pre-made image ships with libretro emulators with a few standalone emulators such as mame4all, mupen64plus and pifba. Ports like quake and doom and other software like ScummVM can be installed later."

          1 Reply Last reply Reply Quote 0
          • B
            bassman6805
            last edited by

            I tried going into the setup script and selecting manage packages, manage optional packages, and then install update all optional packages. I then restarted but it still doesn't show up. Am I missing a step? I don't understand why they changed this? I would rather have them all installed and remove the ones I don't want.

            BuZzB 1 Reply Last reply Reply Quote 0
            • BuZzB
              BuZz administrators @bassman6805
              last edited by

              @bassman6805 I doubt you want everything installed from optional. Does scummvm show up as installed now from manage packages?

              We decided to not ship everything by default to give space for expansion and keep image sizes down. Most people have liked the new flexibility to control what is installed.

              To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

              1 Reply Last reply Reply Quote 0
              • B
                bassman6805
                last edited by

                I didn't go back in and check if it showed up as one of the installed packages. After the install of all optional components I just restarted and didn't see it on the open screen when scrolling. I will try and check the setup again later today. Also, how exactly do you check to see what has been installed? I still a newbie when it comes to messing with the setup options.

                1 Reply Last reply Reply Quote 0
                • B
                  bassman6805
                  last edited by

                  Got it. I had some parse game option turned on in the settings.

                  1 Reply Last reply Reply Quote 0
                  • S
                    sms5138
                    last edited by

                    @bassman6805 said in Scummvm not showing up:

                    Got it. I had some parse game option turned on in the settings.

                    Where did you find this option? I've been unable to get Scummvm to show up on my start menu as well, but do have files in the proper folder in the rom directory.

                    Thanks in advance for any help you can provide.

                    rbakerR 1 Reply Last reply Reply Quote 0
                    • rbakerR
                      rbaker @sms5138
                      last edited by

                      @sms5138 Have you installed the Emulator?

                      1 Reply Last reply Reply Quote 0
                      • S
                        sms5138
                        last edited by

                        @rbaker said in Scummvm not showing up:

                        @sms5138 Have you installed the Emulator?

                        My apologies. Yes I did install the emulator, and do see that it put a file into the scummvm directory.

                        rbakerR 2 Replies Last reply Reply Quote 0
                        • rbakerR
                          rbaker @sms5138
                          last edited by

                          @sms5138 are the original cd files in their respective separate folders? in the correct place?

                          1 Reply Last reply Reply Quote 0
                          • rbakerR
                            rbaker @sms5138
                            last edited by rbaker

                            @sms5138 On my system, the folder is

                            /home/pi/RetroPie/roms/scummvm
                            

                            and in that folder, I have placed a folder for each CD title to reside in - unzipped.

                            Also in this folder is this file:

                            +Start ScummVM.sh

                            That's all there is.

                            1 Reply Last reply Reply Quote 0
                            • S
                              sms5138
                              last edited by

                              @rbaker Yes all this information is present in the /home/pi/RetroPie/roms/scummvm directory.

                              S 1 Reply Last reply Reply Quote 0
                              • S
                                sms5138 @sms5138
                                last edited by

                                It sounds like I'm having the same issue that @bassman6805 had, but I'm not sure where to locate the option he stated he had found.

                                D 1 Reply Last reply Reply Quote 0
                                • D
                                  dudleydes @sms5138
                                  last edited by

                                  @sms5138 Have looked under Other Settings in the Emulation Station menu?

                                  Screenshots are available at the wiki.

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    bassman6805
                                    last edited by

                                    I think I just hit start and under the main menu options it was in there under maybe the scrape settings?

                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      sms5138 @bassman6805
                                      last edited by

                                      @bassman6805 @rbaker @dudleydes

                                      Thank you everyone for the help on this issue.

                                      I figured it out. It looks like everything was installed properly, the settings were correct in the start menu, but I did notice that the system wasn't in the /home/pi/.emulationstation/es_systems.cfg

                                      (for some reason I thought I'd seen it there previously, but it could have been on an older image of retropie i previously used.)

                                      So I went in, and added the following:

                                      <system>
                                      <fullname>ScummVM</fullname>
                                      <name>scummvm</name>
                                      <path>~/RetroPie/roms/scummvm</path>
                                      <extension>.sh .SH</extension>
                                      <command>%ROM%</command>
                                      <platform>scummvm</platform>
                                      <theme>scummvm</theme>
                                      </system>

                                      Restarted EmulationStation, and the issue was resolved. Thanks to everyone for your help on this issue.

                                      I'm pumped to start revisiting the games from my childhood.

                                      D herb_fargusH 2 Replies Last reply Reply Quote 0
                                      • D
                                        dogeymon @sms5138
                                        last edited by

                                        @sms5138

                                        I don’t understand what you did here.....After you say “So I went in, and added the following:”....you lost me. What is all that and where do you do it??????

                                        1 Reply Last reply Reply Quote 0
                                        • herb_fargusH
                                          herb_fargus administrators @sms5138
                                          last edited by

                                          @sms5138 this should be automagically configured when you install scummvm from the setup script. If it wasn't there you either have a custom es_systems.cfg or did something incorrectly

                                          If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                                          Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            dogeymon @herb_fargus
                                            last edited by

                                            @herb_fargus

                                            When I go to file manager, there is an es_systems.cfg file. I don’t know anything about it. What should I do with it?

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

                                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.