2023-12-27 23:04:28 +08:00
|
|
|
## What is this ?
|
2024-04-23 10:07:49 +08:00
|
|
|
This tool will generate the file `steam_interfaces.txt` which is **always** recommended to be created.
|
2023-12-27 23:04:28 +08:00
|
|
|
|
|
|
|
## How to use it ?
|
|
|
|
1. * On Windows
|
|
|
|
* Drag `steam_api.dll` or `steam_api64.dll` on this exe
|
|
|
|
* Or run the command line (example):
|
|
|
|
```batch
|
|
|
|
generate_interfaces_file.exe steam_api64.dll
|
|
|
|
```
|
|
|
|
* On Linux:
|
|
|
|
* Run the command line (example):
|
|
|
|
```bash
|
|
|
|
chmod 777 generate_interfaces_file_x64 # make sure we can execute the binary
|
|
|
|
generate_interfaces_file_x64 libsteam_api.so
|
|
|
|
```
|
2024-04-23 10:07:49 +08:00
|
|
|
2. Copy the generated `steam_interfaces.txt` file inside the folder `steam_settings`
|
2023-12-27 23:04:28 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
In both cases, make sure the .dll/.so is **the original** one
|
|
|
|
---
|