// Instructions // Goes in your steamapps/common/Team Fortress 2/tf/cfg // F = Medic radar, makes your teammates auto-call for three seconds // T = Masks your uber, press it when you have full charge // C = Fakes your uber, press it when you know the enemy team can hear you // O = Loadout 2 // P = Loadout 3 // If you hold down A and D at the same time you'll move the direction of the key you last held. // Creator: nc.Rayne //MEDIC RADAR alias "autocall_default" "hud_medicautocallersthreshold "50"" alias "autocall_all" "hud_medicautocallersthreshold "150"" alias "+radar" "autocall_all" alias "-radar" "autocall_default" bind f "+radar" // UBER MASK bind t "voicemenu 0 4; voicemenu 0 5; wait 32; say_team MASKING UBER!" // FAKE UBER bind c "voicemenu 2 8; say_team UBER FAKED!" tf_medigun_autoheal "1" hud_medichealtargetmarker "1" // Null movement script 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 "" // Item presets (medi gun/kritz) bind o "load_itempreset 1 bind p "load_itempreset 2