helios123 Posted August 21, 2015 Report Posted August 21, 2015 how to bind joystick axis to both condition levers? Quote
tomcat357 Posted August 21, 2015 Report Posted August 21, 2015 .xjm [saab Condition Levers]axis=2dataref=LES/saab/CL/manip_common(float)drl=0.90drh=0.50 nuff said 1 Quote
madair Posted August 26, 2015 Report Posted August 26, 2015 Not quite "nuff said". Given the problems with this and the developer saying cant be done perhaps a bit more please? Martin Quote
sellener777 Posted October 18, 2015 Report Posted October 18, 2015 I also would like to onow how to do this? Some futher help would be much appreciated Quote
daemotron Posted February 2, 2016 Report Posted February 2, 2016 OK here's how it works (but bear in mind this is not officially supported, you're on your own here): Download and install xJoymap (for Windows users, you can use the pre-built Python interface installer; xJoymap is bundled with this one). You should now have a file named <x-plane 10 folder>/Resources/plugins/PythonScripts/xjoymap.ini Open it with a text editor and paste the configuration given by tomcat357 above at the end of this file (including the section name in square brackets): [Saab Condition Levers] axis=4 dataref=LES/saab/CL/manip_common(float) drl=0.90 drh=0.50 Of course you need to change the axis number to whatever your condition lever axis is (I changed the example to match for a TM Warthog throttle quadrant). Very important: This will make your assigned axis move both condition levers of the Saab in the range between Min and Max only. Below Min (e. g. for engine start procedure or cutoff), you will have to handle the levers by mouse. If you try to control also the range below Min, this will interfere with the engine startup logic and your engines won't start. Quite logical - I can't think of a case where you'd move both condition levers below Min together (except perhaps for engine shutdown). 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.