Message binds.

T

throdgrain

Guest
This is an odd one. In half-life games I can bind (using aliases) 2 words to keys, ie "affirmative" and "negative". However when I try to bind the third it simply will not do it, even though it is typed correctly etc.
I thought this was a half life problem, but Ive since discovered the same problem on SoF 2 as well.
is it something I dont know about ?
Sorry if this is the wrong place to put this thread, but I cant think of anywhere else ... :)
 
W

Will

Guest
Throd...I should be able to help you with this, but I'm not quite sure what you mean. If you explain what you want to happen when you press keys, I'll see what's going wrong.
 
T

throdgrain

Guest
OK, sorry if I wasnt very clear :)
In CS, using aliases, I have the key " A" bound to say "affirmative", and the key "S" bound to say "negative". It all works fine. However, when I bind another key , say "D", to say "cover me" for example, it just does not bloody work !! The first two binds work great, but after that, nothing. I use Exactly the same commands as the first two, but nothing.
The same thing with SoF2, only using vsay instead of aliases, yes and no are fine, but the third bind results in silence :(
 
W

Will

Guest
That makes no sense at all throd. I understand what you are saying, but there is no reason why it doesn't work. I'll speak to you on IRC after work, you can send me your .cfg and I'll take a gander. Sound good?
 
J

Jonty

Guest
Just one thing, are you quoting the phrases? All Quake games will bind keys for single words; e.g.
Code:
/bind [i]somekey[/i] say Hail
However, to bind phrases (i.e. more than one word) quotes are needed; e.g.
Code:
/bind [i]somekey[/i] say "Hail to the King, baby!"
[b]... not ...[/b]
/bind [i]somekey[/i] say Hail to the King, baby!
Just a guess, as it does seem an odd problem. No doubt the .cfg will reveal all :) Be sure to let us all know what was causing the trouble.

Kind Regards
 
T

throdgrain

Guest
Ok, then I will :)


Err, later on though.

I might add, I never had this problem with q2, or q3, or rtcw, just so far with cs and then sof2.
 
T

throdgrain

Guest
This should make fun reading ;)

alias "close" "wait;slot10;wait;slot10;wait;slot10;wait;slot10;wait;wait;wait;wait;slot10;wait;wait;slot10;wait;slot10;wait;slot10"
alias "get_armor" "buyequip;wait;menuselect 2;close;buyequip;wait;menuselect 1;close"
alias "get_flash" "buyequip;wait;menuselect 3;wait;close"
alias "get_m4a1/ak47" "buy;wait;;menuselect 4;wait;menuselect 1;menuselect 3;close;wait;get_ammo;get_armor;close"
alias "get_ammo" "buyammo1;buyammo1;buyammo1;buyammo1;buyammo2;buyammo2;buyammo2;close"
alias "get_mp5""buy;wait;menuselect 3;wait;menuselect 1;wait;wait;close;get_ammo;get_armor;close"
alias "get_sig" "buy;wait;menuselect 4;wait;menuselect 2;close;wait;get_ammo;get_armor;close"
alias "get_grenades" "buyequip;wait;menuselect 4;wait;close"
alias "get_deagle""buy;wait;menuselect 1;wait;menuselect 3;wait;wait;close;get_ammo;get_armor;close"
alias "get_aug/sig" "buy;wait;menuselect 4;wait;menuselect 2;menuselect 4;wait;close;wait;get_ammo;get_armor;close"
alias "get_P90" "buy;menuselect 3;wait;menuselect 3;wait;wait;close;wait;get_ammo;get_armor;close"
alias "get_shotty" "buy;wait;menuselect 2;wait;menuselect 2;wait;close;wait;get_ammo;get_armor;close"
alias "get_awp" "buy;wait;menuselect 4;wait;menuselect 6;wait;close;wait;get_ammo;get_armor;close"
alias "toggle_on" "net_graph 3;alias toggle toggle_off"
alias "toggle_off" "net_graph 0;alias toggle toggle_on"
alias "toggle" "toggle_on"
alias "affirmative" "radio3;wait;menuselect 1;wait;wait;close"
alias "negative" "radio3;wait;menuselect 8;wait;wait;close"
alias "cover me" "radio3;wait;menuselect 3;wait;wait;close"
alias "mwu" "invprev; +attack; wait; -attack"
alias "mwd" "invnext; +attack; wait; -attack"
alias "cl_righthand 0" "cl_righthand 0"
alias "cl_righthand 1" "cl_righthand 1"
bind "mwheelup" "mwd"
bind "mwheeldown" "mwu"
bind q "toggle"
bind F1 "get_deagle"
bind F2 "get_mp5"
bind F3 "get_m4a1/ak47"
bind F4 "get_aug/sig"
bind F5 "get_P90"
bind F6 "get_shotty"
bind F7 "get_awp"
bind F8 "get_grenades"
bind F9 "get_flash"
bind i "cl_righthand 0"
bind o "cl_righthand 1"
bind p "stopsound"
bind a "affirmative"
bind s "negative"
bind d "cover me"


This is the relevant bits anyway :)
 
S

smurkin

Guest
I heard punkbuster refuses to let through swear words in some cases...case in question being a player called Dr Kukken...PB wouldn't allow him to use that alias(this was for q3) ...I assume that your not trying to bind taunts like "faggot tickler", "bollock brain" etc etc ;)
 
L

leggy

Guest
God throd,

I can use the gui quicker than that buy script you have ;)
 
W

Will

Guest
Throd, easy answer.

Go to Nextwish and download his script pack. Just use it instead of your own.

You can thank me later.

Though it doesn't solve your problem at all.;)
 
T

throdgrain

Guest
No i wont do that :(

You cant use the gui quicker than that Leggy :)

One press of F1 buys me a deagle, full ammo and armour. Saves loads of time.
Shame I cant say 3 things thats all.
 
W

Will

Guest
There is no logical reason why that third bind doesn't work.
 
W

Will

Guest
lol, worked it out. Change it from "cover me" to "cover_me".;)
 
T

throdgrain

Guest
I read that last night and thought you was kidding Will :)
But it works !

Thanks mate :D
 
W

Wij

Guest
Bah - I was about to say that. I should have read it earlier so I could look "teh clevar" !!
 

Users who are viewing this thread

Top Bottom