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).
This commit is contained in:
Kawe Mazidjatari 2023-10-20 19:14:40 +02:00
parent 9b3024a874
commit 0d442285ca
6 changed files with 0 additions and 10 deletions

View File

@ -2,4 +2,3 @@
//// REPLICATED ////
//////////////////////////
mp_allowed "1" // Whether multiplayer is allowed or not.
net_usesocketsforloopback "1" // Whether to use network sockets layer for packets.

View File

@ -11,7 +11,6 @@ developer "1" // Required for DEVELOPER script.
//////////////////////////
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 ////

View File

@ -5,4 +5,3 @@
//// SERVER ////
//////////////////////////
//hostname "R5" // Determines the name of the server displayed in the server browser.
sv_requireOriginToken "0" // Enables origin token verification on the server

View File

@ -1,6 +1,3 @@
-ansicolor
-fnf
-multiple
-showdevmenu
-wconsole
-playlistfile "playlists_r5_patch.txt"

View File

@ -1,4 +1,3 @@
-fnf
-multiple
-showdevmenu
-playlistfile "playlists_r5_patch.txt"

View File

@ -1,6 +1,3 @@
-ansicolor
-fnf
-multiple
-showdevmenu
-wconsole
-playlistfile "playlists_r5_patch.txt"