diff --git a/r5dev/resource/cfg/autoexec_client_dev.cfg b/r5dev/resource/cfg/autoexec_client_dev.cfg index 8b6a20da..7bdbee09 100644 --- a/r5dev/resource/cfg/autoexec_client_dev.cfg +++ b/r5dev/resource/cfg/autoexec_client_dev.cfg @@ -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. diff --git a/r5dev/resource/cfg/autoexec_server.cfg b/r5dev/resource/cfg/autoexec_server.cfg index aafca6d0..196c9dc3 100644 --- a/r5dev/resource/cfg/autoexec_server.cfg +++ b/r5dev/resource/cfg/autoexec_server.cfg @@ -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 diff --git a/r5dev/resource/cfg/autoexec_server_dev.cfg b/r5dev/resource/cfg/autoexec_server_dev.cfg index cbe54997..8a050d76 100644 --- a/r5dev/resource/cfg/autoexec_server_dev.cfg +++ b/r5dev/resource/cfg/autoexec_server_dev.cfg @@ -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 ////////////////////////// diff --git a/r5dev/resource/cfg/game.cfg b/r5dev/resource/cfg/game.cfg index d0d38f1f..a7a7abc2 100644 --- a/r5dev/resource/cfg/game.cfg +++ b/r5dev/resource/cfg/game.cfg @@ -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. diff --git a/r5dev/resource/cfg/rcon_client_dev.cfg b/r5dev/resource/cfg/rcon_client_dev.cfg index 05ad06f6..7198c3a8 100644 --- a/r5dev/resource/cfg/rcon_client_dev.cfg +++ b/r5dev/resource/cfg/rcon_client_dev.cfg @@ -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. diff --git a/r5dev/resource/cfg/rcon_server_dev.cfg b/r5dev/resource/cfg/rcon_server_dev.cfg index e926f92b..d6cdc759 100644 --- a/r5dev/resource/cfg/rcon_server_dev.cfg +++ b/r5dev/resource/cfg/rcon_server_dev.cfg @@ -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. diff --git a/r5dev/resource/cfg/startup_dedi_retail.cfg b/r5dev/resource/cfg/startup_dedi_retail.cfg index 39d95f61..0d098f37 100644 --- a/r5dev/resource/cfg/startup_dedi_retail.cfg +++ b/r5dev/resource/cfg/startup_dedi_retail.cfg @@ -18,4 +18,3 @@ -nomenuvid -nosendtable -playlistfile "playlists_r5_patch.txt" -+map "mp_rr_canyonlands_staging"