How Do U Bind?
AnderSon
Join Date: 2005-04-28 Member: 50391Members
Hmm can anyone tell me how to bind leap/blink to a certain button.. with fastswitch
<!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif' /><!--endemo--> <!--emo&::onos::--><img src='http://www.unknownworlds.com/forums/html/emoticons/tiny.gif' border='0' style='vertical-align:middle' alt='tiny.gif' /><!--endemo-->
<!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif' /><!--endemo--> <!--emo&::onos::--><img src='http://www.unknownworlds.com/forums/html/emoticons/tiny.gif' border='0' style='vertical-align:middle' alt='tiny.gif' /><!--endemo-->
Comments
That being said, why don't you give the <a href='http://www.unknownworlds.com/forums/index.php?showforum=62' target='_blank'>Scripting Discussion</a> forum a look? I'm quite certain such a script as what you need exists, but if not you can always ask one of the residents for some help.
hud_fastswitch 1
bind key slot3 //this is leap
bind key slot2 // this is blink
OR
bind key weapon_leap // leap
bind key weapon_blink // blink
have fun!
<!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif' /><!--endemo--> <!--emo&::onos::--><img src='http://www.unknownworlds.com/forums/html/emoticons/tiny.gif' border='0' style='vertical-align:middle' alt='tiny.gif' /><!--endemo-->
<!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif' /><!--endemo--> <!--emo&::onos::--><img src='http://www.unknownworlds.com/forums/html/emoticons/tiny.gif' border='0' style='vertical-align:middle' alt='tiny.gif' /><!--endemo-->
mouse button 1 =attack
mouse button 3 (middle) =weapon 1
mouse scroll up =weapon 2
mouse scroll down =weapon 3
page down key=wep 4 (rarely used so i just plonked it a nearist unused key)
it has also given me the speed to achieve those long range skulk/lerk pistol whippings.
i still have right click set to "quick menu" i might change that and make it jump.. but then i'm going to find the crouch key all isolated :s
slot1 = bite, spit, bite2, swipe, gore
slot2 = para, heal, spore, blink, devour
slot3 = leap, bile, umbra, meta, stomp
slot4 = xeno, web, primal, acid, charge
alias -slot2 "-attack; wait; slot1"
alias +slot3 "slot3; wait; +attack"
alias -slot3 "-attack; wait; slot1"
alias +slot4 "slot4; wait; +attack"
alias -slot4 "-attack; wait; slot1"
bind mouse1 "+attack"
bind mouse2 "+slot2"
bind mouse4 "+slot3"
bind mouse5 "+slot4"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
A five-button mouse is the best thing that will ever happen to your fade, or alien in general, for that matter, game.