]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
remove infrequently used cvars, better descriptions martin-t/example-config
authorMartin Taibr <taibr.martin@gmail.com>
Thu, 26 Sep 2019 13:55:50 +0000 (15:55 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Thu, 26 Sep 2019 13:55:50 +0000 (15:55 +0200)
server/server.cfg

index 896b03f6addd9debce2ca1c4ded30c56645f2d2b..0945cac32365dd4b926aaa69931bac5e452058ca 100644 (file)
 // 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