Ns Commands

Trojan2Trojan2 Join Date: 2003-01-14 Member: 12290Members
<div class="IPBDescription">all those ~ lines</div> Not to sure where to ask about this;
Is there a fairly complete listing of all the ~ commands like bind, cl_showfps x, etc. In particular I want to know how to bind sayings.

Comments

  • ThansalThansal The New Scum Join Date: 2002-08-22 Member: 1215Members, Constellation
    what you want are the impulse and hotkey comands

    You can not make binds with a hotkey and ANYTHING ELSE (no hotkey + alias, not hotkeys in aliases, it just DONT work, not sure if this is true for impulses)

    but here: <a href='http://www.ns-central.co.uk/impulselist.txt' target='_blank'>http://www.ns-central.co.uk/impulselist.txt</a>
  • Trojan2Trojan2 Join Date: 2003-01-14 Member: 12290Members
    so how do you set it to type say "shazbot" when you hit w key?
  • MonsieurEvilMonsieurEvil Join Date: 2002-01-22 Member: 4Members, Retired Developer, NS1 Playtester, Contributor
    edited July 2003
    open console
    type:

    bind w "say shazbot"
  • HazeHaze O RLY? Join Date: 2003-07-07 Member: 18018Members, Constellation
    I thought it was..

    bind w "say shazbot"

    The thing in the quotes is the whole command. It hasnt worked for me if I keep say out of the quotes.

    MonsE, your avatar scares the shnizzles out of me dude.
  • MonsieurEvilMonsieurEvil Join Date: 2002-01-22 Member: 4Members, Retired Developer, NS1 Playtester, Contributor
    Errr, sorry, yes keeping it in quotes is the right way. Sorry about that <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
  • ThansalThansal The New Scum Join Date: 2002-08-22 Member: 1215Members, Constellation
    edited July 2003
    ohhhhh
    you want to know how to script! <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->

    there I can help even more <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->

    for <a href='http://half-life.gamehelp.com/' target='_blank'>I.AM.HL</a>! (note this aint my page, I jsut love it <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->)

    what you wana do is read their <a href='http://half-life.gamehelp.com/console/console_intro.html' target='_blank'>console intro</a>. IT will teach you the basics of scripting <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->

    oh, and if you want any sorta help with scripts/binds just ask away <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
  • ThinGThinG Lord of wub and vlaai Join Date: 2003-04-11 Member: 15400Members, Reinforced - Supporter
    <!--QuoteBegin--Thansal+Jul 12 2003, 06:59 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Thansal @ Jul 12 2003, 06:59 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> oh, and if you want any sorta help with scripts/binds just ask away <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo--> <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    oki, I've got a nubbins question ^_^

    Referring to this thread ---> <a href='http://www.unknownworlds.com/forums/index.php?act=ST&f=1&t=35856&hl=demoshttp://www.unknownworlds.com/forums/index.php?act=ST&f=1&t=35856&hl=demos' target='_blank'>CLICKEH</a>

    It's a script for playing and recording demo's. My question is, if you could tell me in a couple of easy steps, how to install it. I know he mentions it there, but I need it in noob language <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif'><!--endemo-->

    2nd question:

    I always use two commands:
    cl_showfps 1
    voice_loopback 1 (don't ask me why...)

    Can someone make me a script, so I can hit a key, and those two commands will run? It kinda gets annoying to type them every time <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif'><!--endemo-->

    Thx in advance

    Cheers
  • ThansalThansal The New Scum Join Date: 2002-08-22 Member: 1215Members, Constellation
    open up the file named config.cfg
    do a search in it for those 2 commands and alter them <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->

    <!--QuoteBegin--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->To install, create a text file, rename it to demo.cfg and put this script in the file. Open up autoexec.cfg (create one if it doesn't exist) and type in "exec demo.cfg".<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->

    I fail to see how this is hard <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->

    open up notepad, cut and paste the code, save it to your ns dir as demo.cfg
    now open notepad again, type in:
    exec demo.cfg
    and then save it in your NS dir as autoexec.cfg

    done and done
  • EpidemicEpidemic Dark Force Gorge Join Date: 2003-06-29 Member: 17781Members
    How do you make those quotes on an european keyboard?
  • ThansalThansal The New Scum Join Date: 2002-08-22 Member: 1215Members, Constellation
    edited July 2003
    blink
    blink
    your ****ing me right? you don't have quotes in european keyboards???

    umm, the only thing I could suggest is to do all scripting in your .cfg files. And to get quotes simply copy and paste them

    here have a few:
    "
    "
    "

    <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->

    but, you really don't have quotes? what is your home row? (asdfghjkl;' with ;+shift=: and '+shift=")

    I meen, europeans use quotes, I know they do... ok you just have me severly confuzled mate

    gl...


    edit: the swear filter didn't block that out, oops <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->
  • Mjr_BeatingsMjr_Beatings Join Date: 2002-12-21 Member: 11283Members
    edited July 2003
    To get the " in HL on *British* keyboards it is SHIFT and the @ key.

    For # it is SHIFT and 3.

    For @ it is SHIFT and 2.

    Don't ask why, its just plain silly.

    EDIT: May not apply to all European keyboards :o
  • yoda_143yoda_143 Join Date: 2003-07-10 Member: 18074Members
    ahm ? shift and the @ key ? WTH ? i don't have an @ key ?! I get an @ by pressing atlgr + q
    for " in HL I press shift and ä (lol, i just realise how i start to make things difficult for english speakers by talking about "ä")
  • ThansalThansal The New Scum Join Date: 2002-08-22 Member: 1215Members, Constellation
    /me shakes head...

    silly eropeans with their silly acent marks <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->
  • IceIce Join Date: 2003-03-29 Member: 15008Members
    <!--QuoteBegin--Thansal+Jul 12 2003, 07:09 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Thansal @ Jul 12 2003, 07:09 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
    your ****ing me right? you don't have quotes in european keyboards???

    but, you really don't have quotes? what is your home row? (asdfghjkl;' with ;+shift=: and '+shift=")

    <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    Yes, we have quotes but in the different position on the keyboard, and HL uses the us(or something) version. I normally get " from shift+2, but HL understands it as @(which is alt gr+2 normally). To get " I have to use shift+ä. Only letters, "," and "." are in the same keys as in the version HL uses. Quite annoying because a have to try every damn key if I want a character I haven't used before.
  • MajinMajin Join Date: 2003-05-29 Member: 16829Members, Constellation
    where am I is this Bazzaro world or something.
    I don't know about the rest of the world sometimes. Why do they have to make it hard.
    Has anyone seen a Keyboard from Japan, It just looks ODD, I mean really odd!
  • MonsieurEvilMonsieurEvil Join Date: 2002-01-22 Member: 4Members, Retired Developer, NS1 Playtester, Contributor
    Remember - the Tech forum is not for discussions. It is for 'I have a problem' and 'I have a solution'. Take these sorts of things to off-topic. I'm going to be locking these pretty brutally from now on, so try and self-regulate yourselves.
This discussion has been closed.