Welcome to Tactical Gamer

+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 27
Discussion: Counter-Strike Source / Counter-Strike - Tactics Discussion - Single/burst/auto fire script. - Code: //toggle burst/single/fullauto alias "waitS" "wait; wait; wait; wait; wait; wait;" alias "waitL" "waitS; waitS;
  1. #1

    Iceberg's Avatar

    Join Date
    Dec 2004
    Location
    Illinois
    Age
    28
    Posts
    2,089

    Single/burst/auto fire script.

    Code:
    //toggle burst/single/fullauto
    alias "waitS" "wait; wait; wait; wait; wait; wait;"
    alias "waitL" "waitS; waitS; waitS; waitS; waitS;"
    
    alias "single" "+attack; waitS; -attack; wait; wait;"
    alias "burst"  "+attack; waitL; -attack" 
    alias "sinatk" "bind MOUSE1 single; bind h buratk;"
    alias "buratk" "bind MOUSE1 burst; bind h autatk;;"
    alias "autatk" "bind MOUSE1 +attack; bind h sinatk;"
    
    bind "MOUSE1" "autatk"
    bind "h" "autatk"
    Change "h" within the last three aliases and the bind to whatever you want to toggle between the fire modes. Something I threw together messing around with source scripting. With an m4 you get a single shot, 3 shot burst, and full automatic. I haven't tested it with any other weapons.
    TG-16 IHS | USAR 16th PSYOP BN, now with more (TGY16)

  2.  
  3. #2

    whistler's Avatar

    Join Date
    Apr 2005
    Location
    Mankato, MN
    Posts
    2,234
    Blog Entries
    1

    Re: Single/burst/auto fire script.

    Squeak, thanks for the info... My question is: Where must I go to change this? Or what must I do?

  4.  
  5. #3


    TheBigC's Avatar

    Join Date
    Jul 2005
    Location
    Just chilling...
    Posts
    3,868

    Re: Single/burst/auto fire script.

    WM,
    You can place that bind in either your config or your userconfig files, both in your CFG folder. If you need help just PM me and I can help you out...
    The Meek shall inherit the earth..... after we're through with it!



  6.  

     
  7. #4


    TheBigC's Avatar

    Join Date
    Jul 2005
    Location
    Just chilling...
    Posts
    3,868

    Re: Single/burst/auto fire script.

    Arg, I just played with that... It was cool except for the single shot mode- that would take allot of getting used too. Good stuff otherwise.
    The Meek shall inherit the earth..... after we're through with it!



  8.  
  9. #5

    Root's Avatar

    Join Date
    Dec 2004
    Location
    South east england
    Posts
    8,835

    Re: Single/burst/auto fire script.

    With this script, you can burst fire an AK. I'm not sure that's appropriate, as a real AK doesn't do burst. I'm also concerned about the 2 round burst from the XM1014 - that's just way to powerful.
    BFCL TF2 league admin

  10.  
  11. #6

    Iceberg's Avatar

    Join Date
    Dec 2004
    Location
    Illinois
    Age
    28
    Posts
    2,089

    Re: Single/burst/auto fire script.

    Whistler: you are going to want to place it in a file called autoconfig.cfg since it will automaticaly be executed after your config.cfg file (inside the cfg folder), you may have to create the file. This way it won't get overwritten automaticaly by source.

    Root: Is it the skill that it removes that concerns you, where learning the timing of each single/burst is removed? It doesn't do anything magical beyond what carefully timed button smashing would do.
    TG-16 IHS | USAR 16th PSYOP BN, now with more (TGY16)

  12.  

     
  13. #7

    Sniper's Avatar

    Join Date
    May 2003
    Location
    Memphis
    Age
    23
    Posts
    1,728

    Re: Single/burst/auto fire script.

    I find this ok. I have done tons of my own scripts that have helped me through the years. They are really helpful and valve encourages it. This is why these were made. It really does help, but over the years just manually firing and such is best.. or atleast for me.

    Root.. What do you mean 2 round bursting with the shotgun? These scripts doesnt make any difference in actual firing speeds. What is done in these scripts can be done using the plain-ole-mouse, but to some it's just easier.

  14.  
  15. #8
    poe
    poe is offline

    poe's Avatar

    Join Date
    Jul 2005
    Location
    Olympia, Washington (USA)
    Age
    24
    Posts
    1,105

    Re: Single/burst/auto fire script.

    I prefer to fire on my own. I like to have full control over what I do- and it's not hard to practice to be able to single/burst/auto on your own. And in fact, it makes you much more deadly, especially since you won't have to rely on a script. What happens if you forget to switch? Possible death because of it. I like being the death machine, not having me using tools While it's not hacking, it almost seems like another aspect of it. Not technically "illegal" and such, but for these purposes I'm not a fan. Not against it...but... to each their own. Just know that when I get ya, it is -me- getting you

    I heard a rather large discussion with Wyzcrak about scripting (several times)... I happen to agree with the side about scripting is about giving you an advantage without the necessity of skill.

  16.  
  17. #9

    Apex's Avatar

    Join Date
    Apr 2006
    Posts
    103

    Re: Single/burst/auto fire script.

    I don't understand what the difference is between using this script vs. just controlling your rate of fire?

    Anyone can shoot singles, 2 or 3 round burst or full auto. Why do you need a script to do this? I guess I don't see the advantage.

  18.  

     
  19. #10

    measley's Avatar

    Join Date
    Apr 2005
    Location
    Houston
    Age
    30
    Posts
    120

    Re: Single/burst/auto fire script.

    This sounds like the sort of thing we usually discourage around here, maybe i'm just misunderstanding it.

  20.  
  21. #11


    TheBigC's Avatar

    Join Date
    Jul 2005
    Location
    Just chilling...
    Posts
    3,868

    Re: Single/burst/auto fire script.

    Quote Originally Posted by Apex
    I don't understand what the difference is between using this script vs. just controlling your rate of fire?

    Anyone can shoot singles, 2 or 3 round burst or full auto. Why do you need a script to do this? I guess I don't see the advantage.
    I agree. I tried the script for a quick minute and hated it. I think it is easier to use a little self control with the mouse and you get the same results. The only thing this does is distract you and get you killed because you have single shot set, when you needed burst or auto.
    The Meek shall inherit the earth..... after we're through with it!



  22.  
  23. #12

    Root's Avatar

    Join Date
    Dec 2004
    Location
    South east england
    Posts
    8,835

    Re: Single/burst/auto fire script.

    Quote Originally Posted by Apex
    I don't understand what the difference is between using this script vs. just controlling your rate of fire?.
    It's the same difference as having 2 real weapons, one with 3 round burst, and one without. This sums up my objectiion to the script - it's unrealistic to use it on guns that don't have the facility IRL.
    BFCL TF2 league admin

  24.  

     
  25. #13

    Apex's Avatar

    Join Date
    Apr 2006
    Posts
    103

    Re: Single/burst/auto fire script.

    Quote Originally Posted by Root
    It's the same difference as having 2 real weapons, one with 3 round burst, and one without. This sums up my objectiion to the script - it's unrealistic to use it on guns that don't have the facility IRL.
    Gotcha. I guess if a weapon doesn't have it in real life, then it shouldn't in game. (I thought M4A1 could burst tho).

    I still don't think there's any more advantage to using this script, though. It may even be more of a hinderance. It's not like the famas where you gain more accuracy at the expense of a lower rate of fire.

  26.  
  27. #14

    Root's Avatar

    Join Date
    Dec 2004
    Location
    South east england
    Posts
    8,835

    Re: Single/burst/auto fire script.

    Quote Originally Posted by Apex
    (I thought M4A1 could burst tho).
    I believe you are correct in that regard. I've been told that the AK definitely doesn't have burst IRL.
    BFCL TF2 league admin

  28.  
  29. #15

    Sniper's Avatar

    Join Date
    May 2003
    Location
    Memphis
    Age
    23
    Posts
    1,728

    Re: Single/burst/auto fire script.

    Some people like them because they havnt got thier timing quite right with it yet. A few days or weeks with these can help your timing as well. I personally LOVE them, though I dont use them. You can't really enforce the "No script rule" because nothing can really pick them up. I can 3 round burst all day and not be using one, but someone else can be using it and 3 round all day and no be suspected of it. They have advantages, but they also have disadvantages as well.

  30.  

     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts


  
 

Back to top