Jump to content

SGT Coyle

Members
  • Posts

    1388
  • Joined

  • Last visited

Everything posted by SGT Coyle

  1. Will this be part of the next update?
  2. Awesome! Thanks for that explanation. I cold never find what the "/xa" was for.
  3. TARGET 3-Way Sitch You can assign the OFF position of any switch on the TMWH by use of the MapKeyR(Release); function. I'll use the example given above and achieve a desirable result by use of the TMWH Auto Pilot 3-way Switch: //Autopilot Select Switch -- Physical switch as RDR Altimeter 3-way Switch MapKey(&Throttle[color=#ffffff],[/color]APPAT, PULSE + [i]Altitude_Switch_Baro[/i]); // Baro [b]MapKeyR[/b](&Throttle[color=#ffffff],[/color]APPAT, PULSE +[i]Altitude_Switch_Baro[/i]);// [b]Baro/RDR[/b] [b]MapKeyR[/b](&Throttle[color=#ffffff],[/color]APALT, PULSE +[i]Altitude_Switch_RDR[/i]);// [b]Baro/RDR[/b] MapKey(&Throttle[color=#ffffff],[/color]APALT, PULSE + [i]Altitude_Switch_RDR[/i]); // RDR This is how I map a three way toggle switch with the MapKeyR function. By just mapping the on/off positions of the physical switch, I get a three way switch working in the game.
  4. I haven't had TARGET crash in a long time. I found it wasn't TARGET crashing, but windows USB power settings bugging it to death. What Module you flying?
  5. Here's my axis mapping, from my AV8B script with an F18 grip: //AXIS init [b]MapAxis(&JoystickF18, JOYX, DX_X_AXIS);[/b]//initial default joy stick "X" [b]SetSCurve(&JoystickF18, JOYX, 0, 0, 0, 0, 2);[/b] [b]MapAxis(&JoystickF18, JOYY, DX_Y_AXIS)[/b];//initialize default joy stick "Y" [b]SetSCurve(&JoystickF18, JOYY, 0, 0, 0, 0, 2);[/b] //MapAxis(&Throttle, THR_LEFT, DX_ZROT_AXIS); [b]MapAxis(&Throttle, THR_RIGHT, DX_Z_AXIS);[/b] //*********Slew Stick acting as Mouse // MapAxis(&Throttle, SCX, MOUSE_X_AXIS, AXIS_NORMAL, MAP_RELATIVE); // SetSCurve(&Throttle, SCX, 0, 10, 0, 0, -4); // MapAxis(&Throttle, SCY, MOUSE_Y_AXIS, AXIS_REVERSED, MAP_RELATIVE); // SetSCurve(&Throttle, SCY, 0, 10, 0, 0, -4); //*********Slew Stick acting as independent AXIS. NOT Mouse!!! Used to setup control of A/C TDC MapAxis(&Throttle, SCX, DX_XROT_AXIS, AXIS_NORMAL, MAP_ABSOLUTE); SetSCurve(&Throttle, SCX, 0, 5, 0, 3, 0); MapAxis(&Throttle, SCY, DX_YROT_AXIS, AXIS_REVERSED, MAP_ABSOLUTE); SetSCurve(&Throttle, SCY, 0, 5, 0, 3, 0); //TDC Slew Control on Throttle Mini Stick //KeyAxis(&Throttle, SCX, 0, AXMAP2(3, ,0, )); //KeyAxis(&Throttle, SCY, 0, AXMAP2(3, ,0, )); [b] MapAxis(&Throttle, THR_FC, DX_SLIDER_AXIS); [/b] // Assigned in game as Nozzle Control Lever There's only one slider on the Throttle, I don't know where you seeing joy_slider_1 / 2 reported.
  6. My experience when I get errors concerning Macro Files is either a call in the .tmc for a macro that has no definition or duplicate defined macro name in the .ttm'
  7. Target.tmh Is included in the TARGET software.
  8. OP = Original Post If you have questions or comments about what is presented please PM me. I'd like to keep the thread from bulging from individual one to one conversations. If something needs further explanation or clarification, I will edit appropriate post. Thanks
  9. Hey Guy and Gals, I started this thread with the hope that we could get some news as to what to expect in the Beta Updates for the Harrier. Zues67 has graciously obliged. Lets refrain from peppering him and others with questions, expectations, disappointments and the like. Let the Devs talk without comment. There are plenty of threads covering almost every system, feature, bug, and complaint under the sun. Lets not repeat those here.
  10. Thank's Zeus67, That's excellent.
  11. ? LOL! I'm a carpenter, jar head, and jack of all trades, but that made no sense to me. I do best with spoon fed examples.
  12. Figured I'd ask this here as it is becoming an issue with me as well. Is it possible to install Modules in a drive other than the DCS World install?
  13. +1 on this. It seems like an incredibly handy feature. I would use it.
  14. God speed MilTech5. Your work deserves to be realized.
  15. So where I got the idea of the stick being used to set trim. Obliviously I got a bit of that wrong, but I wasn't to far off. Tabs are only used with emergency settings and there is a Stick_to_trimmer_control_mode, although it's a game setting and not AC equipment. That video stayed with me after 9 years. Wow.
  16. I believe Baltic_Dragon is working it, but since the actual Module is still Alpha, I wouldn't hold your breath. It's going to be awhile, but I have every reason to believe it'll be on par with the M2K.
  17. If your interested. There an air museum in Kalamazoo Mi. Thats got an F-4 pilot sim on display. I think I got some photos floating around. Wouldn't be difficult to get measurements of that.
  18. Was wondering what AV8B related material can we look forward to in the Beta update? Please refrain from asking questions, or discussing posts from Devs, in this thread. Let the Devs talk. Thank you for your cooperation.
  19. Maybe keeping the discussion on topic, instead of tone in someones elses replies, would be more productive. But I do agree. His posts are scary... Scary Smart.
  20. Gospel! But I would like to have the WarHawk
  21. LOL! Just remember. The first rule of trouble shooting, "Don't panic!"
  22. I don't care. It's a classic. ...and it's not the box. It's the man in the box.
  23. Don't want to be accused of being toxic, but I got the Harrier when it was released 10/27/2017 and waited a year to start posting my complaints. I have given them the benefit of the doubt and plenty of time to workout these issues. Their business is their business. I'm not telling them how to run their business. They offered up a study level sim and that's what I bought. I expect them to make steady progress with that goal in mind. I have yet to see them make reasonable dent in that list or any complaints having to do with control interface for over a year since being posted. This is the low hanging fruit that could be cleared and pointed to as progress, but for some reason we're getting the much easier to code, addition of a VR Pilot. I'm happy to see MiTech get partnered up with another developer. Just wish it was a developer I could get excited about them partnering with.
×
×
  • Create New...