Basic offline steamhttp emulation.

This commit is contained in:
Mr_Goldberg 2022-01-25 15:51:00 -05:00
parent 120aa968b2
commit f147638f99
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
3 changed files with 45 additions and 7 deletions

View file

@ -109,6 +109,13 @@ Build id:
Add a steam_settings\build_id.txt with the build id if the game doesn't show the correct build id and you want the emu to give it the correct one.
An example can be found in steam_settings.EXAMPLE
SteamHTTP:
Add a steam_settings\http folder. The folder should contain the domain name and path to the files that will be returned by steamHTTP like so:
For example this url: https://en.wikipedia.org/wiki/Main_Page
Would be: steam_settings\http\en.wikipedia.org\wiki\Main_Page
The Main_Page file would contain the data returned by the steamHTTP api when it tries to access: https://en.wikipedia.org/wiki/Main_Page
An example that was made for payday 2 can be found in steam_settings.EXAMPLE
Support for CPY steam_api(64).dll cracks: See the build in the experimental folder.