Commander Hotkeys
DiscoZombie
Join Date: 2003-08-05 Member: 18951Members
<div class="IPBDescription">...don't work for me :(</div> am I doing something wrong? I bound the commander keys via the controls menu, but my "select all marines" key, for example, doesn't select any marines when I'm commander... nor do my "go to order/medpack/ammo request" keys work... this may be a bug but it feels like a stupid newbie question and something I'm overlooking so I'm asking here first. I checked the keybinds via console, and the key I'm using to "select all" <i>is</i> bound to impulse 105 like I think it's sposta be... any ideas? the qwerasdfzxcv keys DO work as they're 'sposta... as do the number keys and making squads... *shrug* <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif'><!--endemo-->
Comments
the way this cfg shud wrk .. is tht when u press a key 1 - (=) you will be given a screen message
eg if i press 1 a screen says "[ menu : equipment > medi ]" and this will go to the equipment menu,
then if i want a medi , i will press 1 again, which should work but obviously not.
//..mindz ns class // commander.cfg.
//..mail: mindzpwnz@hotmail.com
//..date: 06/08/03.
//..irc: #mindz @ quakenet.org.
//..web: <a href='http://www.pro-hl.com/' target='_blank'>http://www.pro-hl.com/</a>.
//>
bind "MWHEELDOWN" "exec commander.cfg" //..incase you press wrong button.
//>
//..buildings.
bind "5" "res0"
alias "res0" "hotkey86; developer 1; echo [ menu : buildings > res tower]; developer 0; bind 5 res1"
alias "res1" "hotkey41; developer 1; echo [ building <> resource tower ]; developer 0; bind 5 res0"
bind "6" "inf0"
alias "inf0" "hotkey86; developer 1; echo [ menu : buildings > infantry portal ]; developer 0; bind 6 inf1"
alias "inf1" "hotkey40; developer 1; echo [ building <> infantry portal ]; developer 0; bind 6 inf0"
bind "7" "arm0"
alias "arm0" "hotkey86; developer 1; echo [ menu : buildings > armoury ]; developer 0; bind 7 arm1"
alias "arm1" "hotkey48; developer 1; echo [ building <> armoury ]; developer 0; bind 7 arm0"
bind "8" "turf0"
alias "turf0" "hotkey86; developer 1; echo [ menu : buildings > turret fact ]; developer 0; bind 8 turf1"
alias "turf1" "hotkey43; developer 1; echo [ building <> turret factory ]; developer 0; bind 8 turf0"
bind "9" "tur0"
alias "tur0" "hotkey86; developer 1; echo [ menu : buildings > turret ]; developer 0; bind 9 tur1"
alias "tur1" "hotkey56; developer 1; echo [ building <> turret ]; developer 0; bind 9 tur0"
//>
//..advanced.
bind "0" "rad0"
alias "rad0" "hotkey87; developer 1; echo [ menu : advanced > radar ]; developer 0; bind 0 rad1"
alias "rad1" "hotkey51; developer 1; echo [ building <> radar ]; developer 0; bind 0 rad0"
bind "-" "tur0"
alias "arml0" "hotkey87; developer 1; echo [ menu : advanced > arms lab ]; developer 0; bind - arml1"
alias "arml1" "hotkey45; developer 1; echo [ building <> arms Lab ]; developer 0; bind - arml0"
bind "=" "pro0"
alias "pro0" "hotkey87; developer 1; echo [ menu : advanced > prot lab ]; developer 0; bind = pro1"
alias "pro1" "hotkey46; developer 1; echo [ building <> prototype lab ]; developer 0; bind = pro0"
//>
//..equipment.
bind "1" "medi0"
alias "medi0" "hotkey88; developer 1; echo [ menu : equipment > medi ]; developer 0; bind 1 medi1"
alias "medi1" "hotkey59; developer 1; echo [ equipment <> medikit ]; developer 0; bind 1 medi0"
bind "2" "ammo0"
alias "ammo0" "hotkey88; developer 1; echo [ menu : equipment > ammo ]; developer 0; bind 2 ammo1"
alias "ammo1" "hotkey60; developer 1; echo [ equipment <> ammo ]; developer 0; bind 2 ammo0"
bind "3" "scan0"
alias "scan0" "hotkey88; developer 1; echo [ menu : equipment > scan ]; developer 0; bind 3 scan1"
alias "scan1" "hotkey53; developer 1; echo [ equipment <> scan ]; developer 0; bind 3 scan0"
bind "4" "weld0"
alias "weld0" "hotkey88; developer 1; echo [ menu : equipment > welder ]; developer 0; bind 4 weld1"
alias "weld1" "hotkey53; developer 1; echo [ equipment <> welder ]; developer 0; bind 4 weld0"
//>
"say_team >> mindz has taken control"
//>
developer 1
echo [ executed <> commander.cfg ]
echo [ 1-4.equipment <> 5-9. basic building <> 0+.advanced building ]
developer 0
//>
<b>cl_cmhotkeys "qwerasdfzxcv"</b>
Where each of those letters is bound to the equivalent button in the menu in the lower right when you enter the command console.