r3510 - in trunk: data pro

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Mar 16 06:17:31 EDT 2008


Author: esteel
Date: 2008-03-16 06:17:31 -0400 (Sun, 16 Mar 2008)
New Revision: 3510

Modified:
   trunk/data/default.cfg
   trunk/data/keybinds.txt
   trunk/pro/default.cfg
Log:
added bloodprionsctf to maplist
turned all the KP_ binds into userbinds so people can finally see those chat binds in the menu AND have some examples on how to use userbinds.
raised userbinds from 16 to 20


Modified: trunk/data/default.cfg
===================================================================
--- trunk/data/default.cfg	2008-03-15 18:24:58 UTC (rev 3509)
+++ trunk/data/default.cfg	2008-03-16 10:17:31 UTC (rev 3510)
@@ -236,7 +236,7 @@
 set g_throughfloor 1
 set g_maplist_mostrecent ""
 seta g_maplist_mostrecent_count 3 // number of most recent maps that are blocked from being played again
-seta g_maplist "aggressor aneurysm basement basementctf bleach bloodprison bluesky darkzone dieselpower dismal downer evilspace farewell final_rage reslimed ruiner runningman runningman_1on1remix runningmanctf silvercity skyway slimepit soylent starship stormkeep strength toxic warfare"
+seta g_maplist "aggressor aneurysm basement basementctf bleach bloodprison bloodprisonctf bluesky darkzone dieselpower dismal downer evilspace farewell final_rage reslimed ruiner runningman_1on1remix runningman runningmanctf silvercity skyway slimepit soylent starship stormkeep strength toxic warfare"
 seta g_maplist_index 0 // this is used internally for saving position in maplist cycle
 seta g_maplist_selectrandom 0 // if 1, a random map will be chosen as next map - DEPRECATED in favor of g_maplist_shuffle
 seta g_maplist_shuffle 1 // new randomization method: like selectrandom, but avoid playing the same maps in short succession. This works by taking out the first element and inserting it into g_maplist with a bias to the end of the list.
@@ -598,20 +598,20 @@
 // team say
 bind kp_ins messagemode
 bind kp_del messagemode2
-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_here_d"
-bind kp_enter "say :-) / nice one"
-bind kp_plus "say good game"
-bind kp_minus "say hi / good luck and have fun"
+bind kp_end "+userbind 1"
+bind kp_downarrow "+userbind 2"
+bind kp_pgdn "+userbind 3"
+bind kp_leftarrow "+userbind 4"
+bind kp_5 "+userbind 5"
+bind kp_rightarrow "+userbind 6"
+bind kp_home "+userbind 7"
+bind kp_uparrow "+userbind 8"
+bind kp_pgup "+userbind 9"
+bind kp_multiply "+userbind 10"
+bind kp_slash "+userbind 11"
+bind kp_enter "+userbind 12"
+bind kp_plus "+userbind 13"
+bind kp_minus "+userbind 14"
 
 // these commands can be voted
 set sv_vote_commands "restart timelimit fraglimit chmap gotomap g_grappling_hook sv_defaultplayer_fbskin_green sv_defaultplayer_fbskin_red sv_defaultplayer_fbskin_orange sv_defaultplayer_fbskin_off endmatch reducematchtime extendmatchtime"
@@ -839,22 +839,26 @@
 alias _settemp_restore_1 "$1 \"${$2}\"; _settemp_restore_${3- asis}"
 
 // usercommands. These can be edited and bound by the menu.
