diff --git a/post_build/README.experimental_steamclient.md b/post_build/README.experimental_steamclient.md index 1883726f..63e39f27 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 the `app::steam_interfaces` section for the `steamclient` version of the emu. +You do not need to create a `steam_interfaces.txt` file for the `steamclient` version of the emu. --- diff --git a/post_build/README.find_interfaces.md b/post_build/README.find_interfaces.md index 902b1a34..4b52cd21 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 ini section `app::steam_interfaces` which is **always** recommended to be created. +This tool will generate the file `steam_interfaces.txt` which is **always** recommended to be created. ## How to use it ? 1. * On Windows @@ -14,8 +14,7 @@ This tool will generate the ini section `app::steam_interfaces` which is **alway chmod 777 generate_interfaces_file_x64 # make sure we can execute the binary generate_interfaces_file_x64 libsteam_api.so ``` -2. Copy the section `app::steam_interfaces` to your `configs.app.ini` - +2. Copy the generated `steam_interfaces.txt` file inside the folder `steam_settings` --- 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 fcb78278..b89e09db 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 section `app::steam_interfaces`, - then copy the ini section and merge it manually with your `configs.app.ini` +3. Use the command line tool `generate_interfaces` to generate the file `steam_interfaces.txt`, + then move it inside the folder `steam_settings` 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