Jump to content

Togg

Members
  • Posts

    194
  • Joined

  • Last visited

Everything posted by Togg

  1. Update for the Mi-24 The work for the pilot is almost done. It is possible to complete the start-up sequence with the profile. Some panels:
  2. Hi While creating a streamdeck profile for the Mi-24, I found a small bug with the ARK U2 on/off. The keyboard binding does the on/off sequence in a once. Thanks
  3. Some icons for the Mi-24 https://github.com/Togg-streamdeck/dcs/tree/master/mi24
  4. That was just a one shot experiment :)
  5. I did a try last year :D https://forums.eagle.ru/forum/english/dcs-world-topics/screenshots-and-videos/250116-dcs-comic-1-and-last-issue?t=248405 This page was very useful for references: https://blambot.com/pages/comic-book-grammar-tradition Good luck :)
  6. So USB 3.0 Hub on the screen: no USB 2.0 Hub on the keyboard: no USB 2.0 on the computer : yes Thanks :)
  7. Hi all :) I am starting to play with DCS-BIOS and an Arduino Uno board in order to create Course, Heading and radar alt commands for the F-14B So I have a small setup with 3 rotary encoders and the followiing code: #define DCSBIOS_IRQ_SERIAL #include "DcsBios.h" /* paste code snippets from the reference documentation here */ DcsBios::RotaryEncoder pltHsdKnobCrs("PLT_HSD_KNOB_CRS", "-182", "+182", 2, 3); DcsBios::RotaryEncoder pltHsdKnobHdg("PLT_HSD_KNOB_HDG", "-182", "+182", 4, 5); DcsBios::RotaryEncoder pltRadarAltKnob("PLT_RADAR_ALT_KNOB", "-182", "+182", 6, 7); DcsBios::Switch2Pos pltRadarAltBit("PLT_RADAR_ALT_BIT", 8); void setup() { DcsBios::setup(); } void loop() { DcsBios::loop(); }The problem, I think, comes from is the COM 4 which stays in "connecting" state So nothing occurs in DCS. Any ideas ?
  8. I have a Steelseries Arctis 7 with a DelanClip. I use it only for gaming. The Artics 7 is light and comfortable. Drawback: not for all heads : > 60 cm : not recommended 100 % wireless gaming :D
  9. I updated my computer to Windows May 2020. There is a feature called Hardware-Accelerated GPU Scheduling. It may improves some performances. :D Before, DCS had no problem So I enabled it. Why not ? :) On -> DCS hangs at the splash screen with a black background and the current theme music started. So Crtl+Alt+Suppr -> I killed it. I restarted it just after and it was ok Off -> No problem I play on the last stable release with the Nivida drivers 451.48.
  10. File > Export PNG image. Use "selection" mode and select what you want. At 60 dpi you get a 152x152 px image. The Stream Deck uses a 144x144 image.
  11. Helvetica You can use Arial which is very close to Helvetica
  12. One thing: you have to enable left/right modfier when you assign a shortcut in the streamdeck: just click the menu right to the shorcut textfield. Thanks for the gift but I have enough modules now and not enough time . I added my button model: https://github.com/Togg-streamdeck/dcs/blob/master/buttonModel.svg You can now create your own buttons with same look. I use Inkscape.
  13. F-14 is a work in progress so yes there are some missing bindings. You have to do it (both in DCS and the Streamdeck.) if you want to use them. The RIO seat makes the task longer than the F-18. Moreover there are some bindings that do not exist yet in the module (station switches for instance) There is no need for a plugin. Even if it gives interesting possibilities, I want something that works standalone.
  14. Hi GunSlingerAUS Exemple: for the A10C Copy/paste the a10c KeyBoard.diff.lua in C:\Users\YOUR_USERNAME\Saved Games\DCS\Config\Input\A-10C\keyboard\ It will overwrite your current keyboard.diff. You need it beacuse it contains the key bindings for the streamdeck.
  15. APEM 637H/2, 6,18 € at Farnell (for exemple) Datasheet : http://www.farnell.com/datasheets/1697794.pdf Good point: you can download the CAD model. I use APEM switches for my little project: https://forums.eagle.ru/showthread.php?t=269592
  16. Step 2 Wiring : Front:
  17. Like the title says. This is something I am working on since a while and you know we have plenty time to do that. The objective is build a "core" box which mean one can use with lot of aircraft so there are no commands like laser, tgp, brrrrt switch, aa mode... Specialized commands are handled by the streamdeck. It will be made a 3 mm black acrylic panels using laser cutting and laser engraving for the labels Drawings with Inkscape are finished. I convert the svg to dxf and import them in 3ds max to check the mounting in order to discover and to fix mistakes. I go back and forth between Inkscape and Max. The box can be mounted on and 80x40 alu profile and also VESA 75 mm. USB interface is the well known BU0836X from Leo Bodnard. CAD time ! The whole system. There are three layers for the top. The first one, blue, is used to mount the switches The second one, magenta,pink whatever, is used to hide nuts The last one is the label layer With the labels All you need to fly safe ! I have already the switches and the BU0836X.
  18. Key combinations works fine for me. Did you try with someting else which is not a F key ? Streamdeck Version: 4.6.1.12887
  19. For Pause I have the same problem, I changed it to P. With a Streamdeck profile, you need to copy the Keyboard.diff.lua file corresponding to a plane to get the Streamdeck commands works My profile https://github.com/Togg-streamdeck/dcs/blob/master/DCS.streamDeckProfile For the F/A-18 https://github.com/Togg-streamdeck/dcs/blob/master/f18/Keyboard.diff.lua Copy it to : C:\Users\USER\Saved Games\DCS\Config\Input\FA-18C_hornet\keyboard
  20. Some icons for the F-14 Jester submenu RIO submenu
  21. The input lag on TVs is related to some post-process doing by the TV on the image. If you can disable them (gaming mode on some TVs), the lag decreases.
×
×
  • Create New...