Skip to content

Instantly share code, notes, and snippets.

@Qubus0
Last active November 17, 2024 20:05
Show Gist options
  • Save Qubus0/b72513d6a6a3bb22e85a606f71f325fc to your computer and use it in GitHub Desktop.
Save Qubus0/b72513d6a6a3bb22e85a606f71f325fc to your computer and use it in GitHub Desktop.
download windows games on mac (any OS to any OS really)

How To: download win games on mac via steam console

  1. launch steam in console mode - terminal:
/Applications/Steam.app/Contents/MacOS/steam_osx -console
  1. go to the "console" tab at the top, to the right of shop and library
  2. Visit https://steamdb.info/ and find the entry for the game you wish to download. You will need to take note of the app ID (should be the first thing available) and the depot ID (navigate to "Depots" in the left-hand-side menu – and select the option from the table associated with content). For demos, explicitly search for the name + demo or go to the "related apps" tab at the bottom, they are normal steam games too, with id and depot
  3. Back in the Steam console, enter download_depot with the app and depot id, then press enter
download_depot <appid> <depotid>
  1. Steam will tell you the download location like ~/Library/Application Support/Steam/Steam.AppBundle/Steam/Contents/MacOS/steamapps/content/

Troubleshooting

Depot download failed : missing app info for
-> the app needs to be in your library, even demos

Depot download failed : Invalid default manifest
-> double check that the depot id is correct, not accidentally the branch id for example

credit: https://www.reddit.com/r/macgaming/comments/2idpsc/comment/kk4z69a/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment