Jump to content

Nunatak

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Nunatak

  1. Thanks a lot for your help. I will try to move some of the failing commands to dx buttons. I have read about different limits of dx buttons. Where can i get that file that allows these 120 buttons? Is is a target script?
  2. There is 2 youtube videos. One is showing, that he uses an opentrack solution with PS3 cam and a delan clip And there is another video from the GR that expains the opentrack setup
  3. It's widely known in software development, that spliting your team between too many different tasks and projects makes it less efficient. As well as for the testers, that need to know more and more different types of airplanes in detail to do the required tests. ED is probably not adding a whole new team with every aircraft they start to develop, so they have to shift people from older projects to newer ones. Adding functionality and fixing bugs from project you haven't worked for a while takes more time to get into the old code.
  4. Wags 06-03-2019, 12:44 AM: The AGM-154C is planned to be included in the next Open Beta release https://forums.eagle.ru/showpost.php?p=3933903&postcount=157 Wags 06-03-2019, 04:19 PM: As such, we'll need to postpone to the 12 June OB. It's AM and PM so it's not 4 but 16 hours. But he also said: Because our test team has been focused on the Fw 190 A-8 release ... which means, the test team was testing the next plane and not focusing on the older F/A-18
  5. Hi, using the Thrustmaster TARGET Software with a script like NOIDs F/A-18 Warthog Profile(https://www.digitalcombatsimulator.c...files/3300626/) is failing when a key with a modifier like RCTRL is sent by the Target Software. For example trimming: MapKeyIO(&Joystick,H1U,R_CTL+USB[0x33],USB[0x60]); // trim usb code ';', view up usb code 'num8' Pressing the Mode 2 pinkie lever and the trim switch down and checking with the Target Event Tester i see the following: Key Press: RCTL Key Press: . Key Release: RCTL Key Release: . so the script seems to work, but trying to trim the F/A-18 in DCS does not work. Keyboard assignment of the Trimmer Switch - PULL is assigned to keyboard RCtrl + . If i try to change the keyboard assignment in DCS and press mode 2 + H1D only the RCtrl as the modifier is recognized in DCS but not the „.“ as Key/Button. Sometimes in 1 out 30 tries the „.“ is recognized as well and if I use the trim switch diagonal, so that H1D+H1L is executed the same time either a „.“ or a „,“ is recognized in one out of 3 tries. Seems pretty strange to me, and it’s probably more a problem of DCS not recognizing the key than a fault in your script. Tried for more than 2 hours to search google for modifier related faults in DCS without success. Latest WIN10 Pro 1809 Target Version 3.0.18.328 Firmware 23 on Throttle and 12 on Joystick Latest DCS and also tried 2.5.4.26552 both in german and english version. Any help is appreciated.
  6. Hi everyone, using the Thrustmaster TARGET Software with a script like NOIDs F/A-18 Warthog Profile(https://www.digitalcombatsimulator.com/de/files/3300626/) is failing when a key with a modifier like RCTRL is sent by the Target Software. For example trimming: MapKeyIO(&Joystick,H1U,R_CTL+USB[0x33],USB[0x60]); // trim usb code ';', view up usb code 'num8' Pressing the Mode 2 pinkie lever and the trim switch down and checking with the Target Event Tester i see the following: Key Press: RCTL Key Press: . Key Release: RCTL Key Release: . so the script seems to work, but trying to trim the F/A-18 in DCS does not work. Keyboard assignment of the Trimmer Switch - PULL is assigned to keyboard RCtrl + . If i try to change the keyboard assignment in DCS and press mode 2 + H1D only the RCtrl as the modifier is recognized in DCS but not the „.“ as Key/Button. Sometimes in 1 out 30 tries the „.“ is recognized as well and if I use the trim switch diagonal, so that H1D+H1L is executed the same time either a „.“ or a „,“ is recognized in one out of 3 tries. Seems pretty strange to me, and it’s probably more a problem of DCS not recognizing the key than a fault in your script. Tried for more than 2 hours to search google for modifier related faults in DCS without success. Latest WIN10 Pro 1809 Target Version 3.0.18.328 Firmware 23 on Throttle and 12 on Joystick Latest DCS and also tried 2.5.4.26552 both in german and english version. Any help is appreciated.
×
×
  • Create New...