Hi There Logimen,
Hello,
I appreciate time you spend on making this script.
I tried to use it with my Hotas Warthog but I came into few problems and have a questions.
Cheers for the kind comment, and appreciate your feedback. Always happy to help if I can.
1. I bought Thrustmaster T.RJ12 adapter and I want to use T3PA pedals from Thrustmaster's T300GTE Racing Wheel. Do I must to check t in script as TDRP enabled or maybe dont change this or even something else ?
That is a cool idea, never considered racing pedals as an alternative! I suspect that the T3PA pedals would have different axis definitions that are needed in the script. Given the two pedals (T16000/TDRP & TPR) currently supported required different identifiers too. At a high level, the code for this should be the same (this is mainly the code in the Event Handler at the end of the main script file
plus a little code to align with user preferences selections) but would need to align to the T3PA pedals specifically.
I am happy to add this code in a future release, but would need some assistance to determine what these definitions should be & to test. Previous code that has been added was supplied by other users who verified it works their end since I do not own any of the hardware to try myself. Unfortunately it makes it a bit hard for me to figure out & ensure its working as you can appreciate.
The code included by the way only does one thing, which is combines the toe pedal axis into a single axis for mapping in ED. Depending on what you want to map you may be able to just map it direct into ED without any coding.
2. When using script I cant manually rebing keys in ED. Everytime I change key maps, click "Apply" and exit controls menu they back to its previous state. Is there any mechanism which prevents from changing these ?
There is nothing in the binding or script files that should be preventing you from changing/saving/applying the mappings. I suspect this may be a bug, as I have seen several posts such as this
one around during beta and live build where users were experiencing the same issue. I assume as Frontier went on holidays after the release that it may not have been patched out yet. I would check you have admin access to the bindings folder, and file is not read-only (shouldn't be), try copying out all other binds in case of conflicts etc, but otherwise may need Frontier to address?
You may be able to manually edit the binding file in a text editor and save it manually before loading ED. I've done that to get around some enforced restrictions before.
Technically you could change any mapping you like, but bear in mind most of the functions and mappings are managed within the script. This will mean you will need to align the script as well as the mapping in ED. There are some hat switches for example that are separate from the script though, and those can be changed without any other modification. Likewise axis mappings should be fine to change.
If you can outline what you are trying to change, I can take a look and see if its viable (or easy at least

) or if it may need more coding changes in the script too.
3. Generally I think script is nice work, no doubt, but its a little complicated to configure for newbies in ED like me

Because Im not newbie in terms of computers, software etc.
Its my opinion only but would be nice to see a GUI for configuration like assigning text chat presets to selected POW Switch, select functions like pri-sec fire combined or not etc
Oh yeah totally agree! I think I have put as much time into creating the reference maps (learning Photoshop etc) and Steam Guide to help explain it as much as possible as I have coding the script LOL. Also added a beginners map too to try to ease the learning curve in the last release, but I am not sure what else I can do tbh. Doesn't help that the game has so many binds either.
Text chat presets are easy to change but very time consuming unfortunately. Hopefully you will find once you setup your preferred user preferences to your liking you will not need to change them very often. Again, just a bit of a learning curve

Generally a few hours in the cockpit should have most of the essential controls down, and from there you can expand to learn more of the advanced controls.
I would love to add a GUI or something but honestly do not know where to start. I don't think it can be done via the Target Script.
Cheers, AD