Hello everyone, I share with you today a project I have been working on the last 2 months. It is a tool comparable to Thrustmaster TARGET scripts, but it can manage any brand of game controller. In fact I own Warthog Joystick and Throttle and MFG crosswind rudder pedals and I wanted to make the pedals interact with the joystick and throttle in my profile / script, which was not possible with TM TARGET because my pedals are not from Thrustmaster... I first tried to make it work with TARGET, but as it seemed quite secured, I finally decided to code my own tool in C++. And today I think it is sufficiently in good shape to share it with you. There is no need to have a strong experience in C++, just as you don't need a strong experience in C language to code TARGET scripts. But the tool is not as automated (at least for now) as TARGET (which embedes a compiler for example), so you will need to be a little more geek to use it. I published the files on my new GitHub page. Go straight to the second link for a comparison between my original TARGET script and its translation into "UJPS" (the name of my tool... yes it is an ugly name... lack of inspiration). The repository also includes a documentation ( UJPS-C++_V1.1.0_Manual_issue2.pdf). https://github.com/3noix/UJPS https://github.com/3noix/UJPS/tree/master/PLUGINS/StarCitizen_3.0.1_v1 (an example of code) Enjoy, and don't hesitate to give me your feedback on it.