Jump to content

Roger01

Members
  • Posts

    236
  • Joined

  • Last visited

Everything posted by Roger01

  1. I would like to do a thing like this :
  2. Hello, I want to make MFDs with around 30 buttons on each. How do I go about it? Do I put a 74HC165 on every 8 buttons (4 in total)? Any other solution? Is there a diagram showing how to wire all this up? How do I do this?
  3. Argl okay thanks. Too bad, I don't unterstand Chinese att all
  4. Hello, my radio (ATC) is in Chinese. I change the skins and voices in the options, but it's still in Chinese. Any idea how to get them in English? Thanks a lot!
  5. I find the code on a website. Works perfectly. Press CTRL+ALT+M will set the mouse in 1280/600 each 3 sec. Press a 2nd time will stop the script (if you don't want to see the blue cross) #MaxThreadsPerHotkey 3 ^!m:: if CTRLALTM ; This means an underlying thread is already running the loop below. { CTRLALTM := false ; Signal that thread's loop to stop. return ; End this thread so that the one underneath will resume and see the change made by the line above. } CTRLALTM := true Loop { DllCall("SetCursorPos", "int", 1280, "int", 640) Sleep, 3000 DllCall("SetCursorPos", "int", 1280, "int", 639) Sleep, 3000 if not CTRLALTM ; The user signaled the loop to stop by pressing Win-Z again. break ; Break out of this loop. } CTRLALTM := false return #MaxThreadsPerHotkey 1
  6. Thanks, I try with AutoHotKey but I can't use ""IF then KEYPRESS"" mouse :=0 loop { ^!m:: { if (mouse = 1) { mouse :=0 return } } DllCall("SetCursorPos", "int", 1280, "int", 600) mouse :=1 Sleep, 3000 } return I try to search how to IF = ^!m:: but I can't find (^!m:: = ctrl+alt+M pressed)
  7. I downloaded JoyToKey, but it's really obscure... how do you do it please? Thank you so much!
  8. Ok... You had to activate the "mouse" option in the DCS VR tab for it to work. So it works now but on the other hand, the cursor disappears after a few seconds, which isn't practical if you have to press again to make it appear hmm... but it's already better than having your head down all the way. Thanks.
  9. Well, that doesn't work at all. The blue cursor remains in the centre. It only works for the mouse in Windows, for example, but not in DCS in VR.
  10. If I understand correctly, the mouse cursor is automatically repositioned to the centre of the screen anyway? And the cursor moves with each press of the buttons? So you can't aim properly, can you?
  11. Thanks, I try that tomorrow Like this?
  12. Hello! What are the best choices/options to make with the Oculus 3? Is it possible to put it on the 1st page as well? I've looked at the topic a bit but not completely, I've probably missed some posts about it... I have Virtual Desktop if needed, Ryzen 7600x and a 3800ti with 64GB of memory.
  13. Hello! I'd like the (blue) crosshair on the mouse that you see in VR not to be in the centre of the screen but lower down (so that I don't have to tilt my head too much as I'm mainly looking down). Do you have any ideas on how this could be done? Thank you! Exemple :
  14. With many other tests, I think that the distance between the missile and the plane, in addition to the mountains, must not help the video reception AT ALL... So I think it's just a matter of use.
  15. Hello, First, I only try with exports ON and Helios (2nd screen) but effect is the same on the export monitor and the main monitor. Tested in ST and MT, on the Man in the loop single mission. nullI need to up the G option on 7 (red circle) to get an usable video. Is it normal? Very difficult to see the screen and when I aim a little at the sky, the ground becomes very dark. I will test later without export, helios and other option (and vidéo) and trak fil. Thanks a lot!
  16. Hello, Do you use USB screen? If not, what solution so you use for 3 HDMI screens? Thanks a looooooooooot for your pcb!
  17. Hello, any chance to use a Mega328p for Master instead of a Mega2560? Thanks
  18. Hello, I use F14 profil from capt zeen but have some switches/buttons that don't work indection HELIOS => DCS. But If i use this buttons in DCS, HELIOS updates the interface correctly. Do you know why? Thanks a lot! Exemple , the CAP Category Selector Switch (RIO) : https://photos.app.goo.gl/NarHdYP9Ne7SRtb56 (video)
  19. Hello, Does the HCU stick go back to the centre automatically if you drop it in real life? Thanks a lot!
  20. Hello, I have the same problem, the springs is noisy like your video... I have tried changing the grease (with and without), the direction of the spring, various things but nothing helps, it always comes back after a few movements...
  21. Ok, too bad, flashing a "strong" light, non-stop, is a bad idea. It's better to leave it fixed or just turn it on if there's a problem. Anyway, it's fine with black tape.
  22. Hi, I would like to change the Sync of the light for this 2 buttons (AA/AG). For now, the AG light, lights only if the AA/AG switch is on AG and AG1/AG2 switch is on AG2 But I would prefere the AG lights when AA/AG switch is on AG, no matter of the position of the AG1/AG2 switch. Thanks a lot!
  23. Any chance of finding a solution to prevent blinking? (permanent on or off) Thanks!
  24. Hmm, I can try this yes, to send an X-Y mouse command on board. Thanks for the tips.
×
×
  • Create New...