Ten24Alpha420 wrote:
Mad Ad wrote:
A cycling list would need third party macro software but you can set a view for up/down/click quite easily. However if done wrong you will lose the zoom on scroll in the commander screen.
Is there any guide on how to do that?
No theres no guide, I figured it out myself as I always bind melee weapons to my wheel in other games and got fed up with having no commander scroll.
ok, so im going by what you said you wanted (air controls, chase front and rear) but you can change the key to anything if you want to adapt it.
first open bf2 and check there is no secondary binds for F10 and F11 in the options screen and theres just the default F10 and F11 as primary.
Open your profiles controls.con and goto section:
ControlMap.create AirPlayerInputControlMap
remove:
ControlMap.addKeyToTriggerMapping c_PICameraMode2 IDFKeyboard IDKey_F10 10000 0
replace with
ControlMap.addAxisToTriggerMapping c_PICameraMode2 -1 IDFMouse IDAxis_2 0
ControlMap.addKeyToTriggerMapping c_PICameraMode2 IDFKeyboard IDKey_F10 10000 1
remove:
ControlMap.addKeyToTriggerMapping c_PICameraMode3 IDFKeyboard IDKey_F11 10000 0
replace with:
ControlMap.addAxisToTriggerMapping -1 c_PICameraMode3 IDFMouse IDAxis_2 0
ControlMap.addKeyToTriggerMapping c_PICameraMode3 IDFKeyboard IDKey_F11 10000 1
job jobbed. scroll up to look forward, down to look behind. btw this will still allow you to scroll weapons when you are on foot as usual but if you want to change it in there, or any other section then you can do that too.