mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Basic offline steamhttp emulation.
This commit is contained in:
parent
120aa968b2
commit
f147638f99
3 changed files with 45 additions and 7 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue