From 23bd3e26cd35c081f1e3e51ee783a8f73ed8d9ce Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Mon, 6 Sep 2010 16:24:56 +0300 Subject: [PATCH] Enable some effects and remove some useless cvars --- data/defaultVoretournament.cfg | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/data/defaultVoretournament.cfg b/data/defaultVoretournament.cfg index f951e081..3f7b2e52 100644 --- a/data/defaultVoretournament.cfg +++ b/data/defaultVoretournament.cfg @@ -659,21 +659,15 @@ scr_conbrightness 0.2 scr_screenshot_jpeg 1 scr_screenshot_jpeg_quality 0.9 sv_maxvelocity 1000000000 -cl_sound_wizardhit "" -cl_sound_hknighthit "" -cl_sound_tink1 weapons/tink1.wav -cl_sound_ric1 weapons/ric1.wav -cl_sound_ric2 weapons/ric2.wav -cl_sound_ric3 weapons/ric3.wav -cl_sound_r_exp3 "" -sv_sound_land "" -sv_sound_watersplash "" -seta cl_sound_maptime_warning "1" "play announcer sound telling you the remaining maptime - 0: do not play at all, 1: play at one minute, 2: play at five minutes, 3: play both" +seta cl_sound_maptime_warning "3" "play announcer sound telling you the remaining maptime - 0: do not play at all, 1: play at one minute, 2: play at five minutes, 3: play both" seta cl_notify_carried_items "3" "notify you of carried items when you obtain them (e.g. flags in CTF) - 0: disabled, 1: notify of taken items, 2: notify of picking up dropped items, 3: notify of both" seta cl_hitsound 1 "play a hit notifier sound when you have hit an enemy" seta cl_announcer default "name of the announcer you wish to use from data/sound/announcer" +seta cl_itembobheight 10 +seta cl_itembobspeed 0.5 + // startmap_dm is used when running with the -listen or -dedicated commandline options set serverconfig server.cfg alias startmap_dm "set _sv_init 0; map _init/_init; exec $serverconfig; set _sv_init 1; map _init/_init" @@ -1136,7 +1130,7 @@ seta menu_slist_showfull 1 "show servers even if they are full and have no slots seta menu_slist_showempty 1 "show servers even if they are no empty and have no opponents to play against" set menu_slist_modfilter "=" // set to either: !modname or modname. modname of = means "same as we are running now". -seta menu_maxplayers 8 "maxplayers value when the menu starts a game" +seta menu_maxplayers 16 "maxplayers value when the menu starts a game" // command executed before loading a map by the menu // makes sure maxplayers is at least minplayers or bot_number + 1 -- 2.39.2