|
|
| Author(s): viperesque |
| Category: TF2 > Weapon Scripts |
Notes/Usage Instructions:
The minigun is the TF2 weapon most likely to turn your fingers into small fleshy nubs from pressing the mouse down too long. This script eliminates all mouse holding involved in the minigun. Now, you use it like this:
When not firing or spinning the barrel, left clicking (and not holding) will cause you to start firing, and right clicking will spin the barrel up. Clicking the same button again will stop the action. When the barrel is spinning, left click to start firing, right click to stop spinning. When firing, left click to stop altogether, right click to revert to spinning. If you die while spinning or firing (or change class), you have to press mouse3 to cancel everything. To install, copy into your program files/steam.steamapps/[steam username]/team fortress 2/tf/cfg/heavyweapons.cfg file.
V2 CHANGES
=========
-Made it much easier to change the keys the script is bound to
-Added a jump before you spin up or attack from normal position to maximise speed
-Fixed a couple of small bugs/inefficiencies in the scripting |
Script Code:
Alias "quickspin" "+jump; wait 10; -jump"
alias "+gunn" "quickspin; wait; +attack"
alias "-gunn" "slowdownbind; wait; spinup2bind"
alias "+stop" "-attack2; wait; gunnbind"
alias "-stop" "spinupbind"
alias "reset" "-attack2; wait; gunnbind; wait; spinupbind"
alias "+spinup2" "-attack; wait; +attack2; wait; gunnembind"
alias "-spinup2" "resetbind"
alias "+slowdown" "-attack"
alias "-slowdown" "gunnbind; wait; spinupbind"
alias "+gunnem" "+attack; wait; -attack2; wait; spinup2bind"
alias "-gunnem" "slowdownbind"
alias "+spinup" "quickspin; wait; +attack2; wait; gunnembind"
alias "-spinup" "stopbind"
alias "gunnbind" "bind mouse1 +gunn"
alias "gunnembind" "bind mouse1 +gunnem"
alias "slowdownbind" "bind mouse1 +slowdown"
alias "spinup2bind" "bind mouse2 +spinup2"
alias "resetbind" "bind mouse2 reset"
alias "spinupbind" "bind mouse2 +spinup"
alias "stopbind" "bind mouse2 +stop"
bind mouse3 "-attack; wait; -attack2; wait; gunnbind; wait; spinupbind"
bind mouse1 +gunn
bind mouse2 +spinup
|
| Added: 3 months ago |
 Add Feedback |
 You cannot assess yet!Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or login. This script in a nutshell... Handy & Helpful 1 x Handy 1 x Helpful You cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login. Want more? Find related scripts. |