Commander Script

uberbrokeuberbroke Join Date: 2002-11-01 Member: 2438Members
<div class="IPBDescription">The num key one please</div> ok i ran a search and didnt come up with the one i was looking for...
I am looking for the commander script where it binds the numpad keys.... if anyone have them, can u give them to me?

Thanks

Comments

  • AlcapwnAlcapwn &quot;War is the science of destruction&quot; - John Abbot Join Date: 2003-06-21 Member: 17590Members
    There is none, thats in 2.0 <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
  • a_civiliana_civilian Likes seeing numbers Join Date: 2003-01-08 Member: 12041Members, NS1 Playtester, Playtest Lead
    <!--QuoteBegin--ub3rbr0k3+Jul 24 2003, 03:56 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (ub3rbr0k3 @ Jul 24 2003, 03:56 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->I am looking for the commander script where it binds the numpad keys.... if anyone have them, can u give them to me?<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    Is <a href='http://home.swbell.net/houston8/commander.cfg' target='_blank'>this</a> it?
  • nthingnthing Join Date: 2002-11-01 Member: 3091Members
    edited July 2003
    I have built a script like this...

    <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
    //--* Commander Menus
    alias basicbinds "bind KP_END hotkey58; bind KP_LEFTARROW hotkey43; bind KP_5 hotkey56; bind KP_RIGHTARROW hotkey57; bind KP_HOME hotkey41; bind KP_UPARROW hotkey40; bind KP_PGUP hotkey48"
    alias advancedbinds "bind KP_HOME hotkey51; bind KP_UPARROW hotkey45; bind KP_PGUP hotkey46; bind KP_PLUS hotkey55"
    alias equipbinds "bind KP_END hotkey38; bind KP_DOWNARROW hotkey39; bind KP_LEFTARROW hotkey62; bind KP_5 hotkey64; bind KP_RIGHTARROW hotkey65; bind KP_ENTER hotkey66; bind KP_HOME hotkey60; bind KP_UPARROW hotkey59; bind KP_PGUP hotkey61; bind KP_PLUS hotkey53"

    //--* Binds
    bind INS "hotkey86"
    bind DEL "basicbinds"
    bind HOME "hotkey87"
    bind END "advancedbinds"
    bind PGUP "hotkey88"
    bind PGDN "equipbinds"
    <!--c2--></td></tr></table><span class='postcolor'><!--ec2-->

    It uses your INS, DEL, HOME, END, PGDN and PGUP buttons too, however.

    Basically, your INS <b>and</b> DELETE buttons are pressed at the same time to access the basic build menu. The INS key enters the basic build menu, and the DELETE key rebinds your numpad to use the buttons inside the basic build menu.

    The HOME and END buttons do the same for the advanced build menu, and the PGUP and PGDOWN buttons do the same for the equip menu.

    You have to use two buttons because of the fact that hotkey commands MUST be bound to a key on their own for them to work.

    Can't be arsed explaining it anymore than that. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->

    <b>EDIT:</b> The one above is much better. Use that.
  • uberbrokeuberbroke Join Date: 2002-11-01 Member: 2438Members
    Ah! Here it is!!! Thanks A Lot!!!! <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
  • taboofirestaboofires Join Date: 2002-11-24 Member: 9853Members
    You'll probably have to change it all around in a few days anyway. Worry about it then.
  • uberbrokeuberbroke Join Date: 2002-11-01 Member: 2438Members
    <!--QuoteBegin--taboofires+Jul 24 2003, 12:42 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (taboofires @ Jul 24 2003, 12:42 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> You'll probably have to change it all around in a few days anyway. Worry about it then. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    hehe, yeah, i know.

    But i still have 6 merry merry days left to command, etc.... commanding just recently got became fun for me.
Sign In or Register to comment.