I tried to bind the "Q" and "E" keys to be my rudder control on copter butt the "E" key just wants to roll the copter forward, I have looked at all the key binds and can't find anyone that are bound to "E".
Description
Description
Details
Details
- Legacy ID
- 2365977887
- Severity
- Trivial
- Resolution
- Duplicate
- Reproducibility
- Always
- Category
- Controls
Steps To Reproduce
#1 fly heli
#2 Check keybinds for helicopters
#3 press "E" while its unbound in Heli Keybinds
#4 try to pull out of sudden lunge forward the "E" key put you in.
Event Timeline
Comment Actions
I have found the source of the problem and a fix to it. The problem is that 'e' is set as the key-binding for helicopter fast forward, but this can't be found in the control menu at the moment. BIS please either remove 'e' as the default binding or add it to the control menu.
To fix:
- Go to C:\Users\Yourname\Documents\Arma 3 Alpha - Other Profiles\YourProfileName and open the file called YourProfileName.Arma3AlphaProfile with notepad (Double click the file and choose 'select a program from the list' Then choose a word processor like notepad)
- Press Control+F or scroll and find the line keyHeliFastForward[]={18};
- Delete the '18' part or replace the line with this: keyHeliFastForward[]={};
- Save file
- Fly helicopters as normal!