-seta "userbind1_press" "";  seta "userbind1_release" "";  seta "userbind1_description" ""
-seta "userbind2_press" "";  seta "userbind2_release" "";  seta "userbind2_description" ""
-seta "userbind3_press" "";  seta "userbind3_release" "";  seta "userbind3_description" ""
-seta "userbind4_press" "";  seta "userbind4_release" "";  seta "userbind4_description" ""
-seta "userbind5_press" "";  seta "userbind5_release" "";  seta "userbind5_description" ""
-seta "userbind6_press" "";  seta "userbind6_release" "";  seta "userbind6_description" ""
-seta "userbind7_press" "";  seta "userbind7_release" "";  seta "userbind7_description" ""
-seta "userbind8_press" "";  seta "userbind8_release" "";  seta "userbind8_description" ""
-seta "userbind9_press" "";  seta "userbind9_release" "";  seta "userbind9_description" ""
-seta "userbind10_press" ""; seta "userbind10_release" ""; seta "userbind10_description" ""
-seta "userbind11_press" ""; seta "userbind11_release" ""; seta "userbind11_description" ""
-seta "userbind12_press" ""; seta "userbind12_release" ""; seta "userbind12_description" ""
-seta "userbind13_press" ""; seta "userbind13_release" ""; seta "userbind13_description" ""
-seta "userbind14_press" ""; seta "userbind14_release" ""; seta "userbind14_description" ""
+seta "userbind1_press" "say_team quad soon";  seta "userbind1_release" "";  seta "userbind1_description" "team: quad soon"
+seta "userbind2_press" "say_team free item %x^7 (%y^7);g_waypointsprite_team_here_p";  seta "userbind2_release" "";  seta "userbind2_description" "team: free item, icon"
+seta "userbind3_press" "say_team took item (%l^7);g_waypointsprite_team_here";  seta "userbind3_release" "";  seta "userbind3_description" "team: took item, icon"
+seta "userbind4_press" "say_team negative";  seta "userbind4_release" "";  seta "userbind4_description" "team: negative"
+seta "userbind5_press" "say_team need help (%l^7) (%h^7 %a^7 %w^7);g_waypointsprite_team_helpme";  seta "userbind5_release" "";  seta "userbind5_description" "team: need help, icon"
+seta "userbind6_press" "say_team enemy seen (%y^7);g_waypointsprite_team_danger_p";  seta "userbind6_release" "";  seta "userbind6_description" "team: enemy seen, icon"
+seta "userbind7_press" "say_team defending (%l^7) (%h^7 %a^7 %w^7);g_waypointsprite_team_here";  seta "userbind7_release" "";  seta "userbind7_description" "team: defending, icon"
+seta "userbind8_press" "say_team roaming (%l^7) (%h^7 %a^7 %w^7);g_waypointsprite_team_here";  seta "userbind8_release" "";  seta "userbind8_description" "team: roaming, icon"
+seta "userbind9_press" "say_team attacking (%l^7) (%h^7 %a^7 %w^7);g_waypointsprite_team_here";  seta "userbind9_release" "";  seta "userbind9_description" "team: attacking, icon"
+seta "userbind10_press" "say_team killed flagcarrier (%y^7);g_waypointsprite_team_p"; seta "userbind10_release" ""; seta "userbind10_description" "team: killed flag, icon"
+seta "userbind11_press" "say_team dropped flag (%d^7);g_waypointsprite_team_here_d"; seta "userbind11_release" ""; seta "userbind11_description" "team: dropped flag, icon"
+seta "userbind12_press" "say :-) / nice one"; seta "userbind12_release" ""; seta "userbind12_description" "chat: nice one"
+seta "userbind13_press" "say good game"; seta "userbind13_release" ""; seta "userbind13_description" "chat: good game"
+seta "userbind14_press" "say hi / good luck and have fun"; seta "userbind14_release" ""; seta "userbind14_description" "chat: hi / good luck"
 seta "userbind15_press" ""; seta "userbind15_release" ""; seta "userbind15_description" ""
 seta "userbind16_press" ""; seta "userbind16_release" ""; seta "userbind16_description" ""
+seta "userbind17_press" ""; seta "userbind17_release" ""; seta "userbind17_description" ""
+seta "userbind18_press" ""; seta "userbind18_release" ""; seta "userbind18_description" ""
+seta "userbind19_press" ""; seta "userbind19_release" ""; seta "userbind19_description" ""
+seta "userbind20_press" ""; seta "userbind20_release" ""; seta "userbind20_description" ""
 alias _userbind_call "${$1}"
 alias +userbind "_userbind_call userbind${1}_press"
 alias -userbind "_userbind_call userbind${1}_release"

