r2396 - trunk/pro

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Apr 25 12:46:01 EDT 2007


Author: lordhavoc
Date: 2007-04-25 12:46:01 -0400 (Wed, 25 Apr 2007)
New Revision: 2396

Modified:
   trunk/pro/default.cfg
Log:
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


Modified: trunk/pro/default.cfg
===================================================================
--- trunk/pro/default.cfg	2007-04-25 16:45:13 UTC (rev 2395)
+++ trunk/pro/default.cfg	2007-04-25 16:46:01 UTC (rev 2396)
@@ -71,7 +71,7 @@
 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 @@
 // 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 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




More information about the nexuiz-commits mailing list