Resource: add offline autoexec file

Add to resources, refer to commit 43e162711e94293935e5eacf017c6cd0fa4c948b for details.
This commit is contained in:
Kawe Mazidjatari 2024-11-09 01:26:12 +01:00
parent 9968769e37
commit f7d75dd25f

View File

@ -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"