Jump to content

Spool

Members
  • Posts

    69
  • Joined

  • Last visited

Everything posted by Spool

  1. Also, can someone help me understand how to make the DMS switch just four more DX buttons, rather than the POV, as I use TrackIR? Really appreciate the assist, thank you.
  2. ARRGH! Okay, I have GOT to be missing a step. All the buttons are working correctly in device analyzer, but when I go into DCS and try to map, say the RDR ALTM switch, it still only works in the up position, tripping JOY_BTN25, instead of the newly scripted DX67. What step am I missing here? Is there more configuring that I have to do in TARGET to assign all the new DX buttons to the hardware? How do I use the controls page in DCS to map my newly scripted DX buttons? DCS is still just seeing the default 32 DX button mapping on the throttle and stick. I appreciate any help...it's got to be something I'm just missing.
  3. Okay, figured out those includes had to be in a separate folder in the scripts directory. Script now compiles, but trying to figure out where exactly to add the little bit of initializing code to avoid having to throw every single switch to make it work... ...or do I not have to do that? Having actually tried it in DCS yet...let's do that.
  4. Speed, it sounds like you were able to get this thing working for you...if you are still willing to help a brother out, my saga continues in this thread: https://forums.eagle.ru/showthread.php?t=171098&page=8 Now trying to get the Warthog Universal that sedenion made to work, but it's throwing me a compile error dealing with the dx+ include...I've got that file in the scripts folder...not sure why it's not working. README doesn't mention the includes, so I'm lost.
  5. Man...TARGET is FUN! So, I've copied the main, dx+, pov and ldc files into the scripts folder, but when I try to compile or run, I get this: Loaded plugin module "C:\Program Files (x86)\Thrustmaster\TARGET\Plugins\sys.dll"(*) Compiling script: main.tmc Compile Error:File not found: include/dx+.tmh in main.tmc at line 71 What the hell? The file is IN THE COMPUTER. What am I missing guys. BTW, I had the original file working, but switched to the new Warthog Universal in hopes it would make DCS recognize the new DX buttons...but now I can't get the script to run. Totally confused.
  6. Well, got the script running successfully after making the registry corrections for the devices. All is well in the device analyzer, but when I go into DCS to assign the new DX positions for the toggles, DCS does not recognize the new switches, meaning, only the up position of the EAC switch works, and is identifed as DV24, rather than DX41 or whatever it is when the script is running. I feel like I've almost got this thing...what am I missing to get DCS to recognize the new DX buttons that TARGET is recognizing?
  7. Okay, so the script is running correctly! I can see the throttle in the device analyzer, and it now shows 120 DX inputs, and show that they are being recorded when I throw the switches. AWESOME. But, when I got into DCS and try to map some controls using the down position of say, the EAC toggle...nothing. Up, I still get DX24. Down, nothing. So, I'm confused. Is there some option I need to configure in DCS for it to recognize the new DX switch numbers on the throttle?
  8. Yeah, it’s weird that the GUI recognizes the throttle but device analyzer in script editor does not. Will try unplugging and replugging and updating firmware. This is all new to me, but it would be HUGE if I could get this script working.
  9. Added your Exclude Unused devices line and this is what came back: Running script: C:\Program Files (x86)\Thrustmaster\TARGET\scripts\WarthogThrottleALLSwitchPos.tmc Mapped plugin module "C:\Program Files (x86)\Thrustmaster\TARGET\Plugins\sys.dll" Compile Succeeded. Physical USB HID devices managed by script! Currently plugged USB HID devices[3]: 1: "Joystick - HOTAS Warthog" - "USB\VID_044F&PID_0402&REV_0100" 2: "Throttle - HOTAS Warthog" - "USB\VID_044F&PID_0404&REV_0100" 3: "T-Rudder" - "USB\VID_044F&PID_B679&REV_0110" Error:(internal) cannot associate a filter with the selected USB HID device "VID_044F&PID_0404" Virtual HID devices managed by script! Connecting virtual joystick...Done Device name set to Thrustmaster Combined DX128 Connecting virtual keyboard...Done Connecting virtual mouse (absolute axes)...Done main returned 0 How do I exclude the TFRPRudder line...just delete it?
  10. Just noticed that the throttle doesn't come up in device analyzer...almost like TARGET isn't detecting it. In the GUI, it shows three devices connected. In script analyzer, it only shows the joystick.
  11. Actually, looking at it now, it looks like it might be some problem with the throttle...weird. I'm running the latest version of TARGET and firmware is updated.
  12. Actually, looking at it now, it looks like it might be some problem with the throttle...weird. I'm running the latest version of TARGET and firmware is updated.
  13. Hey all, I know this thread is old, but trying to get this script to work for my Warthog throttle and ran into this error message...seems to not like my rudder pedals? Can anyone help me out with what I might need to do to make the throttle script work? Thanks much! Mapped plugin module "C:\Program Files (x86)\Thrustmaster\TARGET\Plugins\sys.dll" Physical USB HID devices managed by script! Currently plugged USB HID devices[3]: 1: "Joystick - HOTAS Warthog" - "USB\VID_044F&PID_0402&REV_0100" 2: "Throttle - HOTAS Warthog" - "USB\VID_044F&PID_0404&REV_0100" 3: "T-Rudder" - "USB\VID_044F&PID_B679&REV_0110" Installing filter driver to VID_044F&PID_0404. Please Wait...Script stopped! Done! Error: (internal) cannot associate a filter with the selected USB HID device "VID_044F&PID_0404" Runtime Error: STOP request received while running main on line 12 in "C:\Program Files (x86)\Thrustmaster\TARGET\scripts\WarthogThrottleALLSwitchPos.tmc" Error: Script run timed out!
  14. Hey all, I know this thread is old, but trying to get this script to work for my Warthog and ran into this error message...seems to not like my rudder pedals? Can anyone help me out with what I might need to do to make the throttle script work? Thanks much! Mapped plugin module "C:\Program Files (x86)\Thrustmaster\TARGET\Plugins\sys.dll" Physical USB HID devices managed by script! Currently plugged USB HID devices[3]: 1: "Joystick - HOTAS Warthog" - "USB\VID_044F&PID_0402&REV_0100" 2: "Throttle - HOTAS Warthog" - "USB\VID_044F&PID_0404&REV_0100" 3: "T-Rudder" - "USB\VID_044F&PID_B679&REV_0110" Installing filter driver to VID_044F&PID_0404. Please Wait...Script stopped! Done! Error: (internal) cannot associate a filter with the selected USB HID device "VID_044F&PID_0404" Runtime Error: STOP request received while running main on line 12 in "C:\Program Files (x86)\Thrustmaster\TARGET\scripts\WarthogThrottleALLSwitchPos.tmc" Error: Script run timed out!
×
×
  • Create New...