Team Fortress 2
From M L Vision Network Services Wiki
Edit the files located in:
C:\Program Files\Steam\steamapps\steamaccount\team fortress 2\tf\cfg
Default (config.cfg)
These commands increase the bandwidth use causing less lag on high player count games.
rate 30000 cl_updaterate 100 cl_cmdrate 100
All
The high jump commands allow for holding down space to crouch. This allows players to jump to areas that are normally quite hard to reach (on top of dispensers etc).
// Highjump alias "+jumpeh" "+jump; +duck" alias "-jumpeh" "-duck; -jump" bind "space" "+jumpeh"
Soldier (soldier.cfg)
The rocket jump command allows the use of the right mouse button to do an optimally high rocket jump.
// Rocket Jump alias +rocketjump "+jump; +duck; wait; +attack" alias -rocketjump "-jump; -attack; wait; wait; wait; -duck" bind "MOUSE2" "+rocketjump" // Rocket Launcher bind "MOUSE3" slot1 // Shovel bind "MOUSE4" slot3 // Shotgun bind "MOUSE5" slot2
Other
bind "MOUSE2" "+attack2"