mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
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:
parent
9b3024a874
commit
0d442285ca
@ -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.
|
||||
|
@ -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 ////
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,3 @@
|
||||
-ansicolor
|
||||
-fnf
|
||||
-multiple
|
||||
-showdevmenu
|
||||
-wconsole
|
||||
-playlistfile "playlists_r5_patch.txt"
|
||||
|
@ -1,4 +1,3 @@
|
||||
-fnf
|
||||
-multiple
|
||||
-showdevmenu
|
||||
-playlistfile "playlists_r5_patch.txt"
|
||||
|
@ -1,6 +1,3 @@
|
||||
-ansicolor
|
||||
-fnf
|
||||
-multiple
|
||||
-showdevmenu
|
||||
-wconsole
|
||||
-playlistfile "playlists_r5_patch.txt"
|
||||
|
Loading…
x
Reference in New Issue
Block a user