From 2ba6f909042b83ba5b0eba217c2727715d3e8021 Mon Sep 17 00:00:00 2001 From: otavepto Date: Mon, 18 Mar 2024 00:58:48 +0200 Subject: [PATCH] * note about missing `disable_lobby_creation.txt` file * updated Win deps build script to match the Linux one * updated credits + readme --- CHANGELOG.md | 5 +++++ build_win_deps.bat | 2 +- post_build/README.release.md | 7 +++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f4717c..83247202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +* **[detiam]** fix linking errors when build on archlinux +* added missing example file `disable_lobby_creation.txt` in `steam_settings` folder + updated release `README` + +--- + # 2024/3/16 * **[bitsynth]** Fix Age of Empires 2: Definitive Edition, the game expects the app itself to be an owned DLC, diff --git a/build_win_deps.bat b/build_win_deps.bat index 5795147c..98e82623 100644 --- a/build_win_deps.bat +++ b/build_win_deps.bat @@ -217,7 +217,7 @@ echo // building curl lib pushd "%deps_dir%\curl" :: CURL_STATICLIB -set "curl_common_defs=-DBUILD_CURL_EXE=OFF -DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_CURL=OFF -DBUILD_STATIC_LIBS=ON -DCURL_USE_OPENSSL=OFF -DCURL_ZLIB=ON -DENABLE_UNICODE=ON -DCURL_STATIC_CRT=ON" +set "curl_common_defs=-DBUILD_CURL_EXE=OFF -DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_CURL=OFF -DBUILD_STATIC_LIBS=ON -DCURL_USE_OPENSSL=OFF -DCURL_ZLIB=ON -DENABLE_UNICODE=ON -DCURL_STATIC_CRT=ON -DCURL_USE_LIBSSH2=OFF -DCURL_USE_LIBPSL=OFF -DUSE_LIBIDN2=OFF -DCURL_DISABLE_LDAP=ON" setlocal call "%~dp0build_win_set_env.bat" 32 || ( diff --git a/post_build/README.release.md b/post_build/README.release.md index f1e374a5..2d4a1cf5 100644 --- a/post_build/README.release.md +++ b/post_build/README.release.md @@ -535,6 +535,13 @@ Check the example files in the `steam_settings` folder --- +## Prevent lobby creation: + +You can prevent lobby creation (created via steam matchmaking APIs) by creating a file called `disable_lobby_creation.txt` in your `steam_settings` folder. +Check the example file. + +--- + ## More configurations: Due to the various changes and additions, it became tedious to document everything, so it is recommended to check each example file in the `steam_settings` folder.