Controlling tank turret with joystick is possible already. All you have to do is manually edit controls.con file and add couple of lines into it:splatters wrote:Praised be the day when turrets can be controlled by WASD (or joystick for that matter) in PR!
Code: Select all
;These two belong into the section: ControlMap.create defaultPlayerInputControlMap
ControlMap.addAxisToAxisMapping c_PIMouseLookX IDFGameController_1 IDAxis_0 0 1
ControlMap.addAxisToAxisMapping c_PIMouseLookY IDFGameController_1 IDAxis_1 1 1

