From 286b6933dad4f814f107ee4f8d0f57d01d3977cf Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Thu, 26 Sep 2019 15:55:50 +0200 Subject: [PATCH] remove infrequently used cvars, better descriptions --- server/server.cfg | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/server/server.cfg b/server/server.cfg index 896b03f6..0945cac3 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -87,16 +87,16 @@ // from the line start and change them to your liking. //skill 8 // the bots skill level +//bot_prefix -// if changing either of these two minplayers settigs, you should consider editing the `bots` alias so that the `bots` vote adds the right number of bots -//minplayers 0 // add bots if less then that number of players playing -//minplayers_per_team 0 // add bots to each team if less than that number of players playing +// Add bots to reach a minimum number of players. Will leave as players join. +// If changing either of these two minplayers settings, you should consider editing the `bots` alias so that the `bots` vote adds the right number of bots. +//minplayers +//minplayers_per_team //alias bots "minplayers 4; minplayers_per_team 2" -//g_maxplayers 0 // above this player count, only allow spectators -//bot_prefix [BOT] // prepend this to all botnames -//bot_suffix "" // append this to all botnames -//g_maplist_check_waypoints 0 // set this to 1 to skip maps without waypoints if there aren't enough players to play without bots +// Useful if you have maps without waypoints so they don't get picked accidentally - the bots would just stand around doing nothing. +//g_maplist_check_waypoints // Map voting screen //g_maplist_votable @@ -147,6 +147,7 @@ sv_vote_gametype 1 // uncommented because it's a suggested default //sv_status_privacy 1 // 1 hides IP addresses from "status" replies shown to clients, 0 shows them. Enables players to identify wellknown punks on your server OR is a threat to anonymity.. depending on your point of view :) +// NOTE: the following setting currently has no effect (the stats aren't actually collected, this might change in the future) // This line sends the following data to our servers: // - Date and time // - Your server IP address -- 2.39.2