Bindings

vkings_ns_neXvkings_ns_neX Join Date: 2002-11-28 Member: 10134Members
edited November 2002 in Tech Support
Flayra? can you make a list of all commands public?
i want for example to bind to build a turret and a offense chamber on same key. and such stuff.
but i dont know the (impulse xxx) commands. I think many people want to know em.
<!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' valign='absmiddle' alt='sad.gif'><!--endemo--> <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' valign='absmiddle' alt='confused.gif'><!--endemo-->

<!--emo&::sentry::--><img src='http://www.unknownworlds.com/forums/html/emoticons/turret.gif' border='0' valign='absmiddle' alt='turret.gif'><!--endemo--> <!--emo&::gorge::--><img src='http://www.unknownworlds.com/forums/html/emoticons/pudgy.gif' border='0' valign='absmiddle' alt='pudgy.gif'><!--endemo-->

Comments

  • FireStormFireStorm Join Date: 2002-11-06 Member: 7390Members
    it has been posted...
    it's unofficial but it's good...

    <a href='http://rawr.mine.nu/NS-impulselist.txt' target='_blank'>http://rawr.mine.nu/NS-impulselist.txt</a>

    so if you want a off chamber and a turret on the same key it would be:
    bind x "impulse 91; hotkey56"
  • ArkaineArkaine Join Date: 2002-07-12 Member: 914Members
    <!--QuoteBegin--FireStorm+Nov 28 2002, 09:48 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (FireStorm @ Nov 28 2002, 09:48 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->so if you want a off chamber and a turret on the same key it would be:
    bind x "impulse 91; hotkey56"<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    That works?
  • FireStormFireStorm Join Date: 2002-11-06 Member: 7390Members
    i never tried it but it should
  • ArkaineArkaine Join Date: 2002-07-12 Member: 914Members
    hotkeys only work by themselves <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' valign='absmiddle' alt='sad.gif'><!--endemo-->
  • Teufel_EldritchTeufel_Eldritch Join Date: 2002-01-28 Member: 124Members
    Yea and apparently you cant have 2 impulse commands in a row either.
  • FireStormFireStorm Join Date: 2002-11-06 Member: 7390Members
    bind x "impulse 91; hotkey56"

    that's not 2 impulses.... if this doesn't work try this:

    alias build1 "impulse 91"
    alias build2 hotkey56
    bind x "build1; build2"
  • OlfredOlfred Join Date: 2002-11-26 Member: 10040Members
    I made this in autoexec.cfg

    alias health1 "hotkey88"
    alias health2 "hotkey59"
    alias com_heal "health1; health2"

    and in the kp_act.lst

    "com_heal" "healthpack"

    if i press it now, it only change to the stuff-menu. and drop no healthpack :/
  • TheHornetTheHornet Join Date: 2002-10-31 Member: 1776Members, Constellation
    you can't combine hotkey's buddy, no matter how you try it, its not gonna work, even if you disguise them as alias's it wont work. The best i know to do it would make a script that sets a key to switch up two alias's each one having a single hot key
  • FireStormFireStorm Join Date: 2002-11-06 Member: 7390Members
    <!--QuoteBegin--TheHornet+Nov 29 2002, 08:06 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (TheHornet @ Nov 29 2002, 08:06 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->you can't combine hotkey's buddy, no matter how you try it, its not gonna work, even if you disguise them as alias's it wont work. The best i know to do it would make a script that sets a key to switch up two alias's each one having a single hot key<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    i'm sure you CAN

    explain me why you couldn't do that...
  • ArkaineArkaine Join Date: 2002-07-12 Member: 914Members
    <!--QuoteBegin--FireStorm+Nov 29 2002, 02:37 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (FireStorm @ Nov 29 2002, 02:37 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--><!--QuoteBegin--TheHornet+Nov 29 2002, 08:06 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (TheHornet @ Nov 29 2002, 08:06 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->you can't combine hotkey's buddy, no matter how you try it, its not gonna work, even if you disguise them as alias's it wont work.  The best i know to do it would make a script that sets a key to switch up two alias's each one having a single hot key<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    i'm sure you CAN

    explain me why you couldn't do that...<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    'cause Flayra made it his mission to prevent us from doing that. <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' valign='absmiddle' alt='sad.gif'><!--endemo-->
  • FireStormFireStorm Join Date: 2002-11-06 Member: 7390Members
    why would he do that?
  • OlfredOlfred Join Date: 2002-11-26 Member: 10040Members
    But there is still one problem.
    I have to press the key for the stuff-menu (don't know the name now) and than press the key for the health.
    That is a bit annoying.
    And sometimes, if I press the key for health to fast. It close the menu and i have to press the key to open the menu and than health again.
    And with my 10-20 fps in the command menu, the guy is already dead before i saw the menu is closed and pressed all the keys.
    That is really annoying.

    thats why i wanted hotkey88 and hotkey59 on the same key.
    If the menu is closed, it opens it with hotkey88.
    If it's open, it gives health with hotkey59.
Sign In or Register to comment.