Jump to content

SGT Coyle

Members
  • Posts

    1388
  • Joined

  • Last visited

Everything posted by SGT Coyle

  1. +1 and a few more on this this point. Outstanding product and service. Always look forward to progress on this app.
  2. No worries. Was replaying it and noticed a lot of burning wrecks where there shouldn't be. Look forward to a sequel for Harrier.
  3. In vs 2.5.4.30386 Mission #1: BTR is lighting up the convoy before I con get to OA. ?
  4. Go into "Axis Tune" for each and set the axis to "Slider" as opposed to "Curve". Also the action may need to be "Inverted". Sounds like "newbie error". Don't worry. DCS is not newbie friendly. But, we are. Welcome to the suck!
  5. Looking forward to that June update
  6. So you have TFRP pedals, TMWH Throttle, and TMWH Stick showing on the controls page? If that's the case you may need to assign the axis manually. Double click the "Wheel Brake Left" cell in the TFRP pedals column. Select Joy_X or Joy_Y in the "Button" drop down menu. Hope this works out.
  7. Any updates to this old post?
  8. It's not only been asked here in the forums, but on their Discord. Silence. Even a "No", would be welcome. At least you'd no someone is listening.
  9. You should post this on Reddit.
  10. I don't know of a set that will sit perfectly on a slick floor, witch is what I think you were really getting at. I like Thrust Master TPR. I have it and my WartHawg Stick monted to a 3/4" thick piece of OSB. Put some anti slip rug matting under it and it works like a dream. https://www.amazon.com/Thrustmaster-TPR-Pedals-Windows-pc/dp/B07DQY8LVC/ref=sr_1_11?keywords=thrustmaster&qid=1559933085&s=electronics&sr=1-11
  11. Drakoz, That's amazing. You are a god. I'm gonna need some time to go over all that you have shared. Thank you. This is quite educational.
  12. Click it with the mouse. If you check the box "Import F10 Menu", Viacom will import the F10 options as "Action What Ever". The "What Ever" being the title of the diplayed option. You can activate those by saying "Action (small pause) What Ever". Optionally you can use the Editor page of the Viacom Window to train those action commands.
  13. Make sure you have "Allow Options" box checked in the preferences page. Key Mic and say "Options". The default comms menu will appear.
  14. So I don't have a T16000M, but I imagine the slider is like the Friction lever on the WH. This .tmc works for the WH. It will print in the status window "Shift State OUT" and "Shift State IN" when you move the slider appropriately. Hope this helps. include "target.tmh" //program startup int main() { if(Init(&EventHandle)) return 1; // declare the event handler, return on error //add initialization code here ; SetKBRate(22, 35); SetShiftButton(&Joystick, S4, 0, 0, 0); //AXIS init MapAxis(&Joystick, JOYX, DX_X_AXIS); MapAxis(&Joystick, JOYY, DX_Y_AXIS); //MapAxis(&Throttle, THR_LEFT, DX_ZROT_AXIS); MapAxis(&Throttle, THR_RIGHT, DX_Z_AXIS); //*********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, 10, 0, 0, -4); // MapAxis(&Throttle, SCY, DX_YROT_AXIS, AXIS_REVERSED, MAP_ABSOLUTE); // SetSCurve(&Throttle, SCY, 0, 10, 0, 0, -4); //TDC Slew Control on Throttle Mini Stick //KeyAxis(&Throttle, SCX, 0, AXMAP2(3,Throttle_Designator_Controller_Left,0,Throttle_Designator_Controller_Right)); //KeyAxis(&Throttle, SCY, 0, AXMAP2(3,Throttle_Designator_Controller_Down,0,Throttle_Designator_Controller_Up)); MapAxis(&Throttle, THR_FC, DX_SLIDER_AXIS); KeyAxis(&Throttle, THR_FC,'ioumd',AXMAP2(3, EXEC( "Shift_State_OUT();"), 0, EXEC( "Shift_State_IN();")));// 3 SECTIONS: Gear up, none, Gear Down // Init Lights Programing light below // ActKey(PULSE+KEYON+LED(&Throttle, LED_INTENSITY, 10)); //set Throttle backlight power to middle // set Throttle backlight power to low // ActKey(PULSE+KEYON+LED(&Throttle, LED_ONOFF, LED_CURRENT+LED1)); //set LED 1 On // ActKey(PULSE+KEYON+LED(&Throttle, LED_ONOFF, LED_CURRENT-LED2)); //set LED 2 OFF // ActKey(PULSE+KEYON+LED(&Throttle, LED_ONOFF, LED_CURRENT+LED3)); //set LED 3 On // ActKey(PULSE+KEYON+LED(&Throttle, LED_ONOFF, LED_CURRENT-LED4)); //set LED 4 OFF // ActKey(PULSE+KEYON+LED(&Throttle, LED_ONOFF, LED_CURRENT+LED5)); //set LED 5 On // Flags... } int Shift_State_OUT() { printf("Setting Shift State OUT...\xa"); ////////////////////////////////////////////////////////////////////// //BUTTON PROGRAMING STARTS BELOW ////////////////////////////////////////////////////////////////// } ////////////*\\\\\\\\\\*//////////*\\\\\\\\\\*//////////*\\\\\\\\\\*//////////*\\\\\\\\\ //\\\\\\\\\\*//////////*\\\\\\\\\\*//////////*\\\\\\\\\\*//////////*\\\\\\\\\\*///////// int Shift_State_IN() ////////////*\\\\\\\\\\*//////////*\\\\\\\\\\*//////////*\\\\\\\\\\*//////////*\\\\\\\\\ //\\\\\\\\\\*//////////*\\\\\\\\\\*//////////*\\\\\\\\\\*//////////*\\\\\\\\\\*///////// { printf("Setting Shift State IN...\xa"); ////////////////////////////////////////////////////////////////////// //BUTTON PROGRAMING STARTS BELOW ////////////////////////////////////////////////////////////////// } //event handler int EventHandle(int type, alias o, int x) { DefaultMapping(&o, x); //add event handling code here }
  15. About Two Weeks.
  16. you must have an issue with your USB. My lights stay off after reboot, but come back on after I unplug/plug the throttle in. So look at your USB in Device Manager. There must be some power setting that allows for voltage to remain after shutdown. Could also be a BIOS setting.
  17. Thanks. I'm order #1992 and am having trouble being patient for my shipment eMail. Must be patient....
  18. Right now I can use TARGET Script Editor to assign the mini-stick to rX and rY axis, and setup a dead zone in the center. Does this mod change anything concerning TARGET?
  19. Good question. I look forward to a direct link to the DL.
  20. +1 for Durandal. And another for runway damage model that works for MP as well as SP.
  21. +1 Please fix
  22. There is an official change log for their mods: https://www.razbamsimulations.com/index.php/changelogs/harrier-changelog AN official "Bug Tracker": https://www.razbamsimulations.com/index.php/changelogs/harrier-changelog
  23. Sounds like he knows what he's talking about. I feel the same way. Funny how great minds think alike. I look forward to future progress, and hope for it's speedy arrival. Since, according to some, that's all I have a right to.
  24. It sounds like you're looking for a complete module. AV8B N/A is not it. But, I like it. It's got issues I think will get worked out. I play and then get bored with the current functionality and move on to something else. Then come back to see the progress and play it for a while. I look forward to the day that all rotary switches and encoders have a keyboard binding for CW and CCW rotation. What a day that will be.
  25. Very Interesting. I'll have to give this a long look. Thanks for all your help.
×
×
  • Create New...