mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update configuration files
-dev is now removed from every prod cfg. -developer 1 is now removed from every prod cfg.
This commit is contained in:
parent
23eba316df
commit
5ce4af6ec6
@ -2,7 +2,6 @@
|
||||
//// REPLICATED ////
|
||||
//////////////////////////
|
||||
mp_allowed "1" // Whether multiplayer is allowed or not.
|
||||
developer "1" // Required for certain script functionality.
|
||||
|
||||
//////////////////////////
|
||||
//// SQUIRREL ////
|
||||
|
@ -6,6 +6,7 @@
|
||||
//////////////////////////
|
||||
cl_noTimeoutLocalHost "1" // Do not time-out on local connections.
|
||||
cl_threaded_bone_setup "0" // Has to be disabled on the client to prevent deadlock.
|
||||
cl_quota_stringCmdsPerSecond "256" // Max string commands submissions on the client.
|
||||
|
||||
//////////////////////////
|
||||
//// SIMULATION //// !!WARNING!!: CHANGING THESE CAN CAUSE SIMULATION ISSUES. DO NOT CHANGE FOR NON-DEBUG ACTIVITY!
|
||||
|
@ -4,7 +4,7 @@
|
||||
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 certain script functionality.
|
||||
developer "1" // Required for DEVELOPER script.
|
||||
|
||||
//////////////////////////
|
||||
//// NETCHAN ////
|
||||
|
@ -1,3 +1,2 @@
|
||||
-ansiclr
|
||||
-dev
|
||||
-playlistfile "playlists_r5_patch.txt"
|
||||
|
@ -1,6 +1,6 @@
|
||||
-ansiclr
|
||||
-notimeout
|
||||
-dev
|
||||
-devsdk
|
||||
-notimeout
|
||||
-tools
|
||||
-playlistfile "playlists_r5_patch.txt"
|
||||
|
@ -1,3 +1,2 @@
|
||||
-ansiclr
|
||||
-dev
|
||||
-playlistfile "playlists_r5_patch.txt"
|
||||
|
@ -1,4 +1,3 @@
|
||||
-dev
|
||||
-fnf
|
||||
-multiple
|
||||
-novid
|
||||
|
@ -1,4 +1,3 @@
|
||||
-dev
|
||||
-fnf
|
||||
-multiple
|
||||
-showdevmenu
|
||||
|
@ -1,5 +1,4 @@
|
||||
-ansiclr
|
||||
-dev
|
||||
-fnf
|
||||
-multiple
|
||||
-novid
|
||||
|
Loading…
x
Reference in New Issue
Block a user