Jump to content

Recommended Posts

Posted

I recently switched to a Virpil MT50 CM2 grip from a TM Warthog, which has mostly been great. One issue I'm having is with binding the wheel brake in IL2 - the lever on the front of the grip is an analogue axis but also registers a button press halfway through the travel of the lever. In DCS that's not a problem as axis/button bindings are done separately, but with IL2 it effectively means I can't bind the axis, only the button, as the software registers the button press as the input and ignores the continuing motion of the axis.

 

Is there a way around this? The control files for IL2 don't seem to be in a readily editable format so I'm not sure how to go about doing it that way either.

Posted (edited)

Option 1 

 

Use VirPil software and remove the button of brake lever configuration.

 

Option 2

 

Assign the axis manually be editing the file "current.input".

 

rpc_wheel_brakes,                                 joy#_axis_#,                                        0| // Wheel brakes

 

Replace the # by number of joystick - look in other axes assignment in the file for see joy number, and the lever axis name (letter) - look in Virpil test software.

 

This manual option allow you use the brake lever for wheel brakes in ground and assign the button for a flight function.

 

 

 

 

Edited by Sokol1
  • Like 1
  • Upvote 2
Posted

Thanks! The manual option will be necessary - I need the button available at least for other games (DCS).

  • 8 months later...
Posted

Nice tip Sokol1

thanks 

  • 1 year later...
Posted

2021 update: to manually edit the file, they seem to have renamed them - the file I needed to edit was current.actions in the \IL-2 Sturmovik Battle of Stalingrad\data\input folder. Find this line:

 

rpc_wheel_brakes,                                 key_slash,                                        0| // Wheel brakes

 

and add this line below that one: (note, change the joystick number, in my case my VPC is 'joy3', yours might be different, look for other axes or buttons you know you've already bound to that stick and identify that number)


rpc_wheel_brakes,                                 joy3_axis_z,                                      0|

 

The axis was then correctly bound in the sim.

Posted

What I do is hold the lever in before I click to assign the brake axis, then release it during the assignment - it registers as an axis and not the button press.

Posted

I tried that, couldn't get it to work. Always registered the button press for some reason.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...