From 786a0654811ab47381cfc1b30020a484c3e41240 Mon Sep 17 00:00:00 2001 From: div0 Date: Sun, 21 Jan 2007 13:18:43 +0000 Subject: [PATCH] merge default.cfg -> pro git-svn-id: svn://svn.icculus.org/nexuiz/trunk@2135 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- pro/default.cfg | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/pro/default.cfg b/pro/default.cfg index ee3740a81..693f747d9 100644 --- a/pro/default.cfg +++ b/pro/default.cfg @@ -81,6 +81,13 @@ scr_conforcewhiledisconnected 0 scr_menuforcewhiledisconnected 1 v_deathtilt 0 // needed for spectators (who are dead to avoid prediction) +// nexuiz-linux-*.sh will use this +seta vid_x11_display "" +// This can have three possible settings: +// "" run as usual +// ":n" use DISPLAY=:n, create it if needed +// ":n/layout" use DISPLAY=:n, create it if needed with ServerLayout layout + // server settings seta hostname "Nexuiz Server" seta sv_maxrate 10000 @@ -250,6 +257,24 @@ seta g_ctf_capture_limit -1 seta g_domination_point_limit -1 seta g_runematch_point_limit -1 +// respawn delay +set g_respawn_delay 0.5 +set g_respawn_waves 0 +// when variables are set to 0, they take over the global setting... +// to force disable delay or waves, set them to 0.125 +set g_ctf_respawn_delay 0 +set g_ctf_respawn_waves 0 +set g_dm_respawn_delay 0 +set g_dm_respawn_waves 0 +set g_dom_respawn_delay 0 +set g_dom_respawn_waves 0 +set g_lms_respawn_delay 0 +set g_lms_respawn_waves 0 +set g_rune_respawn_delay 0 +set g_rune_respawn_waves 0 +set g_tdm_respawn_delay 0 +set g_tdm_respawn_waves 0 + // maximum overtime seta timelimit_maxovertime 5 @@ -686,6 +711,8 @@ set sv_vote_commands "restart timelimit fraglimit chmap gotomap g_grappling_hook set sv_vote_call 1 // users can call a vote to become master set sv_vote_master 1 +// when set, users can use "vdo master (password)" to log in as master +set sv_vote_master_password "" // set to 1 to allow to change you vote/mind set sv_vote_change 0 // set to 1 to count votes once after timeout or to 0 to count with every vote @@ -784,3 +811,6 @@ set sv_allow_shownames 1 alias teamstatus "set _scoreboard 1" con_chatwidth 1.0 + +net_banlist "" +seta _alientrap_net_banlist "" -- 2.39.2