Jump to content

Rapti

Members
  • Posts

    154
  • Joined

  • Last visited

1 Follower

Personal Information

  • Flight Simulators
    DCS World
  • Location
    Zürich

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Will the reshade mod also work if you use VR and a mixed reality cockpit? Gesendet von meinem SM-S928B mit Tapatalk
  2. OK ChatGPT had the solution: How to fix it You need to give each object a unique name. For example: DcsBios::LED ltdRSwLed(FA_18C_hornet_LTD_R_SW_AM, 7); // LED output DcsBios::Switch2Pos ltdRSwSwitch("LTD_R_SW", 8); // switch input Now you have one LED object (ltdRSwLed) and one switch object (ltdRSwSwitch), no conflict.
  3. Hello everyone, I have a question about the laser arm switch in the F-18 This switch is actually a magnetic switch. Since I am using a normal (ON) - OFF switch for this, I would like to display the status of the switch via an LED. So when the switch is in the armed position in the simulator, the LED should light up, even though my physical switch is back in the OFF position. I already implemented this a few years ago in a button box. There was the DCS BIOS prompt: DcsBios::LED ltdRArm(0x74c4, 0x0100, PIN); This call no longer exists in the current DCS BIOS version from Skunkworks! Does anyone have any idea how I can solve this? There is basically the prompt: DcsBios::LED ltdRSw(FA_18C_hornet_LTD_R_SW_AM, PIN); However, I cannot use this in the same sketch because it addresses the same function.
  4. Interesting project! Are the two Arduinos automatically recognized as two different Windows game controllers? Until now, I have been using Leo Bodnar boards. However, these are quite a bit more expensive than the Arduino Leonardo boards...
  5. I would love to have this on our A10 simpit. We have a 270° screen. In the A-10, it would not be necessary to look at your 6. The 270° would be good enough... Gesendet von meinem SM-S928B mit Tapatalk
  6. I got a similar problem, I cant move the mousecursor to to bottom right. It stops before I reach the button. Did you find a solution?
  7. This would be so great. Thanks. Gesendet von meinem SM-S928B mit Tapatalk
  8. great job!!! Would it be possible to get the kneeboard from you for masking the cockpit?
  9. My use case is as follows: We use almost 25 arduinos (nano, uno, mega) in our A-10 pit, We always have the problem that after a certain number of arduinos running on powered USB hubs, the last arduinos are no longer recognized. My idea would be to operate most of the panels with the "normal" arduinos and operate the remaining say 5 panels using ESP32. would this mixed operation work?
  10. any ideas on this topic?
  11. Can I mix this with a "normal" DCS-BIOS / Arduino setup?
  12. mhh that's strange. Do you possibly have no authorization in Windows? I simply open the file with Notepad++
  13. You have to start the ports in any case. You do not have to do this individually, but you can edit the file multiple-com-ports.cmd with notepad++ and enter your ports there. This way you only have to execute this one cmd file null
  14. Looks great! Gesendet von meinem SM-S928B mit Tapatalk
×
×
  • Create New...