The E key while flying a helicopter moves the cyclic forward, and I cannot unbind this function.
Description
Description
Details
Details
- Legacy ID
- 20978315
- Severity
- Minor
- Resolution
- Duplicate
- Reproducibility
- Always
- Category
- Controls
Steps To Reproduce
Simply press E while in a helicopter. I've removed E from every other binding from the other control sections, but that (not surprisingly)did not fix anything.
Additional Information
Arma 3 is shaping up awesome! Great work guys!
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!