Go Back   Tactical Gamer > Tactical > Counter-Strike Source > Counter-Strike - Tactics Discussion


Counter-Strike - Tactics Discussion Tactics and Map discussion for Counter-Strike Source

Reply
 
Thread Tools
Old 05-23-2006, 05:31 AM   #1 (permalink)

 
Iceberg's Avatar
 
Join Date: Dec 2004
Location: Illinois
Age: 25
Posts: 1,928
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.
__________________
It only takes 2 bites [insert parasite] to get to the center of a meatpop.
TGNS Admin | NS Forum Moderator Digz | NS Play Tester
Natural Selection | TGNS Primer | Communication Awareness!
Army Info:
Deployment or Bust - June 2009
Iceberg is offline   Reply With Quote
Old 05-23-2006, 11:39 AM   #2 (permalink)


 
whistler's Avatar
 
Join Date: Apr 2005
Location: Mankato, MN
Posts: 1,765
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?
__________________
whistler is offline   Reply With Quote
Sponsored links
Old 05-23-2006, 01:31 PM   #3 (permalink)



 
TheBigC's Avatar
 
Join Date: Jul 2005
Location: Around
Age: 36
Posts: 3,077
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!

TheBigC is offline   Reply With Quote
Old 05-23-2006, 02:06 PM   #4 (permalink)



 
TheBigC's Avatar
 
Join Date: Jul 2005
Location: Around
Age: 36
Posts: 3,077
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!

TheBigC is offline   Reply With Quote
Old 05-23-2006, 02:22 PM   #5 (permalink)
 
Root's Avatar
 
Join Date: Dec 2004
Location: South east england
Posts: 8,839
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
Root is offline   Reply With Quote
Old 05-23-2006, 03:03 PM   #6 (permalink)

 
Iceberg's Avatar
 
Join Date: Dec 2004
Location: Illinois
Age: 25
Posts: 1,928
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.
__________________
It only takes 2 bites [insert parasite] to get to the center of a meatpop.
TGNS Admin | NS Forum Moderator Digz | NS Play Tester
Natural Selection | TGNS Primer | Communication Awareness!
Army Info:
Deployment or Bust - June 2009
Iceberg is offline   Reply With Quote
Sponsored links
Old 05-23-2006, 05:47 PM   #7 (permalink)
 
Sniper's Avatar
 
Join Date: May 2003
Location: Memphis
Age: 20
Posts: 1,724
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.
Sniper is offline   Reply With Quote
Old 05-23-2006, 05:57 PM   #8 (permalink)
poe
 
poe's Avatar
 
Join Date: Jul 2005
Location: Olympia, Washington (USA)
Age: 21
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.
poe is offline   Reply With Quote
Old 05-23-2006, 10:51 PM   #9 (permalink)
 
Apex's Avatar
 
Join Date: Apr 2006
Posts: 102
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.
Apex is offline   Reply With Quote
Old 05-24-2006, 10:56 AM   #10 (permalink)
 
measley's Avatar
 
Join Date: Apr 2005
Location: Houston
Age: 27
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.
__________________
measley is offline   Reply With Quote
Sponsored links
Old 05-24-2006, 11:19 AM   #11 (permalink)



 
TheBigC's Avatar
 
Join Date: Jul 2005
Location: Around
Age: 36
Posts: 3,077
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!

TheBigC is offline   Reply With Quote
Old 05-24-2006, 02:50 PM   #12 (permalink)
 
Root's Avatar
 
Join Date: Dec 2004
Location: South east england
Posts: 8,839
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
Root is offline   Reply With Quote
Old 05-24-2006, 04:52 PM   #13 (permalink)
 
Apex's Avatar
 
Join Date: Apr 2006
Posts: 102
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.
Apex is offline   Reply With Quote
Old 05-24-2006, 04:57 PM   #14 (permalink)
 
Root's Avatar
 
Join Date: Dec 2004
Location: South east england
Posts: 8,839
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
Root is offline   Reply With Quote
Old 05-24-2006, 06:47 PM   #15 (permalink)
 
Sniper's Avatar
 
Join Date: May 2003
Location: Memphis
Age: 20
Posts: 1,724
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.
Sniper is offline   Reply With Quote
Sponsored links
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dystopia Newbie Guide: Weapons of Dystopia Zephyr Dystopia - Tactics and Map Discussions 0 03-29-2006 11:07 PM
SOP (Tactics) - Fire Discipline asch Battlefield 2 - Standard Operating Procedures 0 07-22-2005 09:24 PM
SOP (Tactics) - Fire Discipline Badger Ghost Recon - Official Rules, Announcements and SOP's 0 05-15-2003 02:25 PM
SOP (Radio) - The Fire Mission Badger Ghost Recon - Official Rules, Announcements and SOP's 0 05-15-2003 02:22 PM


All times are GMT -4. The time now is 04:44 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
©2004-2008 - Tactical Gamer - All Rights Reserved