Why Wont This Work?

davidchomesdavidchomes Join Date: 2004-01-06 Member: 25086Members
Hello, Can someone tell me why I cant get these to work?

Im running 2.o in a lan game with some metamod plugins and rcbots running, in case that matters.

Here is part of my cfg file

bind "INS" "hotkey86"
bind "HOME" "hotkey61"
bind "END" "impulse 124"
bind "DEL" "impulse 125"
bind "PGDN" "impulse 123"
bind "PGUP" "impulse 105"

When using hotkey 86 & 61, I am in the proper menu when using them....they dont work
They are health and ammo

impulse 105 is Select all soldiers....doesnt seem to work.....maybe Im not doing something right.

Impulse 123 is Commander : go to order request
Impulse 124 is Commander : go to ammo request
Impulse 125 is Commander : go to health request
These 3 were set up in the ingame control setup.

They dont do anything either.

I have the voice command Impulses set up and they work.

Any Ideas what Im doing wrong. <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif'><!--endemo-->


Thx for any help

Comments

  • SoulSkorpionSoulSkorpion Join Date: 2002-04-12 Member: 423Members
    You're missing a space between "hotkey" and "86". Same story for "hotkey61".

    Have fun <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
  • BogglesteinskyBogglesteinsky Join Date: 2002-12-24 Member: 11488Members
    The binds for going to health, orders or ammo requests do not work at all in 2.xx, you have to click on the gui.

    This is fixed in 3.0
  • BlueNovemberBlueNovember hax Join Date: 2003-02-28 Member: 14137Members, Constellation
    <!--QuoteBegin--davidchomes+Jan 6 2004, 02:36 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (davidchomes @ Jan 6 2004, 02:36 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Hello, Can someone tell me why I cant get these to work?

    Im running 2.o in a lan game with some metamod plugins and rcbots running, in case that matters.

    Here is part of my cfg file

    bind "INS" "hotkey86"
    bind "HOME" "hotkey61"
    bind "END" "impulse 124"
    bind "DEL" "impulse 125"
    bind "PGDN" "impulse 123"
    bind "PGUP" "impulse 105"

    When using hotkey 86 & 61, I am in the proper menu when using them....they dont work
    They are health and ammo

    impulse 105 is Select all soldiers....doesnt seem to work.....maybe Im not doing something right.

    Impulse 123 is Commander : go to order request
    Impulse 124 is Commander : go to ammo request
    Impulse 125 is Commander : go to health request
    These 3 were set up in the ingame control setup.

    They dont do anything either.

    I have the voice command Impulses set up and they work.

    Any Ideas what Im doing wrong. <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif'><!--endemo-->


    Thx for any help <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    In addition to that, the keys are wrong! <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->

    On the numberpad:
    1 = kp_end
    2 = kp_downarrow
    3 = kp_pagedown (possibly pgdown)
    4 = kp_left (not kp_leftarrow for some reason)
    5 = kp_5 (the only one with a number in its name)
    6 = kp_right
    7 = kp_home
    8 = kp_uparrow
    9 = kp_pageup (maybe pgup)
    0 = kp_ins
  • ZerogreatZerogreat Join Date: 2002-12-11 Member: 10537Members
    He probably dont wnat to use the keaypad buttons, he wants those 6 buttons between numpad and normal keyboard and above arrows.
  • BogglesteinskyBogglesteinsky Join Date: 2002-12-24 Member: 11488Members
    <!--QuoteBegin--BlueNovember+Jan 6 2004, 02:24 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (BlueNovember @ Jan 6 2004, 02:24 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> 3 = kp_pagedown (possibly pgdown) <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    its actually kp_pgdn
  • BlueNovemberBlueNovember hax Join Date: 2003-02-28 Member: 14137Members, Constellation
    <!--QuoteBegin--Zerogreat+Jan 6 2004, 09:37 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Zerogreat @ Jan 6 2004, 09:37 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> He probably dont wnat to use the keaypad buttons, he wants those 6 buttons between numpad and normal keyboard and above arrows. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    lol. Talk about me reading things into questions... TY for the heads up.

    Yeah, kp_pgdn. Not bad for memory though. <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
  • davidchomesdavidchomes Join Date: 2004-01-06 Member: 25086Members
    edited January 2004
    Ok ive tried the hotkey binds as follows and they dont work in 2.0:

    bind "ins" "hotkey 59"
    bind "ins" "hotkey59"
    bind "ins" "hotkey_59"

    I have bound other hotkey #'s and none seem to work.

    I get the "command not known" or whatever the wording is in console on all 3 versions.

    So if im in the com chair and use those binds shouldn't they take me to the appropriate menu or function once im in the menu?

    What am I missing here?

    Thx
  • BlueNovemberBlueNovember hax Join Date: 2003-02-28 Member: 14137Members, Constellation
    Removing quotes around "ins"?

    They should only be required for the bind, not the key. Still, that does not seem to be a likely solution. Hmm.

    Give it a try all the same, and post back with any updates.
Sign In or Register to comment.