Different Ns Binds

JugGerNautJugGerNaut Join Date: 2004-06-27 Member: 29575Members
hi, just wondering if there is a way to bind a key to do something like jump, leep then switch back to the bite attack but dont attack just switch back to it. because lots of times i see people do all that really fast and the only way i can think of how to do that is to bind some keys or some kind of hack. Lots of times also i see ppl as a skulk and when they jump while going forward it looks like they jump twice as far as normal (not talking about leep just a normal jump). Does anyone know how to do that? Thanks for any posts

Comments

  • ModChaosControlModChaosControl HiveMind NS bot creator Join Date: 2004-03-31 Member: 27613Members
    edited August 2004
    Create a MyConfig.Cfg file with a text editor. Put this in the text file

    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
    +jump
    -jump
    weapon_leap
    +attack
    -attack
    weapon_bitegun
    <!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

    and in the console type
    <!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1--> bind SPACE "exec myconfig.cfg" <!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
  • mirrodinmirrodin Join Date: 2004-06-29 Member: 29621Members
    edited August 2004
    Or instead of binding it ingame you could bind it in your main config.cgf(?) file, so it will execute automatically when NS starts.

    EDIT:

    I was wondering why your binds didn't change the weapon back to bite. Meh, good job.
  • ModChaosControlModChaosControl HiveMind NS bot creator Join Date: 2004-03-31 Member: 27613Members
    the config.cfg file ovverites any non-essential binds at startup..
  • mirrodinmirrodin Join Date: 2004-06-29 Member: 29621Members
    Fine <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo--> you win.
  • ModChaosControlModChaosControl HiveMind NS bot creator Join Date: 2004-03-31 Member: 27613Members
    Of course i win. I'm a bot coder. I make you shiver.
  • mirrodinmirrodin Join Date: 2004-06-29 Member: 29621Members
    edited August 2004
    Obligatory Post:

    *shivers*

    but no really. Thanks for that, it helps alot with the skulk jump/bite thing I've learned to do by hand.

    REal post:

    You being the great guru of wisdom that you are, do you know if userconfig overwrites config? Because the config file says to put all custom configs in userconfig and it exec's userconfig at the last line.
  • ZekZek Join Date: 2002-11-10 Member: 7962Members, NS1 Playtester, Constellation, Reinforced - Shadow
    edited August 2004
    <!--QuoteBegin-JugGerNaut+Aug 1 2004, 02:59 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (JugGerNaut @ Aug 1 2004, 02:59 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> because lots of times i see people do all that really fast and the only way i can think of how to do that is to bind some keys or some kind of hack. <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    lol. No, with a little bit of practice and hud_fastswitch set to 1 you can switch back and forth between weapons as fast as any script. Just set binds that are easily accessible at all times, like Q and/or E(some people like to use lastinv, but I prefer simple weapon slot binds). Switch to leap, click once, switch to bite, click once. You can do it almost instantly; it becomes second nature.

    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Lots of times also i see ppl as a skulk and when they jump while going forward it looks like they jump twice as far as normal (not talking about leep just a normal jump).<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    That would be bunnyhopping. Google for a guide, I don't remember any offhand.
  • ModChaosControlModChaosControl HiveMind NS bot creator Join Date: 2004-03-31 Member: 27613Members
    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> do you know if userconfig overwrites config? Because the config file says to put all custom configs in userconfig and it exec's userconfig at the last line <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

    Userconfig does not modify config.cfg in any way. It just executes a set of commands. Of course, the easiest way would be to put it in

    autoexec.cfg

    That initialises commands EVERY startup and does not get modified by the game in anyway.
  • JugGerNautJugGerNaut Join Date: 2004-06-27 Member: 29575Members
    LOL, you guys are crazy! anywho thanks for the post for the bind, any comments on the double lenght jump though?
  • SwiftspearSwiftspear Custim tital Join Date: 2003-10-29 Member: 22097Members
    <!--QuoteBegin-JugGerNaut+Aug 1 2004, 04:08 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (JugGerNaut @ Aug 1 2004, 04:08 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> LOL, you guys are crazy! anywho thanks for the post for the bind, any comments on the double lenght jump though? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    As stated before, that would be <a href='http://fidosrevenge.com/bhop/' target='_blank'>bunnyhopping</a>. Basicly it is a difficult skill that exploits an error in HL's airbound physics that good players use for more air manuverability and faster movement speeds. In effect it can also increase the lenght of a players jump exponentially (same time in air, higher movement speed)
  • JugGerNautJugGerNaut Join Date: 2004-06-27 Member: 29575Members
    AH kool, thanks.

    For that myconfig.cfg file do I put this exactly

    +jump
    -jump
    weapon_leap
    +attack
    -attack
    weapon_bitegun

    do i just save that as myconfig.cfg in wordpad and copy it to my NS folder where the .exe is?

    and in consol I would put exactly this bind pgdn "exec myconfig.cfg" ?

    sorry im not that good with .cfg stuff.
  • laggerlagger Join Date: 2002-10-31 Member: 1805Members
    hud_fastswitch 1

    Hit 2, click, hit 1, click. Thats how I do it and I can do it well enough to bite people mid-leap.

    If you want it even easier hit 2, hold left mouse, hit 1 to start biting.
  • wallerwaller Join Date: 2004-04-28 Member: 28281Members
    +jump
    -jump
    weapon_leap
    +attack
    -attack
    weapon_bitegun

    Put that in myconfig.cfg

    Then make an "Autoexec.cfg" and write

    bind <InsertKeyHEre> exec myconfig.cfg in it.
  • ChurchChurch Meatshield grunt-fodder // Has pre-ordered NS2 Join Date: 2002-12-31 Member: 11646Members, Constellation
    Instead of bitegun and leap, why not use slot1, slot3, etc?
  • mirrodinmirrodin Join Date: 2004-06-29 Member: 29621Members
    Marines also use slot1, etc too, correct?

    The scripts does this

    Jumps
    Equips Leap
    Leaps
    Equips Bite

    for a marine (if you used slot1 and slot 3, then)

    Jumps
    Equips Knife
    Attacks once
    Equips LMG

    But since it uses the names of the alien weapons (which marines obviosuly cannot equip) they just jump, so there is no need to make separate cfgs for each team.
  • JugGerNautJugGerNaut Join Date: 2004-06-27 Member: 29575Members
    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Then make an "Autoexec.cfg" and write

    bind <InsertKeyHEre> exec myconfig.cfg in it.<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

    make an autoexec.cfg?? can you be more accurate and specific because i've been trying to do this and I havent got it to work (where do i put these files, what file type do i save them as, etc), thanks. All that happens when I press pgdn is it switches to bite.
  • wallerwaller Join Date: 2004-04-28 Member: 28281Members
    Yeah just make one using notepad.

    Select "All Files" aswell SS.
    1.JPG 10.9K
  • ModChaosControlModChaosControl HiveMind NS bot creator Join Date: 2004-03-31 Member: 27613Members
    <!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> do i just save that as myconfig.cfg in wordpad and copy it to my NS folder where the .exe is? <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->

    Put it where the ns.ico file is, or in your 'nsp' folder.

    Makesure that you use the parameter ".* All files" when saving with WordPad. Some users have been caught out.
  • weggyweggy Join Date: 2003-06-04 Member: 16998Members
    Dumb question, but are you jumping before you leap?

    You also dont NEED scripts to switch to bite instantly after a leap, just fast fingers and hud_fastswitch.
  • CMEastCMEast Join Date: 2002-05-19 Member: 632Members
    Or you could just put the bind at the bottom of the main config file, if you're only using one bind surely that's easier than creating loads of seperate .cfg's?
  • BirdyBirdy Join Date: 2003-05-29 Member: 16825Members, Constellation
    alias +slotter1 "weapon_leap;+attack"
    alias -slotter1 "-attack;weapon_bitegun"
    bind x +slotter1
  • wallerwaller Join Date: 2004-04-28 Member: 28281Members
    Or you could use lastinv...
  • IceBaronIceBaron Join Date: 2003-02-25 Member: 13954Members
    Most people you see biting you in mid or even early leap don't use a script. They just have buttons binded to slots or last inv.
    I use the number keys on the right for movement, 8 is forward, 123 is left strafe, back and rightstrafe. So all my slots are binded to 7, 9, 4, 6 and DEL. I get accused of using some sort of metabolize script all the time cause I can blink, meta in the air and land slashing.
  • wallerwaller Join Date: 2004-04-28 Member: 28281Members
    I can do that all with lastinv, maybe it's just all preferance.
  • meretrixmeretrix Join Date: 2004-01-23 Member: 25620Members, Constellation
    You all realize that you can just make config.cfg "Read Only" and add whatever you want to it. That's what I do. Much easier than writing tons of other exec code lines.
  • IBTIBT Join Date: 2003-10-22 Member: 21879Members
    i dont like scripts, seem to take some of the fun away, aside, lets see you do that without scipts.
  • ModChaosControlModChaosControl HiveMind NS bot creator Join Date: 2004-03-31 Member: 27613Members
    scripts where handy for CS 1.5 WON Buy-Lagg ^_^
Sign In or Register to comment.