From 7520945fbcf8ada05427d45ac94294de9b5a8048 Mon Sep 17 00:00:00 2001 From: otavepto Date: Wed, 10 Apr 2024 23:47:06 +0200 Subject: [PATCH] some missing readme files + corrected overlay note --- post_build/README.release.md | 4 +++- post_build/steam_settings.EXAMPLE/fonts.EXAMPLE/README.md | 1 + .../win/ColdClientLoader.EXAMPLE/extra_dlls.EXAMPLE/README.md | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 post_build/steam_settings.EXAMPLE/fonts.EXAMPLE/README.md create mode 100644 post_build/win/ColdClientLoader.EXAMPLE/extra_dlls.EXAMPLE/README.md diff --git a/post_build/README.release.md b/post_build/README.release.md index f1e255a9..06eef18e 100644 --- a/post_build/README.release.md +++ b/post_build/README.release.md @@ -267,9 +267,11 @@ Do not run more than one steam game with the **same appid** at the same time on **Note: at the moment this feature is only enabled in the experimental builds** --- -The overlay can be disabled by putting a file named `disable_overlay.txt` in the `steam_settings` folder. +The overlay can be enabled by creating a file named `enable_experimental_overlay.txt` in the `steam_settings` folder. +This feature is highly experimental and might cause crashes or other severe problems. This is for games that depend on the steam overlay to let people join multiplayer games. +Alternatively, you can use the dedicated tool `lobby_connect` to join a game lobby. Use `SHIFT-TAB` to open the overlay. --- diff --git a/post_build/steam_settings.EXAMPLE/fonts.EXAMPLE/README.md b/post_build/steam_settings.EXAMPLE/fonts.EXAMPLE/README.md new file mode 100644 index 00000000..5d96c573 --- /dev/null +++ b/post_build/steam_settings.EXAMPLE/fonts.EXAMPLE/README.md @@ -0,0 +1 @@ +Place your overlay fonts here, then modify the file `overlay_appearance.txt` and point at the desired one. \ No newline at end of file diff --git a/post_build/win/ColdClientLoader.EXAMPLE/extra_dlls.EXAMPLE/README.md b/post_build/win/ColdClientLoader.EXAMPLE/extra_dlls.EXAMPLE/README.md new file mode 100644 index 00000000..fe9dbe2c --- /dev/null +++ b/post_build/win/ColdClientLoader.EXAMPLE/extra_dlls.EXAMPLE/README.md @@ -0,0 +1,2 @@ +Don't forget to modify the file `ColdClientLoader.ini` to point at this folder. +`load_order.txt` will force the order in which the dlls are injected into the app