mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Resource: add offline autoexec file
Add to resources, refer to commit 43e162711e94293935e5eacf017c6cd0fa4c948b for details.
This commit is contained in:
parent
9968769e37
commit
f7d75dd25f
13
src/resource/cfg/system/autoexec_offline.cfg
Normal file
13
src/resource/cfg/system/autoexec_offline.cfg
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user