Help - Search - Members - Calendar
Full Version: How Do U Bind?
Unknown Worlds Forums > Natural Selection > Natural Selection Creation > Scripting Discussion
AnderSon
Hmm can anyone tell me how to bind leap/blink to a certain button.. with fastswitch

asrifle.gif tiny.gif
Swiftspear
you can't just bind it, you need to script an alias to apply it.
Al_Kaholic
QUOTE (Swiftspear @ May 4 2005, 06:23 PM)
you can't just bind it, you need to script an alias to apply it.

That being said, why don't you give the Scripting Discussion 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.
AnderSon
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
coris
QUOTE (AnderSon @ May 4 2005, 11:29 PM)
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

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!
AnderSon
THNX biggrin-fix.gif

asrifle.gif tiny.gif
lagger
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...
AnderSon
o yah i do that all the time .. but im ganna see if binding keys helps..

asrifle.gif tiny.gif
Heliocentric
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_Dj
no lagger, your not the only one smile-fix.gif
2_of_Eight
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
digz
moved to the scripting forum tounge.gif
ReK
CODE
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"


A five-button mouse is the best thing that will ever happen to your fade, or alien in general, for that matter, game.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.