Jump to content

Tanuki44

Members
  • Posts

    584
  • Joined

  • Last visited

Everything posted by Tanuki44

  1. Good news, let us hope the next updates will not break again
  2. Indeed, I just tested, the mission does not take place after the message of the tower to prepare for takeoff. I tried with the mission of version 2.5 with the beta 2.7, it does not even start. And French translations are partially broken ... In the mission 4, Wolf1 has a lot of trouble landing to dropp off the troops at the 1st LZ in the mountains... sloping ground (again ???)
  3. After search, I changed libaries for the management of TouchPad PS2 ( https://github.com/kristopher/PS2-Mouse-Arduino ) and also for rotary encoder. ( http://www.pjrc.com/teensy/td_libs_Encoder.html ) No more crash . I made a change on the 'Push' button of the wheel, it works in mode 'toggle' for the slow and fast. I also added a keyboard 12 keys to emulate the F1-F12. Arduino Code for Pro Micro handmouse.ino
  4. Have you executed all the 'instructions' indicated by the co-pilot (A summary is visible by the radio - F10 menu) In general, something is missing for the scenario to continue ...
  5. Even if I understand what you explain, I will have to seek how to put this into practice Thanks.
  6. Thank you for your comment, but as indicated, I do not have great skills in this type of coding. I only assemble some code from the example found on the net. Overall, the mouse wheel works properly with the interrupt when there is not the PS2 trackpad. But when I add PS2 trackpad is a problem. I will try to understand " you should look into other code based techniques such as a confidence counter"
  7. Reuse a trackpad on a old laptop Trackpad source1 Trackpad source2 Known issues : Sometimes the device is not recognized at startup W10 or hangs during operation, It's better to add a button to reset it easily. Can not use interrupt for the wheel (incompatible with the PS2 trackpad ???) the rotation of the wheel should not be too fast, To quickly advance, press the wheel at the same time accelerates incrementation. I am not very competent with Arduino coding, any suggestion will be welcome My arduino code
  8. Thank you for this comment. Of course, I can put these infos and the sources that helped me. I'm always looking for a solution to improve the button 'wheel mouse'. I will gather and publish these elements.
  9. Here is a setting of SnapView that can help (already indicated, sometime ago, but I forgot by whom ) [8] = {--LWin + Num7 : Snap View 7 viewAngle = 20.000000,--FOV hAngle = -10.978332, vAngle = -51.987301, x_trans = 0.164246, y_trans = 0.067000, z_trans = -0.142609, rollAngle = 0.000000, cockpit_version = 0, },
  10. That's it's good, this requires that setting W10 to the desired resolution in DCS.
  11. Finally, I succeeded forcing the 'progressive' mode on the graphics card, But that does not explain why the resolution chosen in the DCS parameters did not force the mode as in 2.5 version
  12. On W10, my desktop is in 1600x900 progressive, my DCS resolution is setting on 1920x1080, automatically resolution change progressive and works perfectly in 2.5. With the version 2.7, I kept the same setting, but DCS stays in 1600x900 p, the resolution of DCS is always the same as that of W10. I tried to put W10 in 1920x1080, but W10 force in interlaced mode, DCS goes well in 1920 but remains interlaced and not gradual, it's a horror , a lot of glitters. Was the only solution to stay in 1600x900? I hope I have been clear enough with my poor english
  13. In Mission Editor
  14. I confirm and this is on the 'cockpit' canal, it is much less or not in flight.
  15. After a Win10 reinstall and copy my DCS folders on the new SSD, I reloaded the files *.diff.lua for each device without any problem.
  16. The 7th Air Cavalry skin is the 'Army standard', but 'emblems' are visible only if the 'external emport point' are checked
  17. There is a reversal of the left and right door gunner Corrected g_panel_page.lua
  18. But with my mod : There is an inversion ... corrected and posted
  19. No problem for me, I just now tested with the QuickStart Target Practice (with no mod)
  20. This is my curve for 35° of travel and I use sensors HALL for better precision and stability. I reproduced this, but on the 35°, I never use the maximum.
  21. On my PC, the key 'menu' between the key 'ALT GR' and 'RCTRL' is recognized by DCS as 'RWIN'
  22. In a cyclic-collective configuration, usage of mouse (and for a right-hander) is not very easy and requires an available area. My idea was to make a 'tactile' mouse with buttons suitable for dashboard instruments. (Initially for the Huey, but also usable in other modules). A pad (recovered on an old PC) for the cursor. In center, a rotary encoder to replace the mouse wheel with a function 'pressed' for a fast mode. On left, a rotary encoder for left and right button of the mouse and 'pressed' for the middle button (which I use to freeze 'momentarily' the trackIR). At right, a momentary switch (on)off(on) for up and down position that also corresponds to the left and right buttons of the mouse. All driven by a Pro-Micro Arduino in 'mouse' mode. This makes it possible to get closer to the natural movements of the (left) hand for dashboard buttons and to be able to keep the right hand on the cyclic. I am still trying to improve the management of the wheel, simultaneous use of Interrupts and PS2 communication of the Touchpad hang the Pro-Micro Arduino. For the moment, without solution, I do not use the interrupts, it already works well. If a specialist in the coding of the Arduino has an idea ...
  23. Great solution for this management with the mouse Thanks for this info
  24. Indeed, mouse wheel is really slow, while waiting for better you can edit the file \\Eagle Dynamics\DCS World OpenBeta\Mods\aircraft\Uh-1H\Input\UH-1H\keyboard\default.lua and add two lines : {combos = {{key = 'W', reformers = {'LAlt'}}},pressed = device_commands.Button_7,cockpit_device_id = devices.ADF_ARN_83, value_pressed = -2.0,name = _('ADF Frequency Decrease Fast'), category = _("ADF Set Control panel")}, {combos = {{key = 'X', reformers = {'LAlt'}}},pressed = device_commands.Button_7,cockpit_device_id = devices.ADF_ARN_83, value_pressed = 2.0, name = _('ADF Frequency Increase Fast'), category = _("ADF Set Control panel")}, You can also assign two buttons...
×
×
  • Create New...