Quote:
Originally Posted by Ydiss
Quote:
Originally Posted by quickfist
i found this on another forum but i dont know if it works
bind KP_HOME
bind KP_UPARROW
bind KP_PGUP
bind KP_LEFTARROW
bind KP_5
bind KP_RIGHTARROW
bind KP_END
bind KP_DOWNARROW
bind KP_PGDN
bind KP_ENTER
bind KP_DEL
bind KP_SLASH
bind KP_MINUS
bind KP_PLUS
bind KP_NUMLOCK
|
That won't do anything, you need to add the command after each line - in the case of instant voice commands you need to do a little scripting - I have seen it before but the search engine here is shot so I won't bother looking for it.
I'm sure that Mpowell knows how to do it and possibly Joe.
|
oh i thaught he needed the keys not the taunts :s oops
here all the names off the voice commands
//
// Aliases
//
alias move_in "say *11"
alias fall_back "say *12"
alias left_flank "say *13"
alias right_flank "say *14"
alias hold_pos "say *15"
alias cover_fire "say *16"
alias regroup "say *17"
alias cover_me "say *21"
alias cover_you "say *22"
alias follow_me "say *23"
alias take_point "say *24"
alias take_lead "say *25"
alias taking_fire "say *26"
alias charge_cmd "say *27"
alias attack_cmd "say *28"
alias open_fire "say *29"
alias yes_sir "say *31"
alias no_sir "say *32"
alias enemy_spot "say *33"
alias sniper_spot "say *34"
alias nade_cover "say *35"
alias area_clear "say *36"
alias great_shot "say *37"
alias thanks "say *38"
alias owe_you "say *39"
alias all_u_got "say *41"
alias out_men "say *42"
alias yellow_belly "say *43"
alias cowards "say *44"
alias target_practice "say *45"
alias come_prepared "say *46"
alias try_again "say *47"
alias shoot_better "say *48"
alias made_mess "say *49"
alias get_killed "say *51"
alias poor_leader "say *52"
alias good_rid "say *53"
alias get_killed_2 "say *54"
alias get_down "say *55"
alias out_foxhole "say *56"
alias own_hiding "say *57"
alias out_my_way "say *58"
this are some examples for how to bind them
bind * "left_flank"
bind KP_HOME "nade_cover"
bind KP_UPARROW "great_shot"
bind KP_PGUP "yes_sir"
bind KP_LEFTARROW "cover_me"
bind KP_5 "cover_you"
bind KP_RIGHTARROW "follow_me"
bind KP_END "enemy_spot"
bind KP_DOWNARROW "sniper_spot"
bind KP_PGDN "area_clear"
bind KP_ENTER "regroup"
bind KP_DEL "no_sir"
bind KP_SLASH "fall_back"
bind KP_MINUS "right_flank"
bind KP_PLUS "hold_pos"
bind KP_NUMLOCK "move_in"
hope this is what you wanted oOo: