Jump to content

niru27

Members
  • Posts

    85
  • Joined

  • Last visited

Everything posted by niru27

  1. Here's the track A10C2DblSPC.trk
  2. Pressing the SPC button on the UFC inserts 2 spaces, one for pressing and one when releasing the button. Happens when clicking on it with the mouse too The CDU SPC works as expected, inserting only a single space for one press+release
  3. There's another way: Directory Junctions You can have a folder on one drive appear & act, for all intents & puposes, as though it actually exists in another location/drive. Lets say your DCS is installed in D:\DCS World OpenBeta\ So Syria would be normally located at D:\DCS World OpenBeta\Mods\terrains\Syria If you want to move it to another drive, due to lack of space, let's say E:\DCS\Syria run these command: mkdir E:\DCS\Syria mklink /j D:\DCS World OpenBeta\Mods\terrains\Syria E:\DCS\Syria When you get a success message, just download/install Syria map, and it will actually be written to E:\, but will appear in D:\ If you're not comfy with cmd commands, get this: https://m.majorgeeks.com/files/details/hardlink_shell_extension.html
  4. Easily? No, but it is possible to remove the detents altogether by taking apart the throttle. Not something you want to do everytime you switch between rotary and fixed wings Easiest solution would be to adjust DCS curve to be between physical IDLE and MIL detents. You lose some throw/accuracy, but it's way easier than repeatedly removing/reinstalling detents. Since the curves are per aircraft & per device, you only have to do this once
  5. Holy crap, this made a night & day difference on my ministick. The cap was all the way down, so it was moving very little. Now It feels like a proper ministick. Thank you!!
  6. Sometimes my modifiers.lua files disappear from all aircraft folders. Since I'm dependent on them a lot to fly with the TWCS + T16000m, this becomes a problem. As far as I can tell, this happens when I start DCS without my controllers attached, but only sometimes. Most times I attach them, it gets recognized and works as expected. But once in a while, it recognizes the device, but forgets all modifiers. Anyway to figure out why this happens?
  7. An alternative solution if you want to retain the analog control: Use a modifier for the axis. Add a modifier button, pinky switch for example Clear & assign the radar axis to Pinky Switch + axis When you want to change elevation: Hold Pinky Switch Move axis to required position Release Pinky Switch The elevation should remain at its set posistionm until you press Pinky Switch again (and move the axis) Do let us know if it works for you
  8. I was searching for Double Tap functionality, but couldn't find it anywhere, so came up with it myself. With Multi Tap you can assign commands to: single tap single tap + hold aka Long Press (just like Tempo) double tap double tap + hold ... n number of taps with/without hold at end Joystick Gremlin can detect long press and double tap, but it can't do both at the same time. There's also an AHK option, but I didn't want to rewrite all my mappings in AHK immediately after doing it in TMC. PS: I'm coding in C after a long time, so there might be more efficient means of achieving the same functionality. Do test it out and let me know about any bugs/improvements. Example script is for the TWCS, but easily adaptable to your device.
×
×
  • Create New...