Modified: trunk/data/keybinds.txt
===================================================================
--- trunk/data/keybinds.txt	2008-03-15 18:24:58 UTC (rev 3509)
+++ trunk/data/keybinds.txt	2008-03-16 10:17:31 UTC (rev 3510)
@@ -69,3 +69,7 @@
 "+userbind 14"                          "$userbind14"
 "+userbind 15"                          "$userbind15"
 "+userbind 16"                          "$userbind16"
+"+userbind 17"                          "$userbind17"
+"+userbind 18"                          "$userbind18"
+"+userbind 19"                          "$userbind19"
+"+userbind 20"                          "$userbind20"

Modified: trunk/pro/default.cfg
===================================================================
--- trunk/pro/default.cfg	2008-03-15 18:24:58 UTC (rev 3509)
+++ trunk/pro/default.cfg	2008-03-16 10:17:31 UTC (rev 3510)
@@ -236,7 +236,7 @@
 set g_throughfloor 0
 set g_maplist_mostrecent ""
 seta g_maplist_mostrecent_count 3 // number of most recent maps that are blocked from being played again
-seta g_maplist "aggressor aneurysm basement basementctf bleach bloodprison bluesky darkzone dieselpower dismal downer evilspace farewell final_rage reslimed ruiner runningman runningman_1on1remix runningmanctf silvercity skyway slimepit soylent starship stormkeep strength toxic warfare"
+seta g_maplist "aggressor aneurysm basement basementctf bleach bloodprison bloodprisonctf bluesky darkzone dieselpower dismal downer evilspace farewell final_rage reslimed ruiner runningman_1on1remix runningman runningmanctf silvercity skyway slimepit soylent starship stormkeep strength toxic warfare"
 seta g_maplist_index 0 // this is used internally for saving position in maplist cycle
 seta g_maplist_selectrandom 0 // if 1, a random map will be chosen as next map - DEPRECATED in favor of g_maplist_shuffle
 seta g_maplist_shuffle 1 // new randomization method: like selectrandom, but avoid playing the same maps in short succession. This works by taking out the first element and inserting it into g_maplist with a bias to the end of the list.
@@ -598,20 +598,20 @@
 // team say
 bind kp_ins messagemode
 bind kp_del messagemode2
-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_here_d"
-bind kp_enter "say :-) / nice one"
-bind kp_plus "say good game"
-bind kp_minus "say hi / good luck and have fun"
+bind kp_end "+userbind 1"
+bind kp_downarrow "+userbind 2"
+bind kp_pgdn "+userbind 3"
+bind kp_leftarrow "+userbind 4"
+bind kp_5 "+userbind 5"
+bind kp_rightarrow "+userbind 6"
+bind kp_home "+userbind 7"
+bind kp_uparrow "+userbind 8"
+bind kp_pgup "+userbind 9"
+bind kp_multiply "+userbind 10"
+bind kp_slash "+userbind 11"
+bind kp_enter "+userbind 12"
+bind kp_plus "+userbind 13"
+bind kp_minus "+userbind 14"
 
 // these commands can be voted
 set sv_vote_commands "restart timelimit fraglimit chmap gotomap g_grappling_hook sv_defaultplayer_fbskin_green sv_defaultplayer_fbskin_red sv_defaultplayer_fbskin_orange sv_defaultplayer_fbskin_off endmatch reducematchtime extendmatchtime"
@@ -839,22 +839,26 @@
 alias _settemp_restore_1 "$1 \"${$2}\"; _settemp_restore_${3- asis}"
 
 // usercommands. These can be edited and bound by the menu.
