]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/server.cfg
Simplify test for "time".
[xonotic/xonotic.git] / server / server.cfg
index 3e945588e455d8116b605c86dd0895b5f654d270..a179ad92d124a2c2fd619ba5cd6594186c4b4506 100644 (file)
@@ -69,7 +69,7 @@
 //g_maplist_votable_abstain 0  // when 1, people get a "don't care" selection in the vote screen
 //g_maplist_votable_nodetail 1 // when 1, people can't see how many voted for what (to thwart abusive "influential" first votes)
 
-//sv_vote_commands "restart fraglimit chmap gotomap nextmap endmatch reducematchtime extendmatchtime allready kick cointoss movetoauto"        // players can vote for those commands or use them if they are masters. You canm also add 'g_grappling_hook' for hook voting, and 'sv_fbskin_green sv_fbskin_red sv_fbskin_orange sv_fbskin_off' for fbskin voting.
+//sv_vote_commands "restart fraglimit chmap gotomap nextmap endmatch reducematchtime extendmatchtime allready kick cointoss movetoauto shuffleteams"   // players can vote for those commands or use them if they are masters. You canm also add 'g_grappling_hook' for hook voting, and 'sv_fbskin_green sv_fbskin_red sv_fbskin_orange sv_fbskin_off' for fbskin voting.
 //sv_vote_master_commands "movetored movetoblue movetoyellow movetopink"       // add commands masters can use if logged in or elected. You may want to put 'kickban' here, so masters can keep out punks. It may be good to also put "sv_status_privacy 0" then...
 //rcon_restricted_commands "restart fraglimit chmap gotomap endmatch reducematchtime extendmatchtime allready kick kickban \"sv_cmd bans\" \"sv_cmd unban\" status \"sv_cmd teamstatus\" movetoauto movetored movetoblue movetoyellow movetopink"      // commands for the (stronger) rcon restricted
 
@@ -139,8 +139,6 @@ sv_weaponstats_file http://www.xonotic.org/weaponbalance/
 /////////////////////////////////////////////////////////////////////
 // Some more advanced settings.  You probably are not interested in changing them at all.
 
-//sys_ticrate 0.0333333        // change to 0.0166667 if your server can take the abuse, can make the game a bit more fluent
-
 //sv_ready_restart 0   // 1 to allow players to restart the map when all of them press the ready button
 //sv_ready_restart_after_countdown 0   // if set to 1 the players and map items are reset after the countdown ended, otherwise they're reset already at the beginning of the countdown
 //sv_ready_restart_repeatable 0        "allows the players to restart the game as often as needed
@@ -161,9 +159,9 @@ sv_weaponstats_file http://www.xonotic.org/weaponbalance/
 //g_fullbrightitems 0  // 1 to make items fullbright
 
 //g_balance_teams 1    // 0 will show players the team selection menu after joining instead of automaticly putting them on the smaller team
-//g_balance_teams_force 0      // 1 to automaticly balance teams even during a game
+//g_balance_teams_prevent_imbalance 1  // 0 to prevent switchint to a bigger/begger team
 
-//g_ban_sync_uri "http://94.23.21.40/~xonotic/bans/" // sync bans using this ban list provider (disabled by default, uncomment this line to enable)
+//g_ban_sync_uri "http://46.38.241.138/~xonotic/bans/" // sync bans using this ban list provider (disabled by default, uncomment this line to enable)
 //g_ban_sync_trusted_servers "" // accept bans that were initially set on the server IPs listed here (if not set, your bans are just sent to the sync URIs, but no bans are retrieved from there)
 
 //g_spawnshieldtime 1  // time for which players are protected after spawn
@@ -191,5 +189,7 @@ sv_weaponstats_file http://www.xonotic.org/weaponbalance/
 //sv_gravity 800       // for low gravity, set this somewhere between 50 and 400
 
 // select AT MOST one of these arena mutators (if you didn't select g_minstagib)
-//g_nixnex 0   // set to 1 for No Items Xonotic
-//g_nixnex_with_laser 0        // set to 1 to always give players the laser in NixNex
+//g_nix is "0" ["0"] No Items Xonotic - instead of pickup items, everyone plays with the same weapon. After some time, a countdown will start, after which everyone will switch to another weapon, and so on
+//g_nix_with_healtharmor is "0" ["0"] when 1, health and armor still show up in NIX
+//g_nix_with_laser is "0" ["0"] always carry the laser as an additional weapon in NIX
+//g_nix_with_powerups is "0" ["0"] when 1, powerups still show up in NIX