• This repository has been archived on 21/Apr/2022
  • Stars
    star
    133
  • Rank 272,600 (Top 6 %)
  • Language
    Zig
  • License
    GNU General Publi...
  • Created about 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Patches steam at runtime to re-allow the use of download_depot to downpatch games.

Steam Manifest Patcher

This repo has been archived as Steam has re-enabled downpatching.

build GitHub all releases

Supported platform: Windows.

This is a short application which patches Steam so that you use depot_download again after it was disabled by Valve.

Patching is done by finding the failure string in memory Depot download failed : Manifest not available. and then finding the push instruction using its offset. This differs from other patching methods in that it doesn't need to be updated after a Steam client update.