-seta "userbind1_press" "";  seta "userbind1_release" "";  seta "userbind1_description" ""
-seta "userbind2_press" "";  seta "userbind2_release" "";  seta "userbind2_description" ""
-seta "userbind3_press" "";  seta "userbind3_release" "";  seta "userbind3_description" ""
-seta "userbind4_press" "";  seta "userbind4_release" "";  seta "userbind4_description" ""
-seta "userbind5_press" "";  seta "userbind5_release" "";  seta "userbind5_description" ""
-seta "userbind6_press" "";  seta "userbind6_release" "";  seta "userbind6_description" ""
-seta "userbind7_press" "";  seta "userbind7_release" "";  seta "userbind7_description" ""
-seta "userbind8_press" "";  seta "userbind8_release" "";  seta "userbind8_description" ""
-seta "userbind9_press" "";  seta "userbind9_release" "";  seta "userbind9_description" ""
-seta "userbind10_press" ""; seta "userbind10_release" ""; seta "userbind10_description" ""
-seta "userbind11_press" ""; seta "userbind11_release" ""; seta "userbind11_description" ""
-seta "userbind12_press" ""; seta "userbind12_release" ""; seta "userbind12_description" ""
-seta "userbind13_press" ""; seta "userbind13_release" ""; seta "userbind13_description" ""
-seta "userbind14_press" ""; seta "userbind14_release" ""; seta "userbind14_description" ""
+seta "userbind1_press" "say_team quad soon";  seta "userbind1_release" "";  seta "userbind1_description" "team: quad soon"
+seta "userbind2_press" "say_team free item %x^7 (%y^7);g_waypointsprite_team_here_p";  seta "userbind2_release" "";  seta "userbind2_description" "team: free item, icon"
+seta "userbind3_press" "say_team took item (%l^7);g_waypointsprite_team_here";  seta "userbind3_release" "";  seta "userbind3_description" "team: took item, icon"
+seta "userbind4_press" "say_team negative";  seta "userbind4_release" "";  seta "userbind4_description" "team: negative"
+seta "userbind5_press" "say_team need help (%l^7) (%h^7 %a^7 %w^7);g_waypointsprite_team_helpme";  seta "userbind5_release" "";  seta "userbind5_description" "team: need help, icon"
+seta "userbind6_press" "say_team enemy seen (%y^7);g_waypointsprite_team_danger_p";  seta "userbind6_release" "";  seta "userbind6_description" "team: enemy seen, icon"
+seta "userbind7_press" "say_team defending (%l^7) (%h^7 %a^7 %w^7);g_waypointsprite_team_here";  seta "userbind7_release" "";  seta "userbind7_description" "team: defending, icon"
+seta "userbind8_press" "say_team roaming (%l^7) (%h^7 %a^7 %w^7);g_waypointsprite_team_here";  seta "userbind8_release" "";  seta "userbind8_description" "team: roaming, icon"
+seta "userbind9_press" "say_team attacking (%l^7) (%h^7 %a^7 %w^7);g_waypointsprite_team_here";  seta "userbind9_release" "";  seta "userbind9_description" "team: attacking, icon"
+seta "userbind10_press" "say_team killed flagcarrier (%y^7);g_waypointsprite_team_p"; seta "userbind10_release" ""; seta "userbind10_description" "team: killed flag, icon"
+seta "userbind11_press" "say_team dropped flag (%d^7);g_waypointsprite_team_here_d"; seta "userbind11_release" ""; seta "userbind11_description" "team: dropped flag, icon"
+seta "userbind12_press" "say :-) / nice one"; seta "userbind12_release" ""; seta "userbind12_description" "chat: nice one"
+seta "userbind13_press" "say good game"; seta "userbind13_release" ""; seta "userbind13_description" "chat: good game"
+seta "userbind14_press" "say hi / good luck and have fun"; seta "userbind14_release" ""; seta "userbind14_description" "chat: hi / good luck"
 seta "userbind15_press" ""; seta "userbind15_release" ""; seta "userbind15_description" ""
 seta "userbind16_press" ""; seta "userbind16_release" ""; seta "userbind16_description" ""
+seta "userbind17_press" ""; seta "userbind17_release" ""; seta "userbind17_description" ""
+seta "userbind18_press" ""; seta "userbind18_release" ""; seta "userbind18_description" ""
+seta "userbind19_press" ""; seta "userbind19_release" ""; seta "userbind19_description" ""
+seta "userbind20_press" ""; seta "userbind20_release" ""; seta "userbind20_description" ""
 alias _userbind_call "${$1}"
 alias +userbind "_userbind_call userbind${1}_press"
 alias -userbind "_userbind_call userbind${1}_release"




More information about the nexuiz-commits mailing list