- Creates an analog axis which is controlled via scrollwheel inputs
- Adds a pitch trimmer function, requires X axis to be enabled.
- Trim can be overruled with manual input.
- An overlay appears while trim is enabled.
Shift + Scroll Wheel : 5% Increments
Ctrl + Scroll Wheel : 10% Increments
Shift + F1 : Close script
SFMCollective&Trim
Ctrl + Up Arrowkey : Pitch Trim Up
Ctrl + Down Arrowkey : Pitch Trim Down
Ctrl + Left Arrowkey : Reset Collective
Ctrl + Right Arrowkey: Reset Trim
- vJoy atleast v2.1.8, Found here https://sourceforge.net/prohttps://www.autohotkey.com/jects/vjoystick/ or https://github.com/shauleiz/vJoy
- AutoHotkey atleast v1.1.36.02, Found here https://www.autohotkey.com/
Download a release from here: https://github.com/vortex1942/Arma3ScrollwheelCollective/releases/tag/v1.0.0
- Install AHK & VJOY
- Open vJoyConf.exe and disable all tickboxes except "Slider
- Run AxisKeybinding.ahk
- When the X key is pressed this will cycle from 0% to 100% (Makes binding in Arma easier)
- Inside arma select Collective Raise (Analog)
- Press X Delete the keybinding ending in "1-"
- Repeat with Collective Lower (Analog)
- Delete the keybinding ending in "1+"
- Press Shift+F1 to close the keybinding script
- Start AFMAnalogAxis.ahk for standard usage
- You will need to start this file everytime you wish to use this.
- SFMCollective&Trim.ahk requires X axis to be enabled
Video Guide found here: https://youtu.be/rebfSKC7Yck
Vjoy_lib.ahk was sourced from here https://github.com/ahkscript/AHK-vJoy-Library/blob/master/VJoy_lib.ahk