From c3d0f716b2999b9b3c8245b78626ca449c8406e0 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Fri, 29 Dec 2023 08:46:54 +0200 Subject: [PATCH] =?UTF-8?q?=EF=BB=BFwriting=20mistake!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- post_build/README.release.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/post_build/README.release.md b/post_build/README.release.md index d16d5f15..3a21dab6 100644 --- a/post_build/README.release.md +++ b/post_build/README.release.md @@ -421,6 +421,29 @@ Second, the project is not a malware, if your antivirus software complains, be s --- +## Overlay warnings: + +These configuration files allow disabling various overlay warnings: +* `disable_overlay_warning_forced_setting.txt`: + - disable the warning for the usage of any file `force_*.txt` in the overlay + - unlocks the settigs menu, this may result in an undesirable output +* `disable_overlay_warning_bad_appid.txt`: disable the warning for bad app ID (when app ID = 0) in the overlay +* `disable_overlay_warning_local_save.txt`: disable the warning for using local save in the overlay +* `disable_overlay_warning_any.txt`: all the above + +Check the exaxmple files in the `steam_settings` folder + +--- + +## Auto accept game/lobby invites: + +When the overlay is enabled and working, you can bypass it and auto-accept invites (lobby or game) from a list of Steam IDs (SteamID64 format). +The configuration file `auto_accept_invite.txt` allows you to do that, add each SteamID64 on a separate line. + +Check the exaxmple file in the `steam_settings` folder + +--- + ## 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.