r5sdk/r5dev/resource/cfg/autoexec_dev.cfg
2022-09-23 00:15:28 +02:00

33 lines
1.6 KiB
INI

//////////////////////////
//// REPLICATED ////
//////////////////////////
sv_cheats "1" // Allow cheats on the server.
mp_allowed "1" // Whether multiplayer is allowed or not.
bhit_enable "1" // Bullet trajectory debug.
developer "1" // Required for DEVELOPER script.
//////////////////////////
//// NETCHAN ////
//////////////////////////
net_useRandomKey "0" // Use a randomized netkey on launch.
net_processTimeBudget "0" // Net message process budget in milliseconds (removing netchannel if exceeded).
net_usesocketsforloopback "1" // Whether to use network sockets layer for packets.
//////////////////////////
//// FILESYSTEM ////
//////////////////////////
fs_warning_level_native "0" // Sets SDK file system warning level.
//////////////////////////
//// MATSYS ////
//////////////////////////
mat_showdxoutput "1" // Shows debug information from the DirectX hook system.
//////////////////////////
//// 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 "3" // 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 "2" // Shows the VM warning output. 1 = Log to file. 2 = 1 + log to console.