This thread is old, but this is something I thought would be quite useful for people.
How to bind your parachute key to space bar while keeping space bar as jump (taken from
this)
Quote:
16. Parachute pull with space bar
1. Go to bf2 and bind secondary key for parachute (Y for example)
2. Now you have these two lines in the Controls.con file (C:\Documents and Settings\Your Name\My Documents\Battlefield 2\Profiles\Your main profile\)
ControlMap.addKeyToTriggerMapping c_PIWeaponSelect9 IDFKeyboard IDKey_9 10000 0
ControlMap.addKeyToTriggerMapping c_PIWeaponSelect9 IDFKeyboard IDKey_Y 10000 1
3. replace the bottom one with this
ControlMap.addKeyToTriggerMapping c_PIWeaponSelect9 IDFKeyboard IDKey_Space 10000 1
|