diff --git a/post_build/README.experimental_steamclient.md b/post_build/README.experimental_steamclient.md index 63e39f27..1883726f 100644 --- a/post_build/README.experimental_steamclient.md +++ b/post_build/README.experimental_steamclient.md @@ -7,7 +7,7 @@ See both the regular and experimental readmes for how to configure it. --- **Note** that all emu config files should be put beside the `steamclient(64).dll`. -You do not need to create a `steam_interfaces.txt` file for the `steamclient` version of the emu. +You do not need to create the `app::steam_interfaces` section for the `steamclient` version of the emu. --- diff --git a/post_build/README.find_interfaces.md b/post_build/README.find_interfaces.md index 4b52cd21..902b1a34 100644 --- a/post_build/README.find_interfaces.md +++ b/post_build/README.find_interfaces.md @@ -1,5 +1,5 @@ ## What is this ? -This tool will generate the file `steam_interfaces.txt` which is **always** recommended to be created. +This tool will generate the ini section `app::steam_interfaces` which is **always** recommended to be created. ## How to use it ? 1. * On Windows @@ -14,7 +14,8 @@ This tool will generate the file `steam_interfaces.txt` which is **always** reco chmod 777 generate_interfaces_file_x64 # make sure we can execute the binary generate_interfaces_file_x64 libsteam_api.so ``` -2. Copy the generated `steam_interfaces.txt` file inside the folder `steam_settings` +2. Copy the section `app::steam_interfaces` to your `configs.app.ini` + --- In both cases, make sure the .dll/.so is **the original** one diff --git a/post_build/README.release.md b/post_build/README.release.md index b89e09db..fcb78278 100644 --- a/post_build/README.release.md +++ b/post_build/README.release.md @@ -10,8 +10,8 @@ https://gitlab.com/Mr_Goldberg/goldberg_emulator ## How to use: 1. Replace the `steam_api(64).dll` (Windows) or `libsteam_api.so` (Linux) from the game with the emu. 2. Use the command line tool `generate_emu_config` to generate the `steam_settings` folder -3. Use the command line tool `generate_interfaces` to generate the file `steam_interfaces.txt`, - then move it inside the folder `steam_settings` +3. Use the command line tool `generate_interfaces` to generate the section `app::steam_interfaces`, + then copy the ini section and merge it manually with your `configs.app.ini` 4. Move the entire folder `steam_settings` beside the emu .dll/.so. 5. Copy the the example files `steam_settings.EXAMPLE\configs.xxx.EXAMPLE.ini` and paste them inside your own `steam_settings` folder, then the postfix `.EXAMPLE`. Make sure to only keep the options you need, don't sepecify everything