From: Rudolf Polzer Date: Tue, 9 Nov 2010 21:21:00 +0000 (+0100) Subject: move minstagib up in thsi config X-Git-Tag: xonotic-v0.1.0preview~67 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=262e724c13a5abf95a51b3bd031ba8f19218a774 move minstagib up in thsi config --- diff --git a/server/server.cfg b/server/server.cfg index 14eeacab..0a6fe2af 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -109,6 +109,9 @@ //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) +///////////////////////////////////////////////////////////////////// +// "Obvious" mutators that are allowed on a "pure" server +//g_minstagib 0 // set to 1 for MinstaGib ///////////////////////////////////////////////////////////////////// @@ -116,14 +119,12 @@ // 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 +// 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