From 7eeb9ef69f05742076a96e2362c954888601abcf Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Wed, 25 Apr 2007 16:46:01 +0000 Subject: [PATCH] updated pro with the recent changes to default.cfg changed default bgmvolume from 0.2 to 0, because pro gamers don't really care about the music git-svn-id: svn://svn.icculus.org/nexuiz/trunk@2396 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- pro/default.cfg | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/pro/default.cfg b/pro/default.cfg index b7ba18340..3cad48f75 100644 --- a/pro/default.cfg +++ b/pro/default.cfg @@ -71,7 +71,7 @@ sensitivity 6 seta scmenu_mouse_speed 1 v_gamma 1.125000 viewsize 110 -bgmvolume 0.2 +bgmvolume 0 volume 0.5 // fullscreen 800x600x32bit vid_bitsperpixel 32 @@ -526,17 +526,17 @@ bind F4 ready // team say bind kp_ins messagemode bind kp_del messagemode2 -bind kp_end "say_team quad soon (l:%l h:%h a:%a w:%w)" -bind kp_downarrow "say_team item free x:%x (l:%l h:%h a:%a w:%w)" -bind kp_pgdn "say_team took item (l:%l h:%h a:%a w:%w)" -bind kp_leftarrow "say_team negative (l:%l h:%h a:%a w:%w)" -bind kp_5 "say_team help me (l:%l h:%h a:%a w:%w)" -bind kp_rightarrow "say_team enemy seen (l:%l h:%h a:%a w:%w)" -bind kp_home "say_team defending (l:%l h:%h a:%a w:%w)" -bind kp_uparrow "say_team roaming (l:%l h:%h a:%a w:%w)" -bind kp_pgup "say_team attacking (l:%l h:%h a:%a w:%w)" -bind kp_multiply "say_team killed flagcarrier (l:%l h:%h a:%a w:%w)" -bind kp_slash "say_team dropped flag (l:%l h:%h a:%a w:%w)" +bind kp_end "say_team quad soon" +bind kp_downarrow "say_team free item %x^7 (%y^7);g_waypointsprite_team_here_p" +bind kp_pgdn "say_team took item (%l^7);g_waypointsprite_team_here" +bind kp_leftarrow "say_team negative" +bind kp_5 "say_team need help (%l^7) (%h^7 %a^7 %w^7);g_waypointsprite_team_helpme" +bind kp_rightarrow "say_team enemy seen (%y^7);g_waypointsprite_team_danger_p" +bind kp_home "say_team defending (%l^7) (%h^7 %a^7 %w^7);g_waypointsprite_team_here" +bind kp_uparrow "say_team roaming (%l^7) (%h^7 %a^7 %w^7);g_waypointsprite_team_here" +bind kp_pgup "say_team attacking (%l^7) (%h^7 %a^7 %w^7);g_waypointsprite_team_here" +bind kp_multiply "say_team killed flagcarrier (%y^7);g_waypointsprite_team_p" +bind kp_slash "say_team dropped flag (%d^7);g_waypointsprite_team_d" bind kp_enter "say :-) / nice one" bind kp_plus "say good game" bind kp_minus "say hi / good luck and have fun" @@ -612,7 +612,8 @@ set sv_eventlog_files_namesuffix .log set nextmap "" // override the maplist when switching to the next map set lastlevel "" -set quit_when_empty 0 // set to 1, then the server exits when the next level starts +set quit_when_empty 0 // set to 1, then the server exits when the next level would start but is empty +set quit_and_redirect "" // set to an IP to redirect all players at the end of the match to another server. Set to "self" to let all players reconnect at the end of the match (use it to make seamless engine updates) // singleplayer campaign set g_campaign 0 -- 2.39.2