From 7feca7f173edc44a7e51e63e6cfd8faefd2ce91c Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Wed, 7 Feb 2024 03:10:26 +0200 Subject: [PATCH] update notes --- post_build/README.experimental_steamclient.md | 7 ++++--- tools/steamclient_loader/win/ColdClientLoader.ini | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/post_build/README.experimental_steamclient.md b/post_build/README.experimental_steamclient.md index 098c7a4b..a72c4471 100644 --- a/post_build/README.experimental_steamclient.md +++ b/post_build/README.experimental_steamclient.md @@ -37,9 +37,10 @@ You do not need to create a `steam_interfaces.txt` file for the `steamclient` ve * `Mode` (in `[Persistence]` section): - 0 = turned off - 1 = loader will spawn the exe and keep hanging in the background until you press "OK" - - 2 = loader will NOT spawn exe, it will just setup the required environemnt and keep hanging - in the background until you run the exe manually, and press "OK" when you've finished playing. - This should help in scenarios where an external app has to launch the game, it is also recommended to run the loader with admin rights in this mode + - 2 = loader will NOT spawn exe, it will just setup the required environemnt and keep hanging in the background + you have to run the Exe manually, and finally press "OK" when you've finished playing + you have to rename the loader to "steam.exe" + it is advised to run the loader as admin in this mode **Note** that any arguments passed to `steamclient_loader.exe` via command line will be passed to the target `.exe`. diff --git a/tools/steamclient_loader/win/ColdClientLoader.ini b/tools/steamclient_loader/win/ColdClientLoader.ini index b4dde7c6..e4451568 100644 --- a/tools/steamclient_loader/win/ColdClientLoader.ini +++ b/tools/steamclient_loader/win/ColdClientLoader.ini @@ -39,6 +39,7 @@ IgnoreLoaderArchDifference=0 # 1 = loader will spawn the exe and keep hanging in the background until you press "OK" # 2 = loader will NOT spawn exe, it will just setup the required environemnt and keep hanging in the background # you have to run the Exe manually, and finally press "OK" when you've finished playing +# you have to rename the loader to "steam.exe" # it is advised to run the loader as admin in this mode Mode=0