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

    save/savestate organizing over network

    Scheduled Pinned Locked Moved Help and Support
    save locationnetwork
    10 Posts 3 Posters 1.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.
    • V
      Vodkanakas
      last edited by

      So ive got 2 pi4s mine and my sons. i have both set up to load over network. now the issue is trying to get saves/savestates to be stored seperately on the network as so we dont override one anothers

      savefile_directory = "~/RetroPie/Saves/Vod/%system%/saves"
      savestate_directory = "~/RetroPie/Saves/Vod/%system%/savestates"
      ----------------------------------------------------------------------------------
      savefile_directory = "~/RetroPie/Saves/Son/%system%/saves"
      savestate_directory = "~/RetroPie/Saves/Son/%system%/savestates"
      

      Defaults to "Content Directory" in retroarchs directory menu. Is there a way to tell retroarch to globally to save to a different path or is the manual way the only way?

      ridgekuhnR 1 Reply Last reply Reply Quote 0
      • ridgekuhnR
        ridgekuhn @Vodkanakas
        last edited by

        They're probably getting overridden by the settings below in some other file. Try adding these lines to your retroarch.cfgs:

        savestates_in_content_dir = "false"
        savefiles_in_content_dir = "false"
        
        1 Reply Last reply Reply Quote 0
        • V
          Vodkanakas
          last edited by

          both are present already. maybe i just dont understand how it actually work.

          1 Reply Last reply Reply Quote 0
          • mituM
            mitu Global Moderator
            last edited by

            You should add the settings in the global retroarch.cfg, located in /opt/retropie/configs/all (or \\retropie\configs\all).

            1 Reply Last reply Reply Quote 0
            • V
              Vodkanakas
              last edited by

              @mitu i did that and still no go. Still shows Content Directory under Directories and saves in rom folders. maybe its not understanding %system%

              mituM 1 Reply Last reply Reply Quote 0
              • mituM
                mitu Global Moderator @Vodkanakas
                last edited by

                @vodkanakas Did you toggle 'Save Configuration on Exit' in RetroArch ? This would make each system to use its own configuration file and the global retroarch.cfg would not apply.

                V 1 Reply Last reply Reply Quote 0
                • V
                  Vodkanakas @mitu
                  last edited by

                  @mitu that is switched off

                  V 1 Reply Last reply Reply Quote 0
                  • mituM
                    mitu Global Moderator
                    last edited by

                    Try using the full path, without ~ or %system% (%VAR% is a Windows shell expression anyway, it wouldn't be expanded anyway).

                    1 Reply Last reply Reply Quote 0
                    • V
                      Vodkanakas @Vodkanakas
                      last edited by

                      If its just savefile_directory = "~/RetroPie/Saves/Vod/nes/saves" it works but every emulators retroarch.cfg would need to be edited for this. Was hoping to fasttrack it by only editing /opt/retropie/configs/all/retroarch.cfg

                      1 Reply Last reply Reply Quote 0
                      • mituM
                        mitu Global Moderator
                        last edited by

                        RetroArch doesn't have the concept of a system, this is a front-end configuration convention (EmulationStation/runcommand). So you'll either have to modify each system's config or use a global save folder and hope you don't run into a situation with identical ROM/game names for multiple consoles/platforms.

                        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.