Skip to content

Latest commit

 

History

History
129 lines (80 loc) · 6.13 KB

users-downgrading-preventing-auto-updates.md

File metadata and controls

129 lines (80 loc) · 6.13 KB
description
Only update once all frameworks are stable!

Downgrading / Preventing auto-updates

{% 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 %}

Preventing the game from auto-updating

GOG Galaxy

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.

Only disable updates for CP2077

Open the GOG Galaxy page for Cyberpunk 2077 and click the manage iconmanage 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.
\

Globally disable updates

Open the settings and select the entry Game features in the sidebar, then uncheck the box for Auto-update games.

Epic

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.

Steam

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:

  1. Find the steamapps folder (:
    1. Right-click on Cyberpunk 2077 in your Steam Library and select Properties
    2. On the side bar, click on Local Files
    3. 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)
    4. 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)
  2. Find the file appmanifest_1091500.acf
  3. Set the file to read-only:
    1. Right-click on the file and select Properties
    2. 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 %}

Downgrading

GOG

  1. Disable auto-updates
  2. Head to the Cyberpunk game detail page
  3. Find the settings button next to the Play button
  4. Select Manage Installation -> Configure…
  5. Select the game version

Epic

Sorry, choomba, you're fucked. No downgrading possible.

Steam

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:

  1. Open Steam
  2. Press Win+R
  3. Type steam://open/console to get into the steamdb console
  4. 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
  5. 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.
  6. 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.