From 2ea181a680a001038673e27a13e1e3dd383b744e Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 2 Nov 2010 17:44:58 +0100 Subject: [PATCH] add a section for "impure" settings in server.cfg --- server/server.cfg | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/server/server.cfg b/server/server.cfg index d6ee2cce..85d733d1 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -44,19 +44,7 @@ //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. @@ -114,3 +105,23 @@ //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 -- 2.39.2