From cef3f5b390a18449d34d6a6de7a7e3666a4400aa Mon Sep 17 00:00:00 2001 From: esteel Date: Sun, 16 Mar 2008 10:17:31 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3510 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/default.cfg | 62 +++++++++++++++++++++++++---------------------- data/keybinds.txt | 4 +++ pro/default.cfg | 62 +++++++++++++++++++++++++---------------------- 3 files changed, 70 insertions(+), 58 deletions(-) diff --git a/data/default.cfg b/data/default.cfg index 63c491013..fb5378dc2 100644 --- a/data/default.cfg +++ b/data/default.cfg @@ -236,7 +236,7 @@ set g_norecoil 0 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 @@ set joy_sensitivityyaw "-1.8" // 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_0 "set settemp_var _settemp_x; set settemp_list 0" 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" diff --git a/data/keybinds.txt b/data/keybinds.txt index 77fcb1124..a16c9c051 100644 --- a/data/keybinds.txt +++ b/data/keybinds.txt @@ -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" diff --git a/pro/default.cfg b/pro/default.cfg index 60f53fb70..1fe4b8f90 100644 --- a/pro/default.cfg +++ b/pro/default.cfg @@ -236,7 +236,7 @@ set g_norecoil 1 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 @@ set joy_sensitivityyaw "-1.8" // 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_0 "set settemp_var _settemp_x; set settemp_list 0" 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" -- 2.39.2