r5sdk/r5dev/resource/cfg/system/autoexec_dev.cfg
Kawe Mazidjatari 5d2a331170 CFG cleanup
Remove dev parameters from retail configs, disable net_usesocketsforloopback by default now. This was a leftover from before we got dedicated servers working, and was thus required to get other people to connect to the listen server. This is no longer needed, it was causing a problem with authentication on the local server as the input address from the client would differ from what the master server would bake into the JWT token (localhost translates into an actual ip address on the master server side).
2024-04-05 16:24:47 +02:00

20 lines
819 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).
//////////////////////////
//// SQUIRREL ////
//////////////////////////
script_show_output "2" // Shows the VM output.
script_show_warning "2" // Shows the VM warning output.