I am not sure whats wrong but as soon as I run the Target script I get the error "Compile Error: Symbol not found: TrackIR in DCS_World.tmc at line 166" (just like Inzane007 describes in this post: https://forums.eagle.ru/showthread.php?p=4284783#post4284783 )
If I comment the line that gives the error I get it on the next line ;)
I followed the setup guide and copied all the files it said (except for VAICOM which I am not using).
I have a Warthog Stick and Throttle, 2 MFDs, and no Rudders (that use target, I have the Logitech ones) - which I put into the Hardware Configuration. I added my models (F18, Huey), select defaults in the Settings tab and configure some random MFD buttons. The scripts build without errors and I can see that they get generated with the values I entered. (for testing I set some delay values to really odd numbers, e.g. 20013ms instead of 20000ms for the F18 Starter Indicator Duration)
I tried the following things:
-) rebuilding with different settings (-1 MFD, tons of other things..)
-) Starting everything as Admin (Win10), turn off UAC
-) delete the CTS.dat, DCS_World.tmc and DCS_Usersettings.ttm
-) "Full reinstall" via the CTSupdate.exe
-) Deleting the complete CTS, redownload from Userfiles and install fresh
-) removing & reinstalling the TMWH & MFD Drivers
-) reinstall Target (both the newest 3.0.20.427 as well as 3.0.18.32
-) deleting the entire Saved ..\Saved Games\DCS Folder relaunching DCS and re-copying all the stated CTS files in there
-) starting the script from Target, from the .bat and CTS, all in Admin and non Admin mode
Below is the .tmc I get... it seems quite empty to me after the header :huh:
Could somebody upload their tmc, just so I get an idea of how a working one would roughly look like?
// I played around with it for a bit, and realized that, weirdly, all the variables are declared and iniated at the very end of the file after they get used in the code? Is this intentional?
I put them at the top and that seems to get me somewhat further until I run into this error: "Error: (internal) cannot associate a filter with the selected USB HID device "VID_044F&PID_0404"", which seems to be caused by installing target while having the devices plugged in, maybe this will get me further, however I doubt that the tmc is actually getting built correctly?