Jump to content

Roger01

Members
  • Posts

    236
  • Joined

  • Last visited

1 Follower

Personal Information

  • Location
    France

Recent Profile Visitors

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

  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!
×
×
  • Create New...