From f7d75dd25f7601320338cfb7db2c1338505a5579 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sat, 9 Nov 2024 01:26:12 +0100 Subject: [PATCH] Resource: add offline autoexec file Add to resources, refer to commit 43e162711e94293935e5eacf017c6cd0fa4c948b for details. --- src/resource/cfg/system/autoexec_offline.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/resource/cfg/system/autoexec_offline.cfg diff --git a/src/resource/cfg/system/autoexec_offline.cfg b/src/resource/cfg/system/autoexec_offline.cfg new file mode 100644 index 00000000..8b6c46f7 --- /dev/null +++ b/src/resource/cfg/system/autoexec_offline.cfg @@ -0,0 +1,13 @@ +/////////////////////// offline configuration file. +// This file is executed automatically on startup +// when '-offline' is passed to the application. + +// Do not authenticate with the master servers. +sv_onlineAuthEnable "0" +cl_onlineAuthEnable "0" + +// Do not send crash logs. +backtrace_enabled "0" + +// Disable matchmaking. +pylon_matchmaking_enabled "0"