Hi,
Here is a script I wrote to use two Thrustmaster T16000 joysticks with ED:
https://www.dropbox.com/s/j6zvgt5r51uzhpb/Elite_v1.0.tmc
One advantage of using a second joystick for controlling the speed is that it's easy to find the sweet spot for maneuverability (since it's the rest position of the joystick). However, there is two problems:
Using the Thrustmaster TARGET software, I wrote a script to correct this two issues. It has the following features:
How to use the script
Hopefully that will be useful to some. If you have any question about it, don't hesitate to ask. If you have suggestions for new features, I'm open to suggestions (within reason ^_^).
For example I'm not sure about the default speed increment: would it be useful to be able to set the default speed more precisely? Hopefully more experienced pilots could give me some feedback on this (i.e. maybe sometime in a dogfight it would be useful to have a default speed slight above or below the sweet spot?).
Here is a script I wrote to use two Thrustmaster T16000 joysticks with ED:
https://www.dropbox.com/s/j6zvgt5r51uzhpb/Elite_v1.0.tmc
One advantage of using a second joystick for controlling the speed is that it's easy to find the sweet spot for maneuverability (since it's the rest position of the joystick). However, there is two problems:
- If you want to stand still for a while, or cruise at full speed, keeping the joystick pulled or pushed is tenuous.
- When you switch Flight Assist off, you generally want to drop your speed to 0 and maintain it there. Again, it's cumbersome with a joystick.
Using the Thrustmaster TARGET software, I wrote a script to correct this two issues. It has the following features:
- You set a default speed using the slider of your left joystick. This speed will be used when the joystick is at rest. (Note that currently, you can set the default speed by increment of 25% of your max speed).
- If you push or pull the left joystick, you change the speed relative to the default speed.
- You can set up a button to act as a FA toggle. Each time you turn FA Off, your default speed is set to 0. When you turn it back on, you return to your previous default speed. (Note that this feature is disabled by default, as the choice of the correct button for this is very personal)
- You can set up a button to act as a "shift" modifier. When held down, all other buttons have a different binding; this gives access to 22 functions without moving your hands off the sticks. (By default this is bound to the left trigger, but you can change or disable it)
- When you push the left joystick at maximum speed, a JOY32 button event is generated. This can be useful if you bind it to the engine boost. There is also a JOY31 button event when the stick is pulled to null speed (can be used for reverse). Note that in order to easily bind them in the ED options, these same bindings are also found on the buttons on the base of the joystick.
- I tried to make the script easy to customize. There are various options and bindings at the start of the file that you can change, without any coding knowledge.
- One drawback of using this script, is that due to what seems to be a bug in the TARGET software, the POV hat of your second joystick won't be available. I'll try to contact Thrustmaster support to see if there is a fix or workaround.
How to use the script
- First you need to install the Thrustmaster TARGET software, if it's not already done.
- Start the "TARGET Script Editor" (not the TARGET GUI). Note that you may need to start it in administrator mode, depending on your version of windows and your UAC settings.
- Obviously you need to download the script (the link is at the top of the post).
- Open the script in TARGET, go to the "tools" tab, and click the "Run" arrow in the toolbar.
- To test the script, you can click on the "Device Analyzer" button in the toolbar.
- Unfortunately, I didn't find any reliable way to tell which joystick is the left one, and which is the right one. The software pick them in an arbitrary order, and the only way to change it seems to randomly plug the joysticks to new USB slots, until they are recognize in the correct order. Stop the script and restart it to check it.
Hopefully that will be useful to some. If you have any question about it, don't hesitate to ask. If you have suggestions for new features, I'm open to suggestions (within reason ^_^).
For example I'm not sure about the default speed increment: would it be useful to be able to set the default speed more precisely? Hopefully more experienced pilots could give me some feedback on this (i.e. maybe sometime in a dogfight it would be useful to have a default speed slight above or below the sweet spot?).