description |
---|
Only update once all frameworks are stable! |
{% hint style="info" %} Things fall down when you let go of them, and mods break whenever a game updates. That is due to framework compatibility.
Always make sure that your framework mods are up-to-date.
You should generally wait with updating to the latest game version until all mods are up-to-date. If it's too late for that, you can try downgrading Cyberpunk, or wait until the frameworks update. {% endhint %}
In GOG Galaxy, this can be done as a global setting — you disable auto-update for all of your games — or as a per-game option for some games like Cyberpunk 2077.
Open the GOG Galaxy page for Cyberpunk 2077 and click the manage icon next to the big play button, then Manage installation
and Configure...
Disable the Automatically update to the newest version
checkbox. Optionally, select the game patch you want to play on here.
\
Open the settings and select the entry Game features
in the sidebar, then uncheck the box for Auto-update games
.
In the EPIC launcher, this is a global setting — you can only disable auto-update for all of your games.
Open the settings menu and scroll down to MANAGE GAMES
, then disable auto-updates.
Unlike the competition, Steam will not give you any control about auto-updating. For that reason, you need to forbid it from writing to a specific file on disk, without which it will be literally unable to update. Here's how:
- Find the
steamapps
folder (:- Right-click on Cyberpunk 2077 in your Steam Library and select
Properties
- On the side bar, click on
Local Files
- Select
Browse
. This will take you to Cyberpunk's install directory, which is inside the folder we want (e.g.C:\Steam\steamapps\common\Cyberpunk 2077
) - Navigate two levels up (in windows explorer this is done by clicking the up arrow at the top left of the window, next to the file path, or by using the shortcut Alt + Up Arrow Key)
- Right-click on Cyberpunk 2077 in your Steam Library and select
- Find the file
appmanifest_1091500.acf
- Set the file to read-only:
- Right-click on the file and select Properties
- At the bottom of the dialogue, check the Read-only box
{% hint style="info" %} As long as Steam can't write to this file, it can't update Cyberpunk. Once you are ready to update, simply uncheck the Read-only checkbox again.
Don't forget to deactivate it again later! {% endhint %}
- Disable auto-updates
- Head to the Cyberpunk game detail page
- Find the settings button next to the Play button
- Select
Manage Installation
->Configure…
- Select the game version
Sorry, choomba, you're fucked. No downgrading possible.
Since 2.2, Steam supports downgrading to version 1.63
or 2.13
Right-click on the game in Steam and select Properties, then go here:
For downgrading to other versions, see the expandable box below.
Using steamdb to attempt to download a previous depot
Longer instructions can be found in this MakeUseOf guide, but the condensed version (courtesy of our lovely Discord community) goes as follows:
First turn autoupdate off for Steam now so that you don't forget to do it later. We'll wait.
Here are the version-specific commands that you need to run. If you can't find your version on the list, check here (Base Game) and here (Phantom Liberty), and find the new Manifest ID tag.
Patch 2.12a:
- Base Game:
download_depot 1091500 1091501 3807385820978085162
- Phantom Liberty:
download_depot 2138330 2138330 5094071097429923087
- REDmod:
download_depot 1091500 2060310 1800196103221542454
Patch 2.12:
- Base Game:
download_depot 1091500 1091501 3935102684525872303
- Phantom Liberty:
download_depot 2138330 2138330 5094071097429923087
- REDmod:
download_depot 1091500 2060310 2707809465866605439
Now, we do the thing:
- Open Steam
- Press
Win+R
- Type
steam://open/console
to get into the steamdb console - In the console, enter this command exactly to start the download (it'll be the entire 60 GB so be prepared):
download_depot 1091500 1091501 3807385820978085162
- After the game finishes downloading, go to the installation location listed in the console, and copy either just the changed files (you can view the manifest for the new version) or the whole thing over your game directory to overwrite the new changes.
- If you have the Phantom Liberty DLC, you will need to do the steps 4 and 5 again for the DLC itself with the command:
download_depot 2138330 2138330 5094071097429923087
This should leave you with the correct previous game version. You can right-click cyberpunk2077.exe to verify the versions in Properties > Details.
You might still need to do a script cache reset or other cleanup before the game starts up nice, so head on over to those instructions if need be.