RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Custom pathing for ROMs/savegames

    Scheduled Pinned Locked Moved Ideas and Development
    20 Posts 8 Posters 8.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.
    • F
      Flynn's
      last edited by

      @herb_fargus

      How do yo scrape into romfolders? I installed 4.0 RC1 and it scrapes to downloaded-images. I've used both Sselph's and built-in scrapper.

      herb_fargusH 1 Reply Last reply Reply Quote 0
      • herb_fargusH
        herb_fargus administrators @Flynn's
        last edited by

        @Flynn's update your setup script and it will be an option here: https://github.com/retropie/retropie-setup/wiki/scraper

        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

        F 1 Reply Last reply Reply Quote 0
        • F
          Flynn's @herb_fargus
          last edited by Flynn's

          @herb_fargus

          Ah, I think I interpreted what you said incorrectly and since I only started using RetroPie as of ver. 4.0 RC1 I'm not sure what it use to be.

          Previously, I assume downloaded-images was a folder with no subfolders but now it is?

          Edit, I thought you said it would create an 'images' folder in the respective rom folders where the roms are held (as an option). But that is only if you have to use your own image

          1 Reply Last reply Reply Quote 0
          • N
            nemo93
            last edited by nemo93

            hi! I got issue with saving the .srm for various systems in a specific directory as specified in /opt/retropie/configs/{system-name}/retroarch.cfg. Let me take an example, for PSX. In my retroarch.cfg for that system I've added:

            # Save all game saves to this directory.
            savefile_directory = /opt/retropie/roms/psx/saves/
            

            I created the saves directory at this very location. Then I launch some games but unfortunately the .srm files keep being saved next to the roms, in the same directory. It goes the same for all other systems (SNES, MD/GEN, PCE, etc).

            What am I missing? Latest RP, PI2.

            FloobF 1 Reply Last reply Reply Quote 0
            • FloobF
              Floob @nemo93
              last edited by

              @nemo93
              Presumably you created the /roms/psx folders as well, as they arent there by default?
              Therefore it could possibly be a permission issue?

              Your games by default are in
              /home/pi/RetroPie/roms/psx

              Your configs by default are in
              /opt/retropie/configs/psx

              Please read the Docs before asking a new question.
              RetroPie Help Guides: https://goo.gl/3gcNsT

              1 Reply Last reply Reply Quote 0
              • N
                nemo93
                last edited by

                That's what I thought at first. Yet I've created the saves directories over Samba hence no permission issue should occur. To be sure and to confirm here's the current permission sets still for the PSX saves directory. It looks fine by me.

                drwxr-xr-x   2 pi pi       4096 Aug  9 19:09 saves
                

                I could give a try and apply 777 to it...

                1 Reply Last reply Reply Quote 0
                • N
                  nemo93
                  last edited by

                  Ok still same issue. I'm unable to put the *.srm or *.fs files into a separate folder :( Perhaps I'm not using the proper directory in the retroarch.cfg?? Any toughts please?

                  1 Reply Last reply Reply Quote 0
                  • N
                    nemo93
                    last edited by nemo93

                    Well... I feel so stupid :((((( I didn't pay enough attention and my paths were completely wrong... /o\ I tried to save the *.srm into /opt/retropie/roms/<system>/saves/ which is non existing of course!! I changed that for /home/pi/RetroPie/roms/<system>/saves/ and it's all working now \o/

                    silly me. Sorry for that :(

                    EDIT: it works nicely for libretro cores with the notable exception of lr-fba-next (generating *.fs files). With that core the .fs are being saved next to the roms no matter you put in the retroarch.cfg...

                    GrandMasterLynxG 1 Reply Last reply Reply Quote 0
                    • GrandMasterLynxG
                      GrandMasterLynx @nemo93
                      last edited by

                      @nemo93 said in Custom pathing for ROMs/savegames:

                      Well... I feel so stupid :((((( I didn't pay enough attention and my paths were completely wrong... /o\ I tried to save the *.srm into /opt/retropie/roms/<system>/saves/ which is non existing of course!! I changed that for /home/pi/RetroPie/roms/<system>/saves/ and it's all working now \o/

                      silly me. Sorry for that :(

                      EDIT: it works nicely for libretro cores with the notable exception of lr-fba-next (generating *.fs files). With that core the .fs are being saved next to the roms no matter you put in the retroarch.cfg...

                      I’m trying to do the same thing but the save files only go to one folder that the 1st line of code or whatever tells it to go to n I’m trying to have the save files for the system go to each system I have them for but it doesn’t work for me any help would be appreciated

                      cyperghostC 1 Reply Last reply Reply Quote 0
                      • cyperghostC
                        cyperghost @GrandMasterLynx
                        last edited by cyperghost

                        @GrandMasterLynx I've written a small script SavePath that does the work for you. Read carefully the instructions!
                        For the setup you want with the /home/pi/RetroPie/roms/<system>/saves/ feature you would use

                        SavePath.sh all "/home/pi/RetroPie/roms/$1/saves"

                        You need to activate the two save key in retroarch.cfg with nano /opt/retropie/configs/all/retroarch.cfg if you use the all parameter.

                        • savefile_directory = ""
                        • savestate_directory = ""
                        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.