Add some notes

This commit is contained in:
Isaac Shoebottom 2023-10-23 11:48:46 -03:00
parent 7bec7e4bec
commit ff774e586c

View File

@ -7,7 +7,8 @@ draft: false
For some reason, CD Project Red have decided to not include FLAC or WAV files in the bonus content of Cyberpunk anymore. No idea why.
So anyways, here's how to get it back
So anyways, here's how to get it back.
# Setup
@ -17,7 +18,7 @@ If you're on Linux you can run `steam -dev` or `steam steam://open/console`. Not
# Accessing the content
In the console run
In the console, enter:
```
download_depot 1091500 1495710 6105760403137189353
@ -27,7 +28,7 @@ It should begin downloading in `C:\Program Files (x86)\Steam\steamapps\content\a
Navigate to that directory, and inside the `BonusContent\soundtrack`, you will find folders named `flac` and `wav`. Either of these are CD quality
Enjoy!
Play them with whatever player you want, or copy them to somewhere else. After you're done with the music you can delete the other files.
# Methodology
@ -35,8 +36,14 @@ If you ever need to do this again (app ids change, manifests change) here is how
There are three numbers that you need in order to download a specific version of a "depot", the app id, depot id, and the manifest id.
1. The app id should always be 1091500. This is the app id for Cyberpunk. This is the number that is in the url on steam when you buy cyberpunk. [SteamDB](https://steamdb.info/app/1091500/)
1. The app id should always be 1091500. This is the app id for Cyberpunk. This is the number that is in the url on steam when you buy Cyberpunk. [SteamDB](https://steamdb.info/app/1091500/)
2. The depot id is the listed under the depot section of the Bonus Content app. As of today it's the same as the appid for the bonus content. You can also see a HQ Audio depot, created around the time this content was removed from the default depot, so hopefully this guide will become redundant someday. [SteamDB](https://steamdb.info/app/1495710/depots/)
3. The manifest id is a manifest id listed on the manifests of the Bonus Content depot. I just picked the one from March 2021, the last one before the 2.0 update. [SteamDB](https://steamdb.info/depot/1495710/manifests/)
3. The manifest id is a manifest id listed on the manifests of the Bonus Content depot. I just picked the one from March 2021, the last one before the 2.0 update. [SteamDB](https://steamdb.info/depot/1495710/manifests/)
# Notes
1. You need to own Cyberpunk in order for this guide to work for you
2. You can use alternative programs to download the files like [DepotDownloader](https://github.com/SteamRE/DepotDownloader) or [DepotDownloaderGUI](https://github.com/mmvanheusden/SteamDepotDownloaderGUI), but this is separate to this guide, although the id's should be directly convertible.