sh0v0r Posted July 28, 2010 Posted July 28, 2010 Hi all, I've noticed something odd with my setup. When I push up and down on the Mini Stick it effects the collective. The only reason I can think of is that the axis it uses is normally assigned to a throttle lever on a joystick and BS is auto assigning those inputs. I've looked through both the Profiler settings and inside the Control Options in BS and it is not bound to anything in either. In addition to this it seems the D-Pad hat on the joystick is also defaulting to camera view controls. Anyone else experiencing this? I have gone through all the Assignments in the Profiler and unbound them, choosing to assign them through BS to avoid conflicts. I have all the latest Software/Firmware.
sh0v0r Posted July 28, 2010 Author Posted July 28, 2010 I should add that I think this is the source of my warnings I keep getting on engine startup as the ministick is setting the collective to 50% on startup and once everything is running I have to grab the throttle and shift it forward then back to overide it. On a side note I've also noticed the Rudder Pedals are not being reset and I need to do a full left to right on it to make BS recognise the centre calibration and stop the heli from yawing.
sh0v0r Posted July 28, 2010 Author Posted July 28, 2010 I had a look through the default.lua file and found this: {combos = {{key = 'JOY_SLIDER1'}}, action = iCommandPlaneCollective, name = 'Flight Control Collective'}, What does the Ministick map too with respect to its Axis name, based on what I'm experiencing its 'JOY_SLIDER1' and... -- View {combos = {{key = 'JOY_BTN_POV1_L'}}, pressed = iCommandViewLeftSlow, up = iCommandViewStopSlow, name = 'View Left slow', category = 'View'}, {combos = {{key = 'JOY_BTN_POV1_R'}}, pressed = iCommandViewRightSlow, up = iCommandViewStopSlow, name = 'View Right slow', category = 'View'}, {combos = {{key = 'JOY_BTN_POV1_U'}}, pressed = iCommandViewUpSlow, up = iCommandViewStopSlow, name = 'View Up slow', category = 'View'}, {combos = {{key = 'JOY_BTN_POV1_D'}}, pressed = iCommandViewDownSlow, up = iCommandViewStopSlow, name = 'View Down slow', category = 'View'}, {combos = {{key = 'JOY_BTN_POV1_UR'}}, pressed = iCommandViewUpRightSlow, up = iCommandViewStopSlow, name = 'View Up Right slow', category = 'View'}, {combos = {{key = 'JOY_BTN_POV1_DR'}}, pressed = iCommandViewDownRightSlow, up = iCommandViewStopSlow, name = 'View Down Right slow', category = 'View'}, {combos = {{key = 'JOY_BTN_POV1_DL'}}, pressed = iCommandViewDownLeftSlow, up = iCommandViewStopSlow, name = 'View Down Left slow', category = 'View'}, {combos = {{key = 'JOY_BTN_POV1_UL'}}, pressed = iCommandViewUpLeftSlow, up = iCommandViewStopSlow, name = 'View Up Left slow', category = 'View'}, {combos = {{key = 'JOY_BTN5'}}, pressed = iCommandViewCenter, name = 'Center View', category = 'View'}, I'm guessing that's the source of my troubles?
Recommended Posts