Jump to content
Upcoming
  • asiafortress cup 14

deliaren

Member
  • Content count

    1225
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by deliaren


  1. A bind will solve your problems. The following script is taken from the edited version of natapon's competitive config files (http://code.google.com/p/tf2compconfiguration/):

     

    //Rocket Jump

    alias +rocketjump "+jump;+duck;wait;+attack"

    alias -rocketjump "-jump;-attack;wait;wait;wait;-duck"

    bind mouse2 "+rocketjump"

     

    [/quote']

     

    rocket jump script is not good because it will be harder to vary your rocketjumps as sometimes you would want to do a very low jump for more distance but less airtime

     

    try a crouch jump script instead,

     

    alias +crouchjump "+jump; +duck"
    alias -crouchjump "-duck; -jump"
    bind "(yourkeyhere)" "+crouchjump"

     

     

×