Lawdy_
ahhhh dangit!
+15|6167|Australia
Ok so i have been having this problem ever since i got bf2, i though id get used to it, now its just pissing me off.

in the options menu where you change your controls,
i want to change my crouch to left shift and my sprint to control, because these are the settings i use in EVERY other game i play

it says "duplicate key found in yadayadaya" and i have tried everything, by swapping them around from boat,heli,air.

then it tells me "duplicate found in helicopter" and i search there and know that there is no boost key for helicopter, and there is no actual option for boost or anything, and this is completly restricting me from changing it in common controls.

now would anyone have a solution ?

thanks
Rod Foxx
Warblgarbl
+78|6186|Perth, Australia
You need to modify your controls.con file located in ..\My Documents\Battlefield 2\Profiles\[number of profile]    (probably 001) using notepad/wordpad. Search for the lines below and edit accordingly.

The original lines are:

Code:

ControlMap.addKeyToTriggerMapping c_PISprint IDFKeyboard IDKey_LeftShift 0 0

ControlMap.addKeyToTriggerMapping c_PICrouch IDFKeyboard IDKey_LeftCtrl 0 0
You need to change them to:

Code:

ControlMap.addKeyToTriggerMapping c_PISprint IDFKeyboard IDKey_LeftCtrl 0 0

ControlMap.addKeyToTriggerMapping c_PICrouch IDFKeyboard IDKey_LeftShift 0 0

Last edited by Rod Foxx (2008-12-07 01:31:03)

Lawdy_
ahhhh dangit!
+15|6167|Australia

Rod Foxx wrote:

You need to modify your controls.con file located in ..\My Documents\Battlefield 2\Profiles\[number of profile]    (probably 001) using notepad/wordpad. Search for the lines below and edit accordingly.

The original lines are:

Code:

ControlMap.addKeyToTriggerMapping c_PISprint IDFKeyboard IDKey_LeftShift 0 0

ControlMap.addKeyToTriggerMapping c_PICrouch IDFKeyboard IDKey_LeftCtrl 0 0
You need to change them to:

Code:

ControlMap.addKeyToTriggerMapping c_PISprint IDFKeyboard IDKey_LeftCtrl 0 0

ControlMap.addKeyToTriggerMapping c_PICrouch IDFKeyboard IDKey_LeftShift 0 0
Thank you very much! worked perfect !

Board footer

Privacy Policy - © 2024 Jeff Minard