Impulse Binding
DaStack
Join Date: 2004-03-02 Member: 27046Members
<div class="IPBDescription">leaping and blinking</div> I have seen ppl leap and bite a marine (looks like one hit kill), and have seen Fades blink and swipe at ppl all at the same time.
I was wondering if this is done with binding leap or blink to a key or mouse click or something.
also, I was wondering if where is somewhere which has all the impulse codes and the commands used for NS - i have seen it before, but i can't remember where.
I was wondering if this is done with binding leap or blink to a key or mouse click or something.
also, I was wondering if where is somewhere which has all the impulse codes and the commands used for NS - i have seen it before, but i can't remember where.
Comments
I formatted and lost all my settings.
hit 3
fire
hit q or 1
fire
not hard
EDIT: hud_fastswitch 1
this is an example:
--------------------------------------
alias fps_display_1 "cl_showfps 1; net_graph 0; alias fps_display_key fps_display_2"
alias fps_display_2 "cl_showfps 0; net_graph 3; alias fps_display_key fps_display_3"
alias fps_display_3 "cl_showfps 0; net_graph 2; alias fps_display_key fps_display_4"
alias fps_display_4 "cl_showfps 0; net_graph 1; alias fps_display_key fps_display_5"
alias fps_display_5 "cl_showfps 0; net_graph 0; alias fps_display_key fps_display_1"
alias fps_display_key fps_display_1
bind p fps_display_key
--------------------------------------
do it yourself <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
I was wondering if this is done with binding leap or blink to a key or mouse click or something. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
There is no impulse or hotkey for any marine or alien attacks.
What this means is that you cant just bind a key to impulse 101 for example and have your guy leap. The way ppl do it is just switch their weapons quickly. Personally i use my mousewheel (have mouseup switch to slot1 [bite] and mousedown switch to slot3 [leap]) which makes is easier. Its all a mater of personal preference. But whoever says/uses "blink-swipe" scripts really is limiting themselves because they have to use wait commands generally which dont allow you to do anything during the wait. So... if u want to use those scripts go right ahead, but they will make u worse instead of better.
You cannot do better with them since you need keys for each different combo and most scripts are easy to "jam" by doing something in the mean time causing undesired side effects or commands stuck to their +setting, this is more problematic than not using them.
It's better to set hud_fastswitch to 1 and simply bind 4 different buttons to slot1, slot2, slot3 and slot4. That's five buttons you need to remember for every possible attack combination you can ever do(there's the attack button as well as the slot keys.).
Now, press your slot2 key, press attack key, press slot1 key, aim at marine, press attack key, press slot2 key, press attack key, and there you have the blink in - swipe - blink out combo if you are a fade.
Leap is the same thing except you use slot3 instead of 2, it really isn't hard.
Example: Slot4 is seldom used so even if you have a 2 button mouse you could unbind mouse3(mouse wheel "button"), bind mouse1 to attack, mouse2 to slot1, mwheelup to slot3, mwheeldown to slot2, now you don't even have to use your left hand to do any attacks. Now your left hand is free entirely for movement. except when you need slot4 which you never really do in a time crucial situation anyway.
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->I have seen ppl leap and bite a marine (looks like one hit kill), and have seen Fades blink and swipe at ppl all at the same time.<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
That's because attack animations are kind of broken, if you attack directly after blinking it seldom plays for example, and sometimes it just looks like the fade is standing there even though it is (audibly) swiping away at a normal pace.
thats what romano's lastinv script is for <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
is all i use
leap, hit 1, bite..thats all
The longer you practice with leap and blink, the better you'll get at aiming yourself the direction you want to go. The more you practice with leapbite and blinkslash, the better your timing will be. Just be calm and deliberate and don't spaz out on your keyboard, and it should be no problem, even with regular non-scripted quickswitch.</span>
alias +blink "slot2; wait; +attack"
alias -blink "-attack; wait; slot1"
bind +blink mouse4
alias +leap "slot3; wait; +attack"
alias -leap "-attack; wait; slot1"
bind +leap mouse5
But that's probably just me.
Bye bye air control if you duck.