gbe_fork/post_build/README.find_interfaces.md
2023-12-28 01:30:46 +02:00

717 B

What is this ?

This tool will generate the file steam_interfaces.txt which is always recommended to be created.

How to use it ?

    • On Windows
      • Drag steam_api.dll or steam_api64.dll on this exe
      • Or run the command line (example):
        generate_interfaces_file.exe steam_api64.dll
        
    • On Linux:
      • Run the command line (example):
        chmod 777 generate_interfaces_file_x64 # make sure we can execute the binary
        generate_interfaces_file_x64 libsteam_api.so
        
  1. Copy the generated steam_interfaces.txt file inside the folder steam_settings

In both cases, make sure the .dll/.so is the original one