Where are saves stored on Steam Deck?

Unlocking Your Steam Deck Saves: A Deep Dive into Storage and Management

The Steam Deck, Valve’s revolutionary handheld gaming PC, opens up a world of portable gaming possibilities. But where does all that precious game progress get stored? Simply put, game saves on the Steam Deck reside in a few key locations: locally within the device itself, and in the Steam Cloud. The exact location varies depending on the game and whether it utilizes the Steam Cloud save feature. Understanding these locations and how to manage them is crucial for a smooth and enjoyable gaming experience on your Steam Deck.

Understanding Save Game Locations on Steam Deck

The Steam Deck, running a customized version of Linux, uses a system called Proton to run many Windows games. This compatibility layer introduces a unique element to save game storage. Here’s a breakdown:

  • Proton Prefix Folders: When a Windows game runs through Proton, it operates within a self-contained environment called a Prefix. This folder contains all the files necessary for the game to run, including save data. These folders are usually located in:

    /home/deck/.local/share/Steam/steamapps/compatdata/

    Each game gets its own uniquely numbered folder within the compatdata directory. Figuring out which number corresponds to which game can be a bit tricky but is sometimes searchable online.

  • Native Linux Games: Games designed specifically for Linux often store their save files in more standard Linux locations. These can include:

    • ~/.config/ (the user’s configuration directory)
    • ~/.local/share/ (the user’s local data directory)
    • Directly within the game’s installation directory.
  • Steam Cloud: Many games utilize Steam Cloud saves, automatically backing up and synchronizing your progress across devices. This means you can seamlessly switch between playing on your Steam Deck and your desktop PC without losing progress.

  • Internal Storage: The Steam Deck’s internal storage is the primary location for game installations and, consequently, many save files. The specific path is relative to the installation directory managed by Steam.

Managing Your Saves: Why It Matters

Knowing where your saves are stored empowers you to:

  • Back up your progress: Safeguard your hours of gameplay by manually backing up your save files to an external drive or cloud storage.
  • Transfer saves between devices: Move your save files from your PC to your Steam Deck, or vice versa, to continue your gaming journey on the go.
  • Troubleshoot issues: In case of corrupted save files or other technical problems, having access to your saves allows you to restore a previous state.
  • Modding and Customization: Some mods require you to access and modify save files directly.

Practical Steps for Locating Saves

Here’s a step-by-step approach to finding your game saves on the Steam Deck:

  1. Enable Hidden Files: The Linux file system hides certain folders by default (those starting with a “.”). You need to enable the display of hidden files in your file manager (Dolphin) to see the ~/.config and ~/.local/share directories. Typically, this is done by pressing Ctrl + H or by finding the “Show Hidden Files” option in the file manager’s menu.
  2. Check Steam Cloud Status: In your Steam Library, right-click on the game, select “Properties,” and navigate to the “General” tab. Verify that “Keep game saves in the Steam Cloud” is enabled. If it is, your saves should be automatically backed up.
  3. Explore Proton Prefix (if applicable): For Windows games using Proton, navigate to the compatdata directory mentioned above. You might need to search online forums or wikis to identify the correct numbered folder for your game. Once inside, look for folders like “drive_c,” which mimics a Windows C: drive structure, and then common save locations like “Users/steamuser/AppData/LocalLow” or “My Documents.”
  4. Search Online: If you’re struggling to find the save location, a quick online search for “[Game Name] Steam Deck save location” often yields helpful results from other players.
  5. Use the Terminal: For more advanced users, the terminal provides powerful search capabilities. The find command can be used to search for files based on name or modification date within specific directories.

A Word on KDE Connect

The article mentions KDE Connect, which is a fantastic tool for transferring files between your Steam Deck and other devices (PC, Mac, or Linux). Install KDE Connect on both your Steam Deck and your other device, pair them, and you can easily send save files back and forth.

Potential Issues and Solutions

  • Cloud Sync Conflicts: If your Steam Cloud saves aren’t syncing correctly, try disabling and re-enabling the Steam Cloud option in the game’s properties. Also, ensure that your Steam client is up-to-date.
  • Corrupted Save Files: If you suspect a corrupted save, try restoring a previous version from the Steam Cloud (if available) or from a local backup.
  • Permissions Issues: In rare cases, you might encounter permission issues that prevent the game from accessing or saving files. This can usually be resolved by adjusting file permissions using the terminal.

The Importance of Community and Resources

The Steam Deck community is incredibly active and supportive. Don’t hesitate to ask for help on forums, Reddit, or Discord servers dedicated to the Steam Deck. Many players have already encountered and solved common save game-related issues and are willing to share their knowledge. Engaging with platforms like the Games Learning Society can help you discover valuable resources and connect with a community passionate about gaming and its technical aspects. You can explore the diverse resources and community at GamesLearningSociety.org.

Frequently Asked Questions (FAQs)

1. Where does the Steam Deck store screenshots?

Screenshots are typically stored in the following directory: /home/deck/.local/share/Steam/userdata/<YourSteamID>/760/remote/. The <YourSteamID> is a unique numeric identifier for your Steam account.

2. How do I back up my Steam Deck game saves?

The easiest way is to manually copy the save files from their respective locations to an external drive or cloud storage service. Alternatively, you can use a backup utility.

3. Can I use an SD card for save game storage?

While you can install games on an SD card, save data is typically stored on the internal storage by default, or in the Steam Cloud. You can sometimes create symbolic links to redirect save files to the SD card, but this requires some technical knowledge.

4. What happens if I uninstall a game? Will I lose my saves?

If the game uses Steam Cloud saves, your progress should be preserved. However, it’s always a good idea to manually back up your saves as an extra precaution.

5. How do I access the Steam Deck file system?

You can access the file system using the Dolphin file manager in Desktop mode.

6. How do I enable Cloud sync on the Steam Deck?

Go to Steam Settings > Cloud and ensure “Enable Steam Cloud synchronization for applications which support it” is checked.

7. Why aren’t my Steam Cloud saves syncing?

Check your internet connection, ensure Steam Cloud is enabled for the game, and restart the Steam client.

8. How do I find my Steam ID for locating save files?

Your Steam ID can be found in your Steam profile URL or by enabling the “Display Steam URL address when available” option in Steam Settings > Interface.

9. How do I transfer saves from PC to Steam Deck using USB?

Copy the save files from your PC to a USB drive, then connect the drive to your Steam Deck and copy the files to the appropriate save location.

10. Are all games compatible with Steam Cloud saves?

No, not all games support Steam Cloud. Check the game’s Steam Store page to see if it has the Steam Cloud icon.

11. How do I restore a save file from a backup?

Copy the backed-up save files to their original location, overwriting the existing files.

12. Where can I find more information about specific game save locations?

Search online forums, wikis, and community discussions for the specific game you’re interested in.

13. How do I create a symbolic link to move save files to an SD card?

Use the ln -s command in the terminal. For example: ln -s /path/to/sdcard/saves /path/to/original/save/location. Be cautious, as incorrect usage can cause issues.

14. Can I recover deleted save files from the Recycle Bin (Trash)?

Yes, if you accidentally delete save files, check the Recycle Bin (Trash) in Desktop mode.

15. Is there a way to automate save game backups on the Steam Deck?

You can use a script and a scheduling tool like cron to automate the backup process. This requires some Linux knowledge.

By understanding how save games are stored and managed on your Steam Deck, you can ensure that your progress is safe, secure, and accessible wherever you go. Happy gaming!

Leave a Comment