mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update configuration files
This commit is contained in:
parent
0c766266f1
commit
2ad5a75172
@ -30,8 +30,8 @@ host_speeds "2" // Show general system r
|
||||
cl_showhoststats "1" // Shows detailed host stats.
|
||||
cl_hoststats_invert_rect_x "0" // Inverts the X rect for host speeds debug overlay.
|
||||
cl_hoststats_invert_rect_y "0" // Inverts the Y rect for host speeds debug overlay.
|
||||
cl_hoststats_offset_x "0" // Host stats 'X' offset.
|
||||
cl_hoststats_offset_y "0" // Host stats 'Y' offset.
|
||||
cl_hoststats_offset_x "10" // Host stats 'X' offset.
|
||||
cl_hoststats_offset_y "10" // Host stats 'Y' offset.
|
||||
|
||||
cl_showsimstats "1" // Shows detailed simulation stats.
|
||||
cl_simstats_invert_rect_x "1" // Inverts the X rect for simulation debug overlay.
|
||||
|
@ -4,4 +4,7 @@
|
||||
//////////////////////////
|
||||
//// SERVER ////
|
||||
//////////////////////////
|
||||
hostname "R5" // Determines the name of the server displayed in the server browser.
|
||||
sv_pylonvisibility "1" // Determines the visiblity to the Pylon Master Server (server browser), 0 = Not visible, 1 = Visible.
|
||||
|
||||
sv_requireOriginToken "0" // Enables origin token verification on the server
|
||||
|
@ -4,6 +4,9 @@
|
||||
//////////////////////////
|
||||
//// SERVER ////
|
||||
//////////////////////////
|
||||
hostname "R5" // Determines the name of the server displayed in the server browser.
|
||||
sv_pylonvisibility "1" // Determines the visiblity to the Pylon Master Server (server browser), 0 = Not visible, 1 = Visible.
|
||||
|
||||
sv_requireOriginToken "0" // Enables origin token verification on the server
|
||||
|
||||
//////////////////////////
|
||||
|
@ -4,4 +4,4 @@
|
||||
//////////////////////////
|
||||
//// GAME ////
|
||||
//////////////////////////
|
||||
// Put ConVar's you want to set on each level load here.
|
||||
// Put ConVar's you want to set on each game startup here.
|
||||
|
@ -3,5 +3,5 @@
|
||||
// See https://developer.valvesoftware.com/wiki/Source_RCON_Protocol for more information regarding RCON.
|
||||
// NOTE: This implementation is custom and differs slightly from Valve's implementation.
|
||||
|
||||
rcon_password "rconamos" // !! WARNING !! Keep empty to disable RCON. Only enable this if you plan on using RCON.
|
||||
rcon_password "" // !! WARNING !! Keep empty to disable RCON. Only enable this if you plan on using RCON.
|
||||
rcon_address "[127.0.0.1]:37015" // The RCON system will attempt to connect to this address when 'rcon' command is issued.
|
||||
|
@ -3,7 +3,7 @@
|
||||
// See https://developer.valvesoftware.com/wiki/Source_RCON_Protocol for more information regarding RCON.
|
||||
// NOTE: This implementation is custom and differs slightly from Valve's implementation.
|
||||
|
||||
rcon_password "rconamos" // !! WARNING !! Keep empty to disable RCON. Only enable this if you plan on using RCON.
|
||||
rcon_password "" // !! WARNING !! Keep empty to disable RCON. Only enable this if you plan on using RCON.
|
||||
sv_rcon_debug "1" // Show RCON debug information ( ! slower! ).
|
||||
sv_rcon_banpenalty "1" // Number of minutes to ban IP before removing from ban vector.
|
||||
sv_rcon_maxfailures "5" // Max number of tomes a user can ignore RCON authentication before being banned.
|
||||
|
@ -18,4 +18,3 @@
|
||||
-nomenuvid
|
||||
-nosendtable
|
||||
-playlistfile "playlists_r5_patch.txt"
|
||||
+map "mp_rr_canyonlands_staging"
|
||||
|
Loading…
x
Reference in New Issue
Block a user