mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
21 lines
1.1 KiB
INI
21 lines
1.1 KiB
INI
|
//////////////////////////
|
||
|
//// REPLICATED ////
|
||
|
//////////////////////////
|
||
|
sv_cheats "0" // Enables cheats on the server.
|
||
|
mp_allowed "1" // Whether multiplayer is allowed or not.
|
||
|
developer "1" // Required for certain script functionality.
|
||
|
|
||
|
//////////////////////////
|
||
|
//// NETCHAN ////
|
||
|
//////////////////////////
|
||
|
net_userandomkey "0" // Whether to use the default netkey or a randomized key on launch.
|
||
|
net_usesocketsforloopback "1" // Whether to use network sockets layer for packets.
|
||
|
|
||
|
//////////////////////////
|
||
|
//// SQUIRREL ////
|
||
|
//////////////////////////
|
||
|
sq_showrsonloading "1" // Shows the global include files the SQVM is loading for loading scripts.
|
||
|
sq_showscriptloading "0" // Shows the script files the SQVM is loading for precompile job.
|
||
|
sq_showvmoutput "1" // Shows the VM output. 1 = Log to file. 2 = 1 + log to console. 3 = 1 + 2 + log to overhead console. 4 = only log to overhead console.
|
||
|
sq_showvmwarning "1" // Shows the VM warning output. 1 = Log to file. 2 = 1 + log to console.
|