![]() | |
I have began searching around and putting together some helpful Team Fortress 2 Scripts lately. I’ve noticed that the ability to use scripts in Team Fortress 2 isn’t as powerful as it’s predecessor Team Fortress.
I’ve only began putting some clean structured configuration files together, so updates will be frequent. I will be searching the web for you basically, locating and creating scripts based off what I have found.
Here is a couple scripts I have gathered so far:
Engineer Script:
echo ———————————-
echo Engineer Script Loaded!
echo ———————————-// Global Un-Binds
// ** Must Leave at the top of the document!
unbind “RIGHTARROW”
unbind “LEFTARROW”
unbind “UPARROW”
unbind “DOWNARROW”
unbind “e”// Build Notices
bind “RIGHTARROW” “build 0; say_team Dispenser Built”
bind “LEFTARROW” “build 3; say_team Sentry Built”
bind “UPARROW” “build 2; say_team Teleport Exit Built”
bind “DOWNARROW” “build 1; say_team Teleport Entrance Built”// Quick Repair
unbind “e”
alias +wrench “slot3; wait; +attack”
alias -wrench “-attack; slot1″
bind “e” “+wrench”
In simple terms, I have binded the build options to your arrows for quick referencing. Also, when you push and hold your “E” key, it equips you with your wrench and swings it until you let go of the key. Once you let go, it will switch to your previous inventory slot selected.
Leave a reply
You must be logged in to post a comment.