Why Wont This Work?
davidchomes
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
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
Have fun <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
This is fixed in 3.0
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
its actually kp_pgdn
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-->
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
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.