# Saved games for 2 Steam accounts

**URL:** https://universal-blue.discourse.group/t/saved-games-for-2-steam-accounts/10900
**Category:** Bazzite
**Created:** [October 18, 2025, 8:31pm UTC](https://universal-blue.discourse.group/t/saved-games-for-2-steam-accounts/10900 "2025-10-18T20:31:20Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Sifear](https://yyz2.discourse-cdn.com/free1/user_avatar/universal-blue.discourse.group/sifear/32/7180_2.png) [@Sifear](https://universal-blue.discourse.group/u/Sifear)
#### Post date: [October 20, 2025, 1:43pm UTC](https://universal-blue.discourse.group/t/saved-games-for-2-steam-accounts/10900/2 "2025-10-20T13:43:22Z")

</div>

### 🗂 Common Steam Cloud Save Paths on Linux

#### 1. **Steam Cloud-enabled games**

These are synced to:

Code

```auto
~/.steam/steam/userdata/<your_steam_id>/<app_id>/

```

- `<your_steam_id>` is your unique Steam user ID.

- `<app_id>` is the numeric ID of the game (e.g., 570 for Dota 2).

You can find your Steam ID by visiting your profile page or using `steamid.io`.

#### 2. **Non-cloud games or custom save paths**

Some games store saves elsewhere, such as:

Code

```auto
~/.local/share/<game_name>/
~/.config/<game_name>/
~/Documents/<game_name>/

```

These are **not synced** via Steam Cloud unless the game explicitly supports it.

### 📁 Save Location for Rockstar Games Launcher on Linux (via Steam + Proton)

When you launch a Rockstar game through Steam, it runs the Rockstar Games Launcher inside a **Proton prefix** , which emulates a Windows environment. The save files are stored in:

Code

```auto
~/.steam/steam/steamapps/compatdata/<Steam_app_id>/pfx/

```

Inside that prefix, the Rockstar Launcher behaves like it would on Windows. So the actual save path is usually:

Code

```auto
<Proton_prefix>/Users/steamuser/Documents/Rockstar Games/<Game_Name>/Profiles/<Profile_ID>/

```

For example, Red Dead Redemption 2 might save to:

Code

```auto
~/.steam/steam/steamapps/compatdata/1174180/pfx/drive_c/users/steamuser/Documents/Rockstar Games/Red Dead Redemption 2/Profiles/<Profile_ID>/

Hope this helps...

```

---

_[View the full topic](https://universal-blue.discourse.group/t/saved-games-for-2-steam-accounts/10900)._
