Jump to content

Oilman100

Members
  • Posts

    190
  • Joined

  • Last visited

Everything posted by Oilman100

  1. Thx for this, so if I read this right it does what I have put above, now what if I what to use EOLIGN to create DX3 on H1U, so this is how it would look, giving me the option of using H1U for most used key DX1, then I push EORIGN and it gives me DX2, activate EOLIGN and get DX3 , deactivate EORIGN or EORIGN gives DX1 again. The idea behind what I’m trying to do is by activating the flag it changes various key presses across across the joystick and throttle e.g refuelling or landing. Again many thx for your time
  2. I'm looking to create 3 layers utilising flags and not the UMD e.g A-A, A-G, Nav for certain switches, I have been able to do this for a single switch, see below, flicking EORIGN changes the state of H1 to permanently have trim activated but otherwise it does basic views or Trim with S4 held in. However, how would I go about adding a second Flag switch on H1 e.g EOLIGN when on state would have H1 do another layer. I've tried adding another Flag but as I thought it displays both states i.e. Flag switch 1 and Flag switch 2 MapKey(&Throttle, EORIGN, SEQ ( CHAIN( EXEC("trimflag = 1;"), LED(&Throttle, LED_ONOFF, LED_CURRENT+LED1)), // Trim switch CHAIN( EXEC("trimflag = 0;"), LED(&Throttle, LED_ONOFF, LED_CURRENT-LED1)); MapKeyIO(&JoystickF18, H1U, TrimmerDESCEND, EXEC("if(trimflag) ActKey(KEYON+TrimmerDESCEND); else ActKey(KEYON+F1_HUD_only_view_switch);")); MapKeyRIO(&JoystickF18, H1U, 0, EXEC( "if(trimflag) ActKey(TrimmerDESCEND); else ActKey(F1_HUD_only_view_switch);")); Many thx for any help
  3. its a 4 way HAT switch, to turn on/ff HMCS it is a long press left, the only 8 way is the POV switch (H1)
  4. I like the idea of option 3, maybe add some useful switches / buttons, Laser on/off etc
  5. Very impressive, keep up the good work, will it be scalable i.e. I would use it on the iPad Pro, will it fill the screen or is it only designed for the smaller screen iPad
  6. New macro generator for HTML has been uploaded by Carlton2001 in the user file section, many thx for upgrading this program to work with new html format
  7. Yep that’s the one I’ve been using, but now when I run it, it just comes up with errors during the actual run sequence. I tried it with a html file I made a couple of months ago and it worked fine. When I open the actual new html file the format and the actual language looks completely different than what was being produced 2 months ago. Can you try it again on a html file created now and see whether it works, I’ve tried it on a couple of computers with same result.
  8. What automated Macro File Generator are you using, I used the one by Carlton2001 but it doesn’t work anymore and desperately need a new one to save hours of work, many thx
  9. I’ve been in contact with them re the same issue you have, I found that the wires connected to the the DIN plug on the base had broken and I needed a replacement (this is a common issue), it took almost exactly 7 days getting an initial reply, then I ordered the parts 7 days to get conformation to pay, then 7 days to confirm it was received and Order moved to dispatch department and then took a further 7 days to receive. A long drawn out affair but it all arrived and replaced in stick and working. I would take off the 2 small screws and gently pull out the plug and see whether any of the wires have become detached.
  10. Yep I have seen this stutter a number of times whilst doing small moves at full zoom, now I think it could be a bug
  11. Did you manage to find a solution for this as I set up my snap views today and have found the same issue, my main view is now offset to the left of the middle of cockpit. It can be temporarily corrected by using the Cockpit camera view (RCTL+RSHF+NUMPAD) and it will stay there even after TIR reset but on entering the cockpit for a new mission it goes back to offset.
  12. Thx, I did look at this page but didn’t pick up that the clamp was removable and thus thought it was another part. Many thx for the clarification
  13. Can someone please tell me the dimension of the clamp gap, on the T-50 CM2i.e. the distance between the clamping plates, I’m trying to work out can I clamp it to an existing structure on my rig or not. Many Thx
  14. Many thx, was wondering what those little arrows where for
  15. Position of Chart Tabs I've just upgraded to Advanced for the Charts feature, when I originally hide the charts they store nicely into a horizontal Tab system at the top of the window (like a browser). However I pinned one and when I went to hide it again, it snapped to a vertical Tab ? and now for the life of me I cannot get it to go to the horizontal, so I have 3 charts, 2 tabs on the horizontal and one on the vertical. How do I customize or fix this, thx
  16. Unfortunately not, on your example you only need to put it once like the example I gave. Whether you are in IOUMD it will always give your Tempo command. You only need to add IOUMD if you want different commands on each layer.
  17. This is a known conflict with windows store, look up how to Kill windows store on the forums, you can do this temporarily and the Target virtual profile will load fine with no other joystick or Hotas showing
  18. I'm assuming you want the TEMPO on the middle 'M', in script you don't need to IOUMD unless you wish to have different presses on those as well MAPKEY (&JOYSTICK, S1 TEMPO (R_CTL+F12, R_SHIFT+R_CTL+F12, 300)); looks as if you have an extra '0' as well, also I would use macro file instead of above e.g define Key1 PULSE+R_CTL+F12 define Key2 PULSE+R_SHIFT+R_CTL+F12 or with USB codes define Key1 PULSE+R_CTL+ USB[0x45] define Key2 PULSE+R_SHIFT+R_CTL+USB[0x45] MAPKEY (&JOYSTICK, S1 TEMPO (KEY1, Key2, 300)); Remember to add PULSE or TEMPO may not work as you want, as after 300ms Key1 will stop and Key2 will start Hope this helps
  19. I would suggest using F13, remember with USB codes you can use F13 - F24, these are never used in games and always a safe bet, TrackIR also recognises these keys as does SRS etc, so a nice way to get 12 extra easy keys.
  20. When you think about it there is no command on a computer that can happen at exactly the same time, there may only be milliseconds apart and looking at it, it may seem as if they happen together because it appears instantaneous. This is what scripting can do, commands can happen extremely quickly so it seems as if is happening at the same time. Might be helpful if you give the example of what you want to achieve then you will get the advice on the best way to make it happen.
  21. For some reason the \ does not work properly within target script, remap to any other key combination with DCS controls screen and it should work fine with Target.
  22. You would need to use the Target software and you can program all buttons as you like
  23. There are many uses, you can use them for indications e.g. A/P engaged, LED flashes or same for Airbrake, this acts as a simple reminder if the A/P has been on for a long time during straight flight and suddenly you want to maneuver, or if you use advanced features like flags or utilise different curves e.g for refuelling then you can program the LEDs to come on and go off to indicate you have a refuel curve activated, it's a very useful function
  24. We have just over 10 members now so as above pm the chap on the initial post to sign up by
×
×
  • Create New...