How Do U Bind?

AnderSonAnderSon 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-->

Comments

  • SwiftspearSwiftspear Custim tital Join Date: 2003-10-29 Member: 22097Members
    you can't just bind it, you need to script an alias to apply it.
  • Al_KaholicAl_Kaholic Join Date: 2004-01-31 Member: 25821Members, Constellation
    <!--QuoteBegin-Swiftspear+May 4 2005, 06:23 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Swiftspear @ May 4 2005, 06:23 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> you can't just bind it, you need to script an alias to apply it. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    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.
  • AnderSonAnderSon Join Date: 2005-04-28 Member: 50391Members
    hmm im not talkin about scripting .. im talkin about binding a key to leap.. and blink to a certain key .. like slot 1... 2 i just dunno the command
  • coriscoris Join Date: 2003-07-08 Member: 18034Members, Constellation
    <!--QuoteBegin-AnderSon+May 4 2005, 11:29 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (AnderSon @ May 4 2005, 11:29 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> hmm im not talkin about scripting .. im talkin about binding a key to leap.. and blink to a certain key .. like slot 1... 2 i just dunno the command <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    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!
  • AnderSonAnderSon Join Date: 2005-04-28 Member: 50391Members
    THNX <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.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-->
  • laggerlagger Join Date: 2002-10-31 Member: 1805Members
    Am I the only one that find hud_fastswitch 1 enough to leap/blink/bite/swipe with enough time to spare to also meta/parasite in the middle? Or is it just that its second nature by now...
  • AnderSonAnderSon Join Date: 2005-04-28 Member: 50391Members
    o yah i do that all the time .. but im ganna see if binding keys helps..

    <!--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-->
  • HeliocentricHeliocentric Join Date: 2005-04-24 Member: 49650Members
    1 thing has catapulted my fading from bloody awful, to fairly passable.

    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
  • Cj_the_DjCj_the_Dj Join Date: 2004-03-18 Member: 27398Members
    no lagger, your not the only one <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
  • 2_of_Eight2_of_Eight Join Date: 2003-08-20 Member: 20016Members
    Much better to bind keys to slots, in my opinion; that way, there's no need to switch between configs for each lifeform.
    slot1 = bite, spit, bite2, swipe, gore
    slot2 = para, heal, spore, blink, devour
    slot3 = leap, bile, umbra, meta, stomp
    slot4 = xeno, web, primal, acid, charge
  • digzdigz be still, maggot Join Date: 2002-05-07 Member: 588Members, NS1 Playtester, Forum Moderators, Constellation
    moved to the scripting forum <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
  • ReKReK Join Date: 2004-08-30 Member: 31058Members, Constellation, Reinforced - Shadow, WC 2013 - Silver
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->alias +slot2 "slot2; wait; +attack"
    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.
Sign In or Register to comment.