Jump to content

Team Fortress 2 pyro script idea (DRAFT)

Hi all, I was just wondering if there are any tf2 players within the LTT community. If you happen to be a tf2 player keep reading!
I decided to venture into the world of scripts today and since I play a lot of pyro it seemed like the logical place to start scripting.
just to let u all know this is my first time writing a script so there are bound to be bugs and errors, just comment the error/fix down below. 
Anyway here is my script:

 

Spoiler

 

//|========================================== |
//|===============PYRO CONFIG===============|
//|=============Created by ɭuʍєѕ Ϛ==============|
//|==================Enjoy :)==================|
//|==========================================|

// All the binds:
// Note: if you tap, it will just switch, hold to fire continuasly
// mouse1: switches to degreaser and attacks
// mouse2: switches to flaregun/scorch shot/shotgun and attacks
// mouse3: switches to degreaser and airblasts
// alt: switches to powerjack/axtinguisher and attacks
// shift: panic button/spy-checker
// control: auto puff-and-sting (degrese, airblast, flaregun)

// |=================|
// |=====aliases ======|
// |=================|

alias +degreaser "slot1;+attack"
alias -degreaser "-attack"

alias +flaregun "slot2;+attack"
alias -flaregun "-attack;slot1"

alias +airblast "slot1;+attack2"
alias -airblast "-attack2"

alias +powerjack "slot3;+attack"
alias -powerjack "-attack;slot1"

alias +panic "slot1; cl_yawspeed 4500; +right; +attack";
alias -panic "-attack; -right; cl_yawspeed 210";

alias +puff "slot1;+attack;wait15;-attack;+attack2;slot2;+attack)
alias -puff "-attack;slot1"


// |===============|
// |=====binds =====|
// |===============|
bind mouse1 +degrease

bind mouse2 +flaregun

bind mouse3 +airblast

bind alt +powerjack

bind lshift +panic

bind lcontrol +puff

echo "ɭuʍєѕ Ϛ PYRO CONFIG LOADED"
// |===============================================================================================================|

 


*END OF SCRIPT*

please let me know if this script would actually work. if you have any suggestions or bug fixes again please leave a comment. thanks!

Link to comment
https://linustechtips.com/topic/560397-team-fortress-2-pyro-script-idea-draft/
Share on other sites

Link to post
Share on other sites

Just now, Sneach2 said:

better that W+M1 phlog surely? 

Yes, but you can have a more efficient play style if you went as a Backburner/Detonator combo. Ammo would be dropping so rapidly anyways that the airblast cost would rarely be an issue.

Check out my guide on how to scan cover art here!

Local asshole and 6th generation console enthusiast.

Link to post
Share on other sites

3 minutes ago, Dan Castellaneta said:

Yes, but you can have a more efficient play style if you went as a Backburner/Detonator combo. Ammo would be dropping so rapidly anyways that the airblast cost would rarely be an issue.

 

your right about that but a backburner detonator script is hardly necessary. Plus it is much more fun (in my opinion) to us puff and sting :p

 anyway do u have anything to add about the script?

Link to post
Share on other sites

Just now, Sneach2 said:

 

your right about that but a backburner detonator script is hardly necessary. Plus it is much more fun (in my opinion to us puff and sting :p) anyway do u have anything to add about the script?

Not really.

Check out my guide on how to scan cover art here!

Local asshole and 6th generation console enthusiast.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×