Jump to content
Forum Maintenance between 04:00 - 06:00 UTC ×
Forum Maintenance between 04:00 - 06:00 UTC

HannesMy

Members
  • Posts

    6
  • Joined

  • Last visited

Personal Information

  • Flight Simulators
    DCS
  • Location
    Austria, Vienna

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Another dead Warthog Throttle here it seems, to say that I am pissed is an understatement. I wont go through the hassle of getting another error-prone PCB from TM, but I am rather thinking about rewiring the whole internals to an Arduino (or multiple if necessary) using the Arduino Joystick Library. In the end its all just switches and potentiometers, right? I am still researching before actually pulling the trigger and wanted to check if anybody here has some wiring diagrams or other Info of the throttle? Or anybody with more experience sees some blockers for this project?
  2. Sorry for the confusion, the cts.dat is in the zip, I just included the other two as well :)
  3. Sorry for the late reply, I also attached the ttm and the tcm files. The tcm works as it is now, I only moved all the variable declarations from the bottom to the top... CTSdat_tmc_ttm.zip
  4. Thanks for the followup, I tried this and the end result is the same - empty sections, a bunch of changed integers initializations in the .tmc or the .ttm reflecting the changes I made in the GUI. Multiple reinstalls and complete folder deletions also did not help. I reset everything (CTS, \Saved Games\, Target, TMWH Drivers, MFD drivers), the only thing thats missing would be DCS itself an then Win10 :) Anyway - I figured out that I loaded the wrong profile in DCS and thats why around half the stick wasn't working, so as far as I can tell (still learning the F18 ) everything is working as intended - even with this weird tmc. That is, of course, after I copy all the variable declarations to the very top of the file.:huh: The raw file that gets built still does not compile. Could anybody please upload their working tmc? That would make it a bit easier for me to see what I should end up with...
  5. So I am assuming correctly that all the stuff I put in the GUI should appear in these sections? //========================================= // Script Baseline //========================================= //========================================= // Hardware Configuration //========================================= //========================================= // Default Initial Configuration //========================================= //============================================ // Script Personalization //============================================ I am building from the GUI, it also gets built (I test this by setting some timings to odd values, e.g. from 20000ms to 20013ms and I see it reflected in the tmc. No idea why all the other stuff is empty and the declarations are at the end of the file. I put the declarations at the very beginning (and also reinstalled Target with no devices plugged in) and now it works somewhat, I get the Thrustmaster Virtual Game Controller in Windows, but Target Device analyzer only sees my Saitek Rudders, should it also see the Virtual WH? If I load the F18 profile that comes with CTS in DCS most of the controls works, some dont, the trigger for example does not. Any pointers on what to do?
  6. 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?
×
×
  • Create New...