Sup addicts, long time no see.
I’d like to start by saying, I love choppers.
To be more accurate, I like soloing the hell out of other choppers. However when I try to gun infantry down I find the F1 and F2 keys to be ill suited for quick switching. So I set out to see what could be done about it, and would like to share with you my findings.
If you like to optimize your gameplay you’ve probably messed around in the controls.con before. (located in your profile folder)
I started by planning what I wanted for my new setup. For the pilot seat I figured I’d assign a key that’s close to WSAD and easily accessible, in case I need to spam it like crazy before my face becomes a part of that wall in front of me. So, I went with the space bar. For the Gunner seat I went with E (since my enter is R)
So I start with the pilot seat and make the following change under the Helicopter section
To
Wtfbbq, doesn’t work. Turns out F1-F3 positions for Helicopters and Aircraft are affected by the keys assigned in the LAND vehicle section. Oh course! Like, DUH. Also, in order to use the space bar I had to remove the alternate bind for shooting your primary weapon under land vehicles, which is spacebar by default. If you don’t, the keys will be in conflict and will not function.
You guys may have known that, but while I’m going through this trial and error torture I came across a neat effect. If you assign the pilot and gunner seat keys to PICameraMode1, and make the Pilot bind the alternative as below...
the result is that when you hit space to pop back into the pilot, the game thinks you also switched view and gets rid of the pesky HUD! I thought this was a nice little time saver, especially when you’re in those situations where you want to switch back to pilot with max visibility. Also because I bound View1 with the gunner seat key, all I have to do is tap E twice to be HUD-less in gunner.
If all this seems too messy you can leave the Land vehicle binds unaffected by re-adding your old binds as the alternate bind, but personally I'm loving the ability to pop into gunner with E and take off with spacebar in a jeep.
I’ve only just started looking at this and I’m sure there’s room for improvement.. so I figured I’d share this with you and see what you guys come up with..
My next goal is to achieve the same effect with the gunner view. Meaning, getting rid of the need to hit E twice for gunner, and also automatically getting rid of the HUD between weapon switches in the gunner seat.
Anyway, if you’re into this kinda stuff here’s a great post that explains how the chaotic binding system of BF2 works. (like those weird 10000 variables at the end of each bind)
http://www.forumplanet.com/planetbattle … id=1671636
Again, this may be old material, so if you have something to add, post it here!
Happy gunning.
I’d like to start by saying, I love choppers.
To be more accurate, I like soloing the hell out of other choppers. However when I try to gun infantry down I find the F1 and F2 keys to be ill suited for quick switching. So I set out to see what could be done about it, and would like to share with you my findings.
If you like to optimize your gameplay you’ve probably messed around in the controls.con before. (located in your profile folder)
I started by planning what I wanted for my new setup. For the pilot seat I figured I’d assign a key that’s close to WSAD and easily accessible, in case I need to spam it like crazy before my face becomes a part of that wall in front of me. So, I went with the space bar. For the Gunner seat I went with E (since my enter is R)
So I start with the pilot seat and make the following change under the Helicopter section
Code:
ControlMap.addKeyToTriggerMapping c_PIPositionSelect1 IDFKeyboard IDKey_F1 10000 0
Code:
ControlMap.addKeyToTriggerMapping c_PIPositionSelect1 IDFKeyboard IDKey_Space 10000 0
You guys may have known that, but while I’m going through this trial and error torture I came across a neat effect. If you assign the pilot and gunner seat keys to PICameraMode1, and make the Pilot bind the alternative as below...
Code:
ControlMap.addKeyToTriggerMapping c_PICameraMode1 IDFKeyboard IDKey_E 10000 0 ControlMap.addKeyToTriggerMapping c_PICameraMode1 IDFKeyboard IDKey_Space 10000 1
If all this seems too messy you can leave the Land vehicle binds unaffected by re-adding your old binds as the alternate bind, but personally I'm loving the ability to pop into gunner with E and take off with spacebar in a jeep.
I’ve only just started looking at this and I’m sure there’s room for improvement.. so I figured I’d share this with you and see what you guys come up with..
My next goal is to achieve the same effect with the gunner view. Meaning, getting rid of the need to hit E twice for gunner, and also automatically getting rid of the HUD between weapon switches in the gunner seat.
Anyway, if you’re into this kinda stuff here’s a great post that explains how the chaotic binding system of BF2 works. (like those weird 10000 variables at the end of each bind)
http://www.forumplanet.com/planetbattle … id=1671636
Again, this may be old material, so if you have something to add, post it here!
Happy gunning.