mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Add program to generate steam_interfaces.txt
This commit is contained in:
parent
c20944ca0a
commit
cf05e58266
6 changed files with 92 additions and 3 deletions
|
|
@ -7,8 +7,9 @@ Put a steam_appid.txt file that contains the appid of the game right beside it i
|
|||
|
||||
|
||||
If your game has an original steam_api(64).dll older than may 2016 (Properties->Digital Signatures->Timestamp) you might have to add a steam_interfaces.txt beside my emulator library if the game isn't working.
|
||||
This file contains interface versions, an example (for resident evil 5) is provided.
|
||||
If you are on linux you can look in the linux/tools folder (or the scripts folder in the repo) for a script to generate the steam_interfaces.txt file.
|
||||
This file contains interface versions, an example (for resident evil 5) is provided.
|
||||
If you are on Windows, look in the tools folder for a program to generate the steam_interfaces.txt file.
|
||||
If you are on linux you can look in the linux/tools folder (or the scripts folder in the repo) for a script to generate the steam_interfaces.txt file.
|
||||
You can also just get a hex editor and search for them (Search for the string: SteamUser0) in the original steam_api dll (or libsteam_api.so on linux) or look in the ini of a crack that works on that game.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue