I saw this posted on another site (TG) and don't remember seeing it here already so thought I'd share for those who care....
Originally Posted by BigGaayAl
...change the button assigned to Weapon 9 (=the parachute) to the SAME button that yoou use to jump.
the lines in controls.con look like this for me, using numpad 0 for jump&chute:
The main advantage to this is that when you jump off a roof, you can just keep spamming the jump button, thus minimizing the time needed to open the parachute.
Originally Posted by BigGaayAl
...change the button assigned to Weapon 9 (=the parachute) to the SAME button that yoou use to jump.
the lines in controls.con look like this for me, using numpad 0 for jump&chute:
Code:
jump: ControlMap.addKeyToTriggerMapping c_PIAction IDFKeyboard IDKey_Numpad0 10000 0 chute: ControlMap.addKeyToTriggerMapping c_PIWeaponSelect9 IDFKeyboard IDKey_Numpad0 10000 0

Comment