And in case you're the same Dspradau I've seen ingame, please, for hte love of god get resupply when you're playing rines <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo-->
And in case you're the same Dspradau I've seen ingame, please, for hte love of god get resupply when you're playing rines <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo--> <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd--> Ah, you kind of forgot to include the code that is k1 and k3...
But seriously, i hope your joking because that is the kinda of request that gets threads like this locked. With the flames and such. <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused-fix.gif' border='0' style='vertical-align:middle' alt='confused-fix.gif' /><!--endemo-->
5 w0 pistol shots is all you need to kill a hive3 skulk w/o carapace, assuming he doesn't regen in the time it takes to use it. It's an interesting idea.
50 rounds will last you through a few skulks, so you can reload in the pause. Anything bigger than a lerk and extra ammo won't matter much if all you have is an lmg.
I would suggest using it for the pistol. Whole clip in two clicks ftw.
nothing will change the max ROF for any of the guns. the lmg especially because the auto ROf is always constant. All the script does is fire three rounds every time you click.. so to get off a few burst fires youre going to have to click a couple times. the pistol script doesnt exceed the max ROF for the pistol but it does make it feel a whle lot faster when using it from what ive experienced. but eh.. dont take my word for it, try it yourself.
xtcmenJoin Date: 2004-04-20Member: 28040Members, Squad Five Blue
o.k. I am looking for a couple burst scripts. I saw the other post but that wasn't a 5 burst one.
Is there a way where I could use a 5 round burst scripts for pistol, lmg, and hmg. Where I could turn it on and off. Does the script effect all guns or just one? If it effects one, i would like one for each of those. If it effects all, just give me a plain 5 round burst script and I'll turn it off when i use the shotgun, gl etc.
Oh and explain to me what I have to change in the script and what exactly the script does.
Use the 5 shot I posted last page. If it's on, if works for whatever weapon you happen to e using, including welder, hand nads and mines, although it, predictably, sucks with those. Just change the x in the bind line to whatever key you want to use to toggle it on/off. Shove it in your userconfig.cfg and you're done.
<!--QuoteBegin-xtcmen+Mar 16 2005, 10:27 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (xtcmen @ Mar 16 2005, 10:27 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> o.k. I am looking for a couple burst scripts. I saw the other post but that wasn't a 5 burst one.
Is there a way where I could use a 5 round burst scripts for pistol, lmg, and hmg. Where I could turn it on and off. Does the script effect all guns or just one? If it effects one, i would like one for each of those. If it effects all, just give me a plain 5 round burst script and I'll turn it off when i use the shotgun, gl etc.
Oh and explain to me what I have to change in the script and what exactly the script does.
Thanks <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd--> Why would you want a 5 round LMG script? 50-65 damage won't kill anything.
Here is a part of my commander script. I use my mousebuttons to go to health request and ammor request. But for some reason <u><b>"go to order request" doesn't work</b></u>, which is bound to the middle mousebutton. <!--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-->Unbindall Exec config.cfg
// select all bind "SHIFT" "impulse 105"
// go to order request alias "Order_Request" "impulse 123; say_team Checking Request" bind "MOUSE3" "Order_Request"
// go to health request alias "Health_Request" "impulse 125; hotkey88; hotkey59" bind "MWHEELUP" "Health_Request"
// go to ammo request alias "Ammo_Request" "impulse 124; hotkey88; hotkey60" bind "MWHEELDOWN" "Ammo_Request"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
<!--QuoteBegin-Xtof+Mar 17 2005, 08:28 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Xtof @ Mar 17 2005, 08:28 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Here is a part of my commander script. I use my mousebuttons to go to health request and ammor request. But for some reason <u><b>"go to order request" doesn't work</b></u>, which is bound to the middle mousebutton. <!--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-->Unbindall Exec config.cfg
// select all bind "SHIFT" "impulse 105"
// go to order request alias "Order_Request" "impulse 123; say_team Checking Request" bind "MOUSE3" "Order_Request"
// go to health request alias "Health_Request" "impulse 125; hotkey88; hotkey59" bind "MWHEELUP" "Health_Request"
// go to ammo request alias "Ammo_Request" "impulse 124; hotkey88; hotkey60" bind "MWHEELDOWN" "Ammo_Request"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Can someone tell me why it won't work?
Greetz, XtOf <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd--> the alias <!--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-->alias "Order_Request" "impulse 123; say_team Checking Request"<!--c2--></td></tr></table><div class='postcolor'><!--ec2--> is broken here: alias "Order_Request" "impulse 123; <span style='color:red'>say_team <b>Checking Request</b></span>"
alias up the message and use that alias within the Order_Request alias for it to work, because you break the string when adding values that require more than one space(like a message containing more than one word)
Tx for the help. I'm not good at scripting so could you please write that down for me (don't think it is that much work <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused-fix.gif' border='0' style='vertical-align:middle' alt='confused-fix.gif' /><!--endemo--> )? I haven't tried it yet myself, but at first glanze I don't know how to do it.
<u>Edit: I have tried it but it doesn't seems to work <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo--> .</u>
<!--QuoteBegin-xtcmen+Mar 16 2005, 11:10 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (xtcmen @ Mar 16 2005, 11:10 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> So you can kill nub skulks with 2-3 bursts and save ammo. I mean if you practice with it, you can own hardcore.
AND THANKS REK YOU OWN <3 u. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd--> umm no for the lmg and hmg your gonna just want a key bound to +attack.
the pistol is the most viable weapon for a 5 round burst but i dont think i would want it. it would be good for sniperering lerks and skulks
Oh I just tried that out and it works. I knew the console used to be finicky when it came to too many spaces in a string. Though I noticed the cmd "name" is still like that.. good to know
Comments
Thx <!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif' /><!--endemo--> <!--emo&::skulk::--><img src='http://www.unknownworlds.com/forums/html/emoticons/skulk.gif' border='0' style='vertical-align:middle' alt='skulk.gif' /><!--endemo-->
alias -leap "k1"
bind MOUSE2 "+leap"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
And in case you're the same Dspradau I've seen ingame, please, for hte love of god get resupply when you're playing rines <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo-->
alias -leap "k1"
bind MOUSE2 "+leap"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
And in case you're the same Dspradau I've seen ingame, please, for hte love of god get resupply when you're playing rines <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo--> <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
Ah, you kind of forgot to include the code that is k1 and k3...
Here:
<!--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-->alias +leap "slot3; wait; +attack"
alias -leap "-attack; wait; slot1"
bind "MOUSE2" "+leap"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
<!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif' /><!--endemo--> <!--emo&::gorge::--><img src='http://www.unknownworlds.com/forums/html/emoticons/pudgy.gif' border='0' style='vertical-align:middle' alt='pudgy.gif' /><!--endemo-->
alias aimbot "quit"
bind "+mouse1" "aimbot"
all done...
But seriously, i hope your joking because that is the kinda of request that gets threads like this locked. With the flames and such. <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused-fix.gif' border='0' style='vertical-align:middle' alt='confused-fix.gif' /><!--endemo-->
<!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif' /><!--endemo--> <!--emo&::gorge::--><img src='http://www.unknownworlds.com/forums/html/emoticons/pudgy.gif' border='0' style='vertical-align:middle' alt='pudgy.gif' /><!--endemo-->
alias -5shot ""
alias 5son "bind mouse1 +5shot; alias 5s 5soff; speak one"
alias 5soff "bind mouse1 +attack; alias 5s 5son; speak zero"
alias 5s "5son"
bind "x" "5s"
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Change x in the last line to whatever key you want to use to toggle the burst-fire on/off. Zero means off, one means on.
why would you want a 5 shot scipt <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused-fix.gif' border='0' style='vertical-align:middle' alt='confused-fix.gif' /><!--endemo-->
Confuse, you do realize that, because NS has no recoil, burst fire on full-auto weapons is pointless.
I would suggest using it for the pistol. Whole clip in two clicks ftw.
For lmg, the rof doesnt change right?
For pstiol, does it shoot an instant 5 shots?
Is there a way where I could use a 5 round burst scripts for pistol, lmg, and hmg. Where I could turn it on and off. Does the script effect all guns or just one? If it effects one, i would like one for each of those. If it effects all, just give me a plain 5 round burst script and I'll turn it off when i use the shotgun, gl etc.
Oh and explain to me what I have to change in the script and what exactly the script does.
Thanks
Is there a way where I could use a 5 round burst scripts for pistol, lmg, and hmg. Where I could turn it on and off. Does the script effect all guns or just one? If it effects one, i would like one for each of those. If it effects all, just give me a plain 5 round burst script and I'll turn it off when i use the shotgun, gl etc.
Oh and explain to me what I have to change in the script and what exactly the script does.
Thanks <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
Why would you want a 5 round LMG script? 50-65 damage won't kill anything.
AND THANKS REK YOU OWN <3 u.
<!--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-->Unbindall
Exec config.cfg
// select all
bind "SHIFT" "impulse 105"
// go to order request
alias "Order_Request" "impulse 123; say_team Checking Request"
bind "MOUSE3" "Order_Request"
// go to health request
alias "Health_Request" "impulse 125; hotkey88; hotkey59"
bind "MWHEELUP" "Health_Request"
// go to ammo request
alias "Ammo_Request" "impulse 124; hotkey88; hotkey60"
bind "MWHEELDOWN" "Ammo_Request"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Can someone tell me why it won't work?
Greetz,
XtOf
<!--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-->Unbindall
Exec config.cfg
// select all
bind "SHIFT" "impulse 105"
// go to order request
alias "Order_Request" "impulse 123; say_team Checking Request"
bind "MOUSE3" "Order_Request"
// go to health request
alias "Health_Request" "impulse 125; hotkey88; hotkey59"
bind "MWHEELUP" "Health_Request"
// go to ammo request
alias "Ammo_Request" "impulse 124; hotkey88; hotkey60"
bind "MWHEELDOWN" "Ammo_Request"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Can someone tell me why it won't work?
Greetz,
XtOf <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
the alias
<!--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-->alias "Order_Request" "impulse 123; say_team Checking Request"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
is broken here:
alias "Order_Request" "impulse 123; <span style='color:red'>say_team <b>Checking Request</b></span>"
alias up the message and use that alias within the Order_Request alias for it to work, because you break the string when adding values that require more than one space(like a message containing more than one word)
Tx for the help. I'm not good at scripting so could you please write that down for me (don't think it is that much work <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused-fix.gif' border='0' style='vertical-align:middle' alt='confused-fix.gif' /><!--endemo--> )? I haven't tried it yet myself, but at first glanze I don't know how to do it.
Greetz and thanks,
XtOf
<!--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-->
alias "Order_Request" "impulse 123; say_team Checking Request"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
to this
<!--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-->
alias ordermsg "say_team Checking Request"
alias "Order_Request" "impulse 123;ordermsg"
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
I will try it out now, I'm sure it will work.
Greetz,
XtOf
<u>Edit: I have tried it but it doesn't seems to work <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad-fix.gif' border='0' style='vertical-align:middle' alt='sad-fix.gif' /><!--endemo--> .</u>
Xtof: Your script is correct, except that MOUSE3 don't work during commander mode...
AND THANKS REK YOU OWN <3 u. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
umm no for the lmg and hmg your gonna just want a key bound to +attack.
the pistol is the most viable weapon for a 5 round burst but i dont think i would want it. it would be good for sniperering lerks and skulks
Does anyone know why mouse3 doesn't work in commander mode? If its a bug maybe they can fix it...