]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
add a section for "impure" settings in server.cfg
authorRudolf Polzer <divverent@alientrap.org>
Tue, 2 Nov 2010 16:44:58 +0000 (17:44 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 2 Nov 2010 16:44:58 +0000 (17:44 +0100)
server/server.cfg

index d6ee2cce644f3c85357b5a54fbdba61d0b0504a7..85d733d15fbed051f30734489ea93ba27e20820d 100644 (file)
 //gametype dm
 
 
-// enable some mutators you'd like
-//g_cloaked 0  // set to 1 for transparent hard to see players
-//g_footsteps 0        // set to 1 to enable footsteps
-//g_grappling_hook 0   // set to 1 to enable the hook
-//g_laserguided_missile 0      // set to 1 for laser guided missiles in the RL
-//g_midair 0   // set to 1 to make only midair damage count
-//g_vampire 0  // set to 1 to give players the damage they cause as health
-//sv_gravity 800       // for low gravity, set this somewhere between 50 and 400
 
-// select AT MOST one of these arena mutators
-//g_minstagib 0        // set to 1 for 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
 
 /////////////////////////////////////////////////////////////////////
 // Some settings you MIGHT want to change.  Again IF so remove the //
@@ -90,6 +78,9 @@
 //sv_vote_simple_majority_factor 0     // 0.666 will win votes by a 2/3 majority of the VOTERS (not the players!)
 // note: to JUST support simple majorities, set these two factors equal
 
+
+
+
 /////////////////////////////////////////////////////////////////////
 // Some more advanced settings.  You probably are not interested in changing them at all.
 
 
 //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_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)
+
+
+
+
+/////////////////////////////////////////////////////////////////////
+// WARNING: anything below this line makes your server "impure"!
+
+// enable some mutators you'd like
+//g_cloaked 0  // set to 1 for transparent hard to see players
+//g_footsteps 0        // set to 1 to enable footsteps
+//g_grappling_hook 0   // set to 1 to enable the hook
+//g_laserguided_missile 0      // set to 1 for laser guided missiles in the RL
+//g_midair 0   // set to 1 to make only midair damage count
+//g_vampire 0  // set to 1 to give players the damage they cause as health
+//sv_gravity 800       // for low gravity, set this somewhere between 50 and 400
+
+// select AT MOST one of these arena mutators
+//g_minstagib 0        // set to 1 for 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