r5sdk/r5dev/resource/cfg/autoexec.cfg
Kawe Mazidjatari 87157d3202 Update config files
Most of these are managed by the launcher. Keeping these here will cause problems as values we set in the launcher get reset by those.
2022-05-29 02:31:43 +02:00

14 lines
799 B
INI

//////////////////////////
//// REPLICATED ////
//////////////////////////
mp_allowed "1" // Whether multiplayer is allowed or not.
developer "1" // Required for certain script functionality.
//////////////////////////
//// 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.