New To Scripting Need Some Help

invertedinverted Join Date: 2004-02-16 Member: 26619Members, NS1 Playtester
<div class="IPBDescription">couldnt find any tutorials to help me</div> Um I just heard about scripting and I wanted to try it. Ive heard about all sorts of scripts like pistol and fade scripts could someone please tell me or show me what these are? Also I'm trying to make a script for aliens where if you are skulk m2 is leap, lerk m2 slot2, fade m2 = slot3, onos m2 = slot3. Is this possible? Can I work out what alien class they are. Also how could I make this scrpit client side
m2 = lastinv;+attack;-attack;lastinv. Will that make me attack until I let go of mouse 2? Final question with steam where do I put the scripts.

Comments

  • tedortedor Join Date: 2004-01-29 Member: 25700Banned
    edited February 2004
    alias m2 "weapon_leap; weapon_spore; weapon_metabolize; weapon_stomp"
  • SpetsnazSpetsnaz Join Date: 2003-12-26 Member: 24761Members, Constellation
    i cant help with the first lot, but you put your scripts in C:\Program Files\Steam\SteamApps\youremail@youremail.com\half-life\nsp folder.

    hope that helps, but you can only use scripts that are legit, nothing that exploits bugs or come close to cheating.
  • TOMMYTANKTOMMYTANK Join Date: 2003-12-04 Member: 23938Members
    <!--QuoteBegin-Spetsnaz+Feb 16 2004, 05:37 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Spetsnaz @ Feb 16 2004, 05:37 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> i cant help with the first lot, but you put your scripts in C:\Program Files\Steam\SteamApps\youremail@youremail.com\half-life\nsp folder.

    hope that helps, but you can only use scripts that are legit, nothing that exploits bugs or come close to cheating. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    i put them in my user config <!--emo&???--><img src='http://www.unknownworlds.com/forums/html//emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /><!--endemo-->

    mind u thats only CS. only thing i added to NS was that vid_d3d "1"
  • tedortedor Join Date: 2004-01-29 Member: 25700Banned
    edited February 2004
    // userconfig.cfg
    vid_d3d "1"

    bind f1 "readyroom; jointeamone; exec marines.cfg"
    bind f2 "readyroom; jointeamtwo; exec aliens.cfg"

    // marines.cfg
    bind z "impulse 9"
    bind mwheelup "slot1"
    bind mwheeldown "slot2"
    bind mouse3 "lastinv; lastinv"

    // aliens.cfg
    bind z "impulse 7"
    bind mwheelup "slot1"
    bind mwheeldown "slot3"
    bind mouse3 "lastinv"
  • invertedinverted Join Date: 2004-02-16 Member: 26619Members, NS1 Playtester
    <!--QuoteBegin-tedor+Feb 16 2004, 05:35 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (tedor @ Feb 16 2004, 05:35 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> alias m2 "weapon_leap; weapon_spore; weapon_metabolize; weapon_stomp" <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    so if I said
    bind "mouse2" "weapon_leap; weapon_spore; weapon_blink; weapon_stomp;+attack;-attack"
    in the alien.cfg would my mouse button 2 then do the appropriate attack for each of the different aliens?
  • DrfuzzyDrfuzzy FEW... MORE.... INCHES... Join Date: 2003-09-21 Member: 21094Members
    post goes <a href='http://www.unknownworlds.com/forums/index.php?showforum=43' target='_blank'>here</a> i believe
  • invertedinverted Join Date: 2004-02-16 Member: 26619Members, NS1 Playtester
    Sorry I didnt see that forum stuck up the top there. I cant move this now unfortunately so I will leave it here. Thankks for the help so far guys, I was surprised at how fast I was answered
  • tedortedor Join Date: 2004-01-29 Member: 25700Banned
    <!--QuoteBegin-inverted+Feb 16 2004, 06:49 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (inverted @ Feb 16 2004, 06:49 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin-tedor+Feb 16 2004, 05:35 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (tedor @ Feb 16 2004, 05:35 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> alias m2 "weapon_leap; weapon_spore; weapon_metabolize; weapon_stomp" <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    so if I said
    bind "mouse2" "weapon_leap; weapon_spore; weapon_blink; weapon_stomp;+attack;-attack"
    in the alien.cfg would my mouse button 2 then do the appropriate attack for each of the different aliens? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    bind "mouse2" "weapon_leap; weapon_spore; weapon_blink; weapon_stomp;+attack; wait; -attack; lastinv"
    should work. if it doesnt, aim me on shotgun fiend.
  • -Drake--Drake- -dn ʎɐʍ sıɥʇ- Join Date: 2003-04-02 Member: 15125Members
    AHHHHHHHHHHHHHHHHHHh Scripting Die Die DIE

    ............>.< its bad..........

    its only for lazy ppl >.<.......................................






    its just bad..........
  • DrfuzzyDrfuzzy FEW... MORE.... INCHES... Join Date: 2003-09-21 Member: 21094Members
    <!--QuoteBegin-inverted+Feb 16 2004, 07:47 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (inverted @ Feb 16 2004, 07:47 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Sorry I didnt see that forum stuck up the top there. I cant move this now unfortunately so I will leave it here. Thankks for the help so far guys, I was surprised at how fast I was answered <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    yea i hear you,
    fourm admins need to make it in 40 size font in BIG BOLD RED LETTERS because even if it is extremly visable i garentee it will rarely be used other than for tutorials <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
    bleh
Sign In or Register to comment.