Usefull TF2 scripts(Please dont flame)

A forum dedicated to Team Fortress 2
MasterChef
Retired Admin
Retired Admin
User avatar
Posts: 5439
Joined: Mon Nov 06, 2006 8:05 pm

Games Played

Ville Awards

<TVB>MasterChef’s avatar
Loading…

Re: Usefull TF2 scripts(Please dont flame)

Post by MasterChef » Wed Aug 31, 2011 4:50 am

C for crouch feels so awkward. And as Crimson said, I don't like taking a finger off of D to do it. Left ctrl works naturally for me and my hands really aren't too giant.

For most shooters I use right click as jump instead of space.
Image

Jesus_Faction
Villun
Villun
User avatar
Posts: 1525
Joined: Sun Feb 08, 2009 11:02 am

Games Played

Ville Awards

Jesus Faction’s avatar
Loading…

Re: Usefull TF2 scripts(Please dont flame)

Post by Jesus_Faction » Wed Aug 31, 2011 8:17 am

quick switch toggle

alias switchloadout "showloadout"
alias showloadout "+quickswitch; alias switchloadout hideloadout"
alias hideloadout "-quickswitch; alias switchloadout showloadout"
bind "j" "switchloadout"

view model toggle

alias toggleview toggleview1
alias toggleview1 "r_drawviewmodel 0; alias toggleview toggleview2"
alias toggleview2 "r_drawviewmodel 1; alias toggleview toggleview1"
bind "f" toggleview

Eggers
Villun
Villun
User avatar
Posts: 87
Joined: Thu Jul 07, 2011 6:53 pm
Location: Phoenix, AZ

Games Played

Ville Awards

Re: Usefull TF2 scripts(Please dont flame)

Post by Eggers » Wed Aug 31, 2011 8:20 am

I just faceroll. Seems to have worked out good so far.
Image (9-0-1)

bullet4o1
Villun
Villun
User avatar
Posts: 971
Joined: Tue Jul 07, 2009 12:54 pm
Location: Mazomanie, WI
Contact:

Games Played

Ville Awards

Buuulet401’s avatar
Loading…

Re: Usefull TF2 scripts(Please dont flame)

Post by bullet4o1 » Wed Aug 31, 2011 11:39 am

Flaming Cheese Wheel wrote:I'm one of those ESDF types.
High five
Image
Intel I7 860 | Intel Board | 8GB DDR3 PC1600 | MSI HD5770 Juniper XT | 32 GB SSD | 4.25 TB's and counting!!

Fano
Villun
Villun
Posts: 724
Joined: Tue Nov 10, 2009 7:56 pm

Games Played

Ville Awards

Fano’s avatar
Loading…

Re: Usefull TF2 scripts(Please dont flame)

Post by Fano » Wed Aug 31, 2011 1:01 pm

Jesus_Faction wrote:quick switch toggle

alias switchloadout "showloadout"
alias showloadout "+quickswitch; alias switchloadout hideloadout"
alias hideloadout "-quickswitch; alias switchloadout showloadout"
bind "j" "switchloadout"

view model toggle

alias toggleview toggleview1
alias toggleview1 "r_drawviewmodel 0; alias toggleview toggleview2"
alias toggleview2 "r_drawviewmodel 1; alias toggleview toggleview1"
bind "f" toggleview
these are a lot more complicated than they need to be.

for the first one, all you need is this:

Code: Select all

bind "j" "+quickswitch"
for the second all you need is this:

Code: Select all

bind "f" "incrementvar r_drawviewmodel 0 1 1"
Image

Post Reply

Who is online

Users browsing this forum: No registered users and 26 guests