Jump to content

dureiken

Members
  • Posts

    665
  • Joined

  • Last visited

Everything posted by dureiken

  1. Hi still not working for test knob but not a very big problem, everything else is just perfect !! thanks
  2. do you use DCS DTC ? I think it's the problem : by default all threats are disabled, you have to check them
  3. Hi all my F16 team noticed there is a big change in RWS locking target behaviour. We were able to directly bug a brick before patch, it's no more the case in a lot of situations. It's hard to correclty report the bug because of the current DCS track system. And with this bug/problem/modification, F16 became very bad in BVR, as we can't bug and fire a fox3 during a few seconds after brick is on the target... edit : in TWS, we still can bug all target direclty when they come as a brick
  4. Hi I had exactly the same problem yesterday : my friend was full of SAM on HAD page, I was just near of him, no contact. Even with SAM firing on me , still no contact
  5. DX13 is DMS down for me, so I want to be able to make long press. I tested MapKey(&Joystick, H3D, CHAIN(DX13, PULSE+R_SHIFT+'h')); DX13 works, not Rshift+h MapKey(&Joystick, H3D, PULSE+R_SHIFT+'h', DX13); Rshift+h works, not DX13 if you can help me thanks
  6. oh nice ok thanks, and on steam VR ? because I can't use OpenXR for the moment
  7. Hi I just have a question for Aero : is there still shimmering ? shadows, buildings, lines ... thanks !
  8. We were unti last patch always able to bug a blank full square in FCR. Now we can't
  9. it's the blue one, a 6 way rotary I use it for other fuel selection 5 button know too, like in the F16
  10. it works like a charm now ! Just can't achieve to use Fuel TEST it's on the same 6-way rotary than other FUEL position, PIN 7 of my arduino. I tested : const byte fuelQtySelKnbPins[5] = {6, 5, 4, 3, 2}; DcsBios::SwitchMultiPos fuelQtySelKnb("FUEL_QTY_SEL_KNB", fuelQtySelKnbPins, 5); DcsBios::RotaryEncoder fuelQtySelTKnb("FUEL_QTY_SEL_T_KNB", "DEC", "INC", 7, 6); and const byte fuelQtySelKnbPins[5] = {6, 5, 4, 3, 2}; DcsBios::SwitchMultiPos fuelQtySelKnb("FUEL_QTY_SEL_KNB", fuelQtySelKnbPins, 5); DcsBios::RotaryEncoder fuelQtySelTKnb("FUEL_QTY_SEL_T_KNB", "DEC", "INC", 6, 7); without sucess thanks by the way, everything else works !
  11. Hi fantastic ! what do you use to make these button box ? I mean the case thanks
  12. thanks seems to be a fork. How to correctly install it ? I have no exe, no installer as DCS bios does ? thanks and sorry for newb questions
  13. I have the latest release (one from 2019) where to DL the good one ? thanks
  14. Hi seems in the same line : because control reference gives me that : thanks !
  15. Hi I read some post about that but it's still not corrected or do I have a local problem ? Almost 9 of 10 track DCS record are corrupted : I go in the ground maybe 15 or 20 min after take off, where my flight was 1h or 2h long. Is that a bug ? or a local problem ? thanks
  16. Hi I also had this problem on my last flight : 2 mig 29 at 20NM in front of me, just a little below. DL track and radar track, can't TMS up on them, multiple times. And finally at maybe 15NM I was able to lock them. I can't show a track because my plane crashes once again.
  17. Hi guys locking a HSD friendly contact works with HMCS octogon display. But when I unlock it, HMCS octogon disapear but dash line stay in HUD. We tried with 4 different people in F16 and it was the same. Thanks
  18. Hi I had friends tracks : Leader one, seems OK : https://www.mediafire.com/file/dv9udpp99axaxyy/track_OK.trk/file 3rd one, bugged : https://www.mediafire.com/file/ui5te4vtwqoy9jx/track_bugged.trk/file At 14:30, we are still flying in patrol, and we can see 2 with DL problems in HSD Tacview (30min bugged hour ?) : https://www.mediafire.com/file/36osuj191rmvv1y/Tacview-20220426-203650-DCS-liberation_nextturn.zip.rar/file hope it can help
  19. Hi I would like to know if's possible with script to make dual action : Rshift + H and DX13 I tried MapKey(&Joystick, H3D, DX13, PULSE+R_SHIFT+'h'); without sucess thanks for your help
  20. Hi thanks for your replies. We just made a 3 F16 DCS liberation flight yesterday, 3hours flight and I still had DL problems, one of my mate too. Only the leader didn't had it. No TCN AA on flight. Leader was at 1NM of me, angel 25 without mountains, and DL suddenly stop updating. I OFF/ON DL and MDS LVT but was the same. And maybe 15min later it refreshes again. 3 had the same on leader a bit later, and I had same with 3 at end of the flight. I tried to use replay but when I launch it my plane just goes in ground maybe 20min after beggining ... are replay bugged too ? How to correcly report that ? Thanks
  21. Yes e already do that but only distance, and with a lot of planes in battlefield it's hard to keep a good SA ,for myself
  22. Hi experts just making my first button box with DCS and arduino mega. Everything works pretty fine, and it's really simple. But I have a little problem with rotary : I physically only go one way, and go back, and we can see it works sometimes, sometimes it doesn't. What did I do wrong ? is that hardware (low cost rotary) problem ? Another little problem : "TEST" for fuel doesn't work ? tried different pins, different buttons, it's the same thanks for your help.
×
×
  • Create New...