2022-02-10 00:48:24 +01:00
|
|
|
//////////////////////////
|
|
|
|
//// REPLICATED ////
|
|
|
|
//////////////////////////
|
2022-08-04 23:06:57 +02:00
|
|
|
sv_cheats "1" // Allow cheats on the server.
|
2022-02-10 00:48:24 +01:00
|
|
|
mp_allowed "1" // Whether multiplayer is allowed or not.
|
2022-09-21 20:57:26 +02:00
|
|
|
bhit_enable "1" // Bullet trajectory debug.
|
2022-09-22 22:24:40 +02:00
|
|
|
developer "1" // Required for DEVELOPER script.
|
2022-02-10 00:48:24 +01:00
|
|
|
|
|
|
|
//////////////////////////
|
|
|
|
//// NETCHAN ////
|
|
|
|
//////////////////////////
|
2022-09-23 00:15:28 +02:00
|
|
|
net_useRandomKey "0" // Use a randomized netkey on launch.
|
|
|
|
net_processTimeBudget "0" // Net message process budget in milliseconds (removing netchannel if exceeded).
|
2022-02-10 00:48:24 +01:00
|
|
|
|
|
|
|
//////////////////////////
|
|
|
|
//// SQUIRREL ////
|
|
|
|
//////////////////////////
|
2023-03-26 18:18:50 +02:00
|
|
|
script_show_output "2" // Shows the VM output.
|
|
|
|
script_show_warning "2" // Shows the VM warning output.
|