Scripter Help Please

keechikeechi Join Date: 2004-07-01 Member: 29656Members
<div class="IPBDescription">need help</div> hi im new to this forum and i searched for a scripter thread but coulodnt find one .
if someone could be so nice and post me all usefull commands and descriptions from ns beta 3.0 4a i want to make a script but i dont know the commands <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html//emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /><!--endemo--> please help me

Comments

  • ZamovarZamovar Join Date: 2004-06-25 Member: 29520Members
    Well, to familiarize yourself with NS or any other HL mod commands, enter the console, enter /-anyletter-, like /m and press TAB, then use arrowkeys to change commands. They are in alphabetical order. If you find out any other way...let me know <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
  • MintmanMintman Join Date: 2003-05-30 Member: 16866Members
    <a href='http://www.unknownworlds.com/forums/index.php?showtopic=74222' target='_blank'>http://www.unknownworlds.com/forums/in...showtopic=74222</a>
  • IceBaronIceBaron Join Date: 2003-02-25 Member: 13954Members
    All the script threads that I have seen these last few months and your search came up empty? Odd.
  • Diablo_fxDiablo_fx Join Date: 2003-02-21 Member: 13793Members
    edited July 2004
    My scripts

    // Go
    bind f1 "jointeamone; exec 1.cfg"
    bind f2 "jointeamtwo; exec 2.cfg"
    bind f4 "readyroom; exec 2.cfg"

    // pistol
    alias +pattack "+attack"
    alias -pattack "-attack; wait; +attack; wait; -attack"
    bind "mouse2" "+pattack"

    // lastinv (Ramano
    bind 1 "kk1a"
    bind 2 "kk2a"
    bind 3 "kk3a"
    bind 4 "kk4a"

    alias kk1a "kkslot1"
    alias kk1b "kkslot1; bind q kk2a"
    alias kk1c "kkslot1; bind q kk3a"
    alias kk1d "kkslot1; bind q kk4a"
    alias kkslot1 "slot1; bind 1 kk1a; bind 2 kk2a; bind 3 kk3a; bind 4 kk4a"

    alias kk2a "kkslot2; bind q kk1b"
    alias kk2b "kkslot2"
    alias kk2c "kkslot2; bind q kk3b"
    alias kk2d "kkslot2; bind q kk4b"
    alias kkslot2 "slot2; bind 1 kk1b; bind 2 kk2b; bind 3 kk3b; bind 4 kk4b"

    alias kk3a "kkslot3; bind q kk1c"
    alias kk3b "kkslot3; bind q kk2c"
    alias kk3c "kkslot3"
    alias kk3d "kkslot3; bind q kk4c"
    alias kkslot3 "slot3; bind 1 kk1c; bind 2 kk2c; bind 3 kk3c; bind 4 kk4c"

    alias kk4a "kkslot4; bind q kk1d"
    alias kk4b "kkslot4; bind q kk2d"
    alias kk4c "kkslot4; bind q kk3d"
    alias kk4d "kkslot4"
    alias kkslot4 "slot4; bind 1 kk1d; bind 2 kk2d; bind 3 kk3d; bind 4 kk4d"

    // Jump
    alias +j "+jump; wait; -jump; wait; +jump; wait; -jump; wait; +jump"
    alias -j "-jump"
    bind "space" "+j"

    also this might help

    // Settings
    lightgamma 1
    cl_autohelp "0"
    cl_cmdrate "30"
    cl_musicenabled "0"
    console "1.0"
    crosshair "1.000000"
    gamma "3"
    fps_max "100.0"
    hud_fastswtich 1
  • Nemesis_ZeroNemesis_Zero Old European Join Date: 2002-01-25 Member: 75Members, Retired Developer, NS1 Playtester, Constellation
    Welcome to the boards, but please understand that you are touching on a heavily discussed and quite heated topic here. Thus, it'd maybe be best if you ran a search for scripting-related threads and got into the matter by reading through them.

    <span style='color:red'>***Locked.***</span>
This discussion has been closed.