Joined: Sun Mar 23, 2008 11:44 pm Posts: 3761 Location: Leicester, UK
STEAM_0:0:15279954
Useful scripts
These go in C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\cfg
By default, when you tap A and then D (or is it A then D then A, I forget...) your movement stops. This script rebinds your WASD keys to stop this from happening:
autoexec.cfg
Code:
//strafe fix bind w +mfwd bind s +mback bind a +mleft bind d +mright alias +mfwd "-back;+forward;alias checkfwd +forward" alias +mback "-forward;+back;alias checkback +back" alias +mleft "-moveright;+moveleft;alias checkleft +moveleft" alias +mright "-moveleft;+moveright;alias checkright +moveright" alias -mfwd "-forward;checkback;alias checkfwd none" alias -mback "-back;checkfwd;alias checkback none" alias -mleft "-moveleft;checkright;alias checkleft none" alias -mright "-moveright;checkleft;alias checkright none" alias checkfwd none alias checkback none alias checkleft none alias checkright none alias none ""
This 'radar' script for the medic displays a heal icon for nearby teammates, even through walls. Pretty useful when you're stuck by yourself in enemy territory. It works by temporarily raising the auto-call health percentage. It's bound to alt, but you can change that.
medic.cfg
Code:
//Radar alias +radar "hud_medicautocallersthreshold 450" alias -radar "hud_medicautocallersthreshold 60" bind ALT +radar
Engineer script that binds the F1-F4 keys to build/destroy for sentry, dispenser etc.
engineer.cfg
Code:
// Destroying and building alias dbsentry "destroy 2; build 2" alias dbdispenser "destroy 0; build 0" alias dbentrance "destroy 1; build 1" alias dbexit "destroy 3; build 3"
F1 = Tap twice to move to new spawn room F2 = Have all teammates nearby show their location M1 = Medi gun/kritzkrieg M2 = Syringe gun/blutsauger, when getting out will make all teammates call out M3 = Bonesaw/ubersaw M4 = Charge, will switch to medi gun/kritzkrieg automatically, will drop any intelligence being carried, and will also mask the "go go go" voice trigger C = Vocalise fake ubercharge
//Highjump alias "+jumpeh" "+jump; +duck" alias "-jumpeh" "-duck; -jump" bind "space" "+jumpeh"
I will add more scripts when I get back to my PC, as I'm currently out of town right now.
_________________
Fluffy wrote:
Poopenschnitzel.
Fluffy wrote:
I SAID POOPENSCHNITZEL!!
Tank driver in Battlefield 3 wrote:
My cheese's mad funkies, yo
Quake 3 hit sound Download and save to steam\steamapps\yoursteamaccountnamehere\team fortress 2\tf\sound\ui
Last edited by iRPAx on Tue Nov 05, 2013 1:47 am, edited 1 time in total.
Mon Nov 04, 2013 12:54 pm
Sam
HH Donor
Joined: Sun Mar 23, 2008 11:44 pm Posts: 3761 Location: Leicester, UK
STEAM_0:0:15279954
Re: Useful scripts
Ooh yes, I use the crouch jump one for scout and sniper. Pretty good if you miss an enemy sniper and you want to avoid a headshot, as I think crouch jumping messes up the hitboxes.
I disable it when playing other classes because it gives less control over rocket/sticky jumps and targe jumps. You can do this by making a new config called clear.cfg and adding:
alias "aim" "+aim" alias "+aim" "sensitivity 0.83; alias aim -aim" // High sensitivity alias "-aim" "sensitivity 0.32; alias aim +aim" // Low sensitivity bind "f" "aim" // Pressing 'f' toggles between high and low sensitivity
ok ppl I hope you won't abuse this but I'll sahre my quicksentry script with you
Code:
alias "+quick_sentry" "destroy 2; build 2; wait 10; +attack" alias "-quick_sentry" "-attack; lastinv"
you have to bind it to a button like this (you can replace MOUSE5 by some other button):
Code:
bind "MOUSE5" "+quick_sentry"
You will see it's amazing for gunslinger engies It might not work on every server, depending on tickrate and whether the wait command is disabled or not but on HH it works perfectly!
Tue Nov 05, 2013 7:59 pm
Sam
HH Donor
Joined: Sun Mar 23, 2008 11:44 pm Posts: 3761 Location: Leicester, UK
STEAM_0:0:15279954
Users browsing this forum: No registered users and 4 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum