@glockinstructor,
I have checked the user guide and now understand why you've had some issues...it is not intuitive at all so I'll need to make some changes!!!
You will NEVER see the
"Clicker-Warthog-v502" profile (bind file) in game to select if the script is not running.
The
"Custom" profile is only for On-Foot (more on that later, below)
Please try the following;
1) Within the TARGET Script editor program, locate and load
"ED_Main.tmc"
2) Click
compile - this will load all the required files and compile the whole package (15 files in total should appear on the LHS of the script editor window).
3) Check to make sure you get the message
"Compile Succeeded" on the console proceed to step 4.
If you do not see
"Compile succeeded", copy any error messages and paste into a reply to this post,
do not proceed any further
4) Otherwise, click
run.
Check the console carefully...
You will/should see (near the top) a bunch of messages like the following;
Currently plugged USB HID devices[3]:
1: "T-Rudder" - "USB\VID_044F&PID_B679&REV_0110" <<< you will only see this if you have a TFRP Rudder controller connect to your PC
2: "Throttle - HOTAS Warthog" - "USB\VID_044F&PID_0404&REV_0100" <<< These are a MUST
3: "Joystick - HOTAS Warthog" - "USB\VID_044F&PID_0402&REV_0100" <<< These are a MUST
USB HID device "Throttle - HOTAS Warthog"(USB\VID_044F&PID_0404\7&39F7723&0&4) selected <<< These are a MUST
USB HID device "Joystick - HOTAS Warthog"(USB\VID_044F&PID_0402\6&2D7985E3&0&1) selected <<< These are a MUST
USB HID device with hardware id "VID_044F&PID_0403" cannot be found <<< These messages are expected and all fine.
USB HID device "T-Rudder"(USB\VID_044F&PID_B679\7&39F7723&0&1) selected <<< you will only see this if you have a TFRP Rudder controller
USB HID device with hardware id "VID_044F&PID_B68F" cannot be found <<< These messages are expected and all fine.
USB HID device with hardware id "VID_044F&PID_0415" cannot be found <<< These messages are expected and all fine.
USB HID device with hardware id "VID_044F&PID_0414" cannot be found <<< These messages are expected and all fine.
Virtual HID devices managed by script!
Connecting virtual joystick...Done
Device name set to Thrustmaster Combined
Connecting virtual keyboard...Done
Connecting virtual mouse (absolute axes)...Done
The next few lines should look like this...
++ Connected joystick is WARTHOG Base + F16 Flight stick.
++ Connected throttle is WARTHOG Replica A-10C Throttle
++ Connected rudder is TFRPRudder
Until you get the script and the game running properly, you will also get the following message on the console;
++ Load MyStates from file...
!!! Non-Fatal Error opening file to read: C:\Thrustmaster\ED_TargetScript_Warthog\SupportFiles\MyWarthogStatusFile.json
This can happen if the file does not exist or is missing array elements
...this is also ok.
The very last line on the console should be
"main returned 0" ... this means the script is running and waiting for the game itself to load. Proceed to step 5.
If the script encounters a compile error, runtime error or abort, this usually means the script is not running.
If this is the case, copy and paste the entire console output into a reply to this post,
do not proceed any further
5) Assuming the script has compiled and is running fine then (and only then), run Elite Dangerous.
The
"Clicker-Warthog-v502" profile (bind file) should now be visible to select in controller options within the game.
Select this profile for general, ship and SRV.
Select the
"Custom" profile for On-Foot - On-Foot is controlled by keyboard and mouse.
If you got this far, then you're good to go.
Clicker