How To Bind Sayings And Morph Commands?

giwi_eegiwi_ee Join Date: 2003-10-10 Member: 21557Members
<div class="IPBDescription">What are the commands?</div> <span style='font-size:8pt;line-height:100%'>Here's the first day at this forum, so if I mix something - sorry</span>
Well, the idea is I want to bind some keys to Marine Voice-coms (Medpack, Ammo, Order, Cover me) and Alien morph commands (morph to fade, gorge ect...)
The problem is: I don't know the commands to this things (Like in DoD eg. voicecomm1 was GRANADDE!, if I am not mistaking...). Can anyone give me the list of them?
I hope you understand me.

Thank you in Advance.

Comments

  • SjNSjN Join Date: 2003-01-07 Member: 11983Members, Reinforced - Supporter
    bind key "command"

    ::

    impulse 7 <i>to</i> 14
    if I'm not mistaking..

    example: bind G "impulse 10"
    then press G
  • MMZ_TorakMMZ_Torak Join Date: 2002-11-02 Member: 3770Members
    <a href='http://www.ns-central.co.uk/impulselist.txt' target='_blank'>Click and all your dreams come true!!!!</a>
  • MintmanMintman Join Date: 2003-05-30 Member: 16866Members
    <!--QuoteBegin--MMZ>Torak+Oct 10 2003, 11:57 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (MMZ>Torak @ Oct 10 2003, 11:57 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <a href='http://www.ns-central.co.uk/impulselist.txt' target='_blank'>Click and all your dreams come true!!!!</a> <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    I would like to complain, my swedish girlfriend didn't appear.
  • MMZ_TorakMMZ_Torak Join Date: 2002-11-02 Member: 3770Members
    I didn't guarantee <i>when</i>. <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
  • giwi_eegiwi_ee Join Date: 2003-10-10 Member: 21557Members
    Well, it didn't work...
    I wrote <!--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-->bind "F10" "say_team Need ammo to %l;impulse 11"<!--c2--></td></tr></table><span class='postcolor'><!--ec2--> - Not working at all! (No cry for ammo even!)
    Then I tried <!--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-->bind "F10" "say_team Need ammo to %l;impulse11"<!--c2--></td></tr></table><span class='postcolor'><!--ec2--> - dtill no result
    Any ideas?
    ---plus---
    Thease %i,%l,%h are not working at all! allthough they worked fine with my DoD <--any way to mek them work?
    Thaks for the first answer
  • devicenulldevicenull Join Date: 2003-04-30 Member: 15967Members, NS2 Playtester, Squad Five Blue
    %i,%l,%h are not hardcoded into NS (I could be wrong, but I don't think so)
    So the only way they would work is if the server runs a plugin
    try 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-->bind "F10" "say_team Need ammo; impulse 11"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
    You don't really need a location, it will tell the commander where
  • MintmanMintman Join Date: 2003-05-30 Member: 16866Members
    I think that if you script it with stuff then you don't hear the shout but the comm gets the request. Could someone confirm that?

    If that's not the case then you can't bind impulse commands with anything else.
  • Cold_NiTeCold_NiTe Join Date: 2003-09-15 Member: 20875Members
    <!--QuoteBegin--devicenull+Oct 10 2003, 06:13 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (devicenull @ Oct 10 2003, 06:13 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> %i,%l,%h are not hardcoded into NS (I could be wrong, but I don't think so)
    <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    Yeah I have not been able to get them to work either.
  • lordofokralordofokra Join Date: 2002-11-09 Member: 7898Members, Constellation
    You may need to use aliases

    example
    bind "f3" "medpack"
    alias "medpack" "commandsgohere, im too lazy to look them up"
Sign In or Register to comment.