![]() |
Key Binding, Squad Commands/Taunts, etc?
Anyone have a list of variables that can be used to bind one 'statement' or voice command to a single key, for example binding "Grenade! Take Cover!" to the KP_INS key?
I tried searching as I've not played MOHAA regularly for a while and am getting back into it again, I used to know this and figured it's been asked a lot. I had no luck though, and I also tried looking at my posted message history on here, I have asked this before, a long time ago, but the topic no longer exists. Any help appreciated, cheers. |
I don't know myself, mate - But I know a few members here do so they'll be on soon and should be able to help you. Check back here later tonight.
|
Re: Key Binding, Squad Commands/Taunts, etc?
Quote:
http://www.mohaacrew.com/scripts.html Hope this helps or gives you an idea how to do it |
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 |
Quote:
I'm sure that Mpowell knows how to do it and possibly Joe. |
Re: Key Binding, Squad Commands/Taunts, etc?
[quote="| )rAgOn|-|eArTeD":bc6c0]
Check out three quarters the way down this page over at MOH Crew [url="http://www.mohaacrew.com/scripts.html"]http://www.mohaacrew.com/scripts.html[/url] Hope this helps or gives you an idea how to do it[/quote:bc6c0] Sorry m8, this doesn't mention the names assigned to the default voicechat sounds, thanks anyway. |
Quote:
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: |
MPowell1944 can help you out with this.
|
Yes Quickfist, that's the stuff I was after ;). Is that them all then?
|
Quickfist that's not how they're typed though, I get nothing putting them in like that. I tried sticking 'sayteam' in front of the "insert_alias_here" but then all I get are the words in the alias appearing as text.
Anyone know how to get them working? |
ok i found it again
paste this in a custom.cfg and put the file in your main folder. after bind you type the letter that you would bind (there are a few examples in so you can remove them or keep them :P) hope this works //custom cfg file for MOHAA // instamsg_group_a alias Squad_move_in "say *11" alias Squad_fall_back "say *12" alias Squad_attack_right_flank "say *13" alias Squad_attack_left_flank "say *14" alias Squad_hold_this_position "say *15" alias Squad_covering_fire "say *16" alias Squad_regroup "say *17" // instamsg_group_b alias Cover_me "say *21" alias I'll_cover_you "say *22" alias Follow_me "say *23" alias You_take_point "say *24" alias You_take_the_lead "say *25" alias Taking_fire_need_help "say *26" alias Charge "say *27" alias Attack "say *28" alias Open_fire "say *29" // instamsg_group_c alias Yes_sir "say *31" alias No_sir "say *32" alias Enemy_spotted "say *33" alias Sniper "say *34" alias Grenade_take_cover "say *35" alias Area_clear "say *36" alias Great_shot "say *37" alias Thanks "say *38" alias I_owe_you_one "say *39" // instamsg_group_d alias Is_that_all_you've_got "say *41" alias out_of_real_men "say *42" alias yellow_bellies "say *43" alias They're_a_bunch_of_cowards "say *44" alias target_practice "say *45" alias Come_prepared_next_time "say *46" alias Try_again "say *47" alias French_school_girls "say *48" alias That_made_a_mess "say *49" // instamsg_group_e alias He's_going_to_get_us_killed "say *51" alias poor_leadership "say *52" alias Good_riddance "say *53" alias guy_get_us_all_killed "say *54" alias Hey_buddy_get_down "say *55" alias Stay_out_of_my_foxhole_pal "say *56" alias Find_your_own_hiding_place "say *57" alias Get_out_of_my_way "say *58" //BINDINGS // instamsg_group_a_bindings bind KP_UPARROW "Squad_move_in" bind KP_DOWNARROW "Squad_fall_back" bind KP_RIGHTARROW "Squad_attack_right_flank" bind KP_LEFTARROW "Squad_attack_left_flank" bind KP_5 "Squad_hold_this_position" bind "Squad_covering_fire" bind "Squad_regroup" // instamsg_group_b_bindings bind "Cover_me" bind "I'll_cover_you" bind "Follow_me" bind "You_take_point" bind "You_take_the_lead" bind "Taking_fire_need_help" bind "Charge" bind "Attack" bind "Open_fire" // instamsg_group_c_bindings bind "Yes_sir" bind "No_sir" bind "Enemy_spottted" bind "Sniper" bind "Grenade_take_cover" bind "Area_clear" bind "Great_shot" bind "Thanks" bind "I_owe_you_one" // instamsg_group_d_bindings bind "Is_that_all_you've_got" bind "out_of_real_men" bind "yellow_bellies" bind "They're_a_bunch_of_cowards" bind "target_practice" bind "Come_prepared_next_time" bind "Try_again" bind "French_school_girls" bind "That_made_a_mess" // instamsg_group_e_bindings bind "He's_going_to_get_us_killed" bind "poor_leadership" bind "Good_riddance" bind "guy_get_us_all_killed" bind "Hey_buddy_get_down" bind "Stay_out_of_my_foxhole_pal" bind "Find_your_own_hiding_place" bind "Get_out_of_my_way" |
Thanks very much, problem solved :).
|
All times are GMT -6. The time now is 08:10 AM. |
Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.