mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Also removed these from the CFG files. * 'sq_showvmoutput' has been renamed to 'script_show_output'. * 'sq_showvmwarning' has been renamed to 'script_show_warning'.
21 lines
905 B
INI
21 lines
905 B
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.
|
|
|
|
//////////////////////////
|
|
//// SQUIRREL ////
|
|
//////////////////////////
|
|
script_show_output "2" // Shows the VM output.
|
|
script_show_warning "2" // Shows the VM warning output.
|