Bindings
vkings_ns_neX
Join Date: 2002-11-28 Member: 10134Members
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-->
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
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"
bind x "impulse 91; hotkey56"<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
That works?
that's not 2 impulses.... if this doesn't work try this:
alias build1 "impulse 91"
alias build2 hotkey56
bind x "build1; build2"
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 :/
i'm sure you CAN
explain me why you couldn't do that...
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-->
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.