Does anyone knows how to drop x-flares with right-mousebutton in helicopter?
Pages: 1
- Index »
- Games »
- Battlefield Series »
- Battlefield 2 »
- Help »
- change controls in controls.con
Right click or right mouse button? Have you tryed in game. If that doesn't work, use mouse software to set the mouse key to a keyboard key and then bind it to the keyboard key.JuRiXD wrote:
Does anyone knows how to drop x-flares with right-mousebutton in helicopter?
if he has the correct mouse that is...not all mice with or without software can bind the buttons...otherwise i'd say it's possible to do via config files in the same way as:DaMaster wrote:
Right click or right mouse button? Have you tryed in game. If that doesn't work, use mouse software to set the mouse key to a keyboard key and then bind it to the keyboard key.JuRiXD wrote:
Does anyone knows how to drop x-flares with right-mousebutton in helicopter?
http://forums.bf2s.com/viewtopic.php?id=67124
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
That works even if the game dose not recognise the key that you are imputing? I though that was just a way to bind two actions to one key that the game all ready recognises.thepilot91 wrote:
if he has the correct mouse that is...not all mice with or without software can bind the buttons...otherwise i'd say it's possible to do via config files in the same way as:DaMaster wrote:
Right click or right mouse button? Have you tryed in game. If that doesn't work, use mouse software to set the mouse key to a keyboard key and then bind it to the keyboard key.JuRiXD wrote:
Does anyone knows how to drop x-flares with right-mousebutton in helicopter?
http://forums.bf2s.com/viewtopic.php?id=67124
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
I haven't tested this but here is how I would try to do it.
First, find the section of controls.con that starts with ControlMap.create HelicopterPlayerInputControlMap
Then find this line in that section:
ControlMap.addKeyToTriggerMapping c_PIFlareFire IDFKeyboard IDKey_X 0 0
and change it to
ControlMap.addButtonToTriggerMapping c_PIFlareFire IDFMouse IDButton_1 0 0
First, find the section of controls.con that starts with ControlMap.create HelicopterPlayerInputControlMap
Then find this line in that section:
ControlMap.addKeyToTriggerMapping c_PIFlareFire IDFKeyboard IDKey_X 0 0
and change it to
ControlMap.addButtonToTriggerMapping c_PIFlareFire IDFMouse IDButton_1 0 0
Last edited by san4 (2008-08-20 16:44:02)
I play with mouse wheel up to fly by camera and wheel down with rear chase, wheel click double cockpit.
It doesn't matter if you can't set it in game, thats why people have to use controls.con.
What happens when you are gunning?
Let me know how that works out for you.
It doesn't matter if you can't set it in game, thats why people have to use controls.con.
What happens when you are gunning?
Let me know how that works out for you.
Last edited by Ten24Alpha420 (2008-08-20 16:57:55)
Bah now I got kicked by punkbuster for changing my config.con. Thay are getting to hard. Cant even change your settings.
Have you tryed different servers, sounds like some gay admins carv check, i dought its a global pb thing. Also, dose it work ingame? Just because it shows up strange in the game dosent mean it wont work.JuRiXD wrote:
Bah now I got kicked by punkbuster for changing my config.con. Thay are getting to hard. Cant even change your settings.
Pages: 1
- Index »
- Games »
- Battlefield Series »
- Battlefield 2 »
- Help »
- change controls in controls.con