

dureiken
Members-
Posts
665 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by dureiken
-
Hi still not working for test knob but not a very big problem, everything else is just perfect !! thanks
-
need track replay No targets showing up on the HTS
dureiken replied to Mohamengina's topic in Bugs and Problems
do you use DCS DTC ? I think it's the problem : by default all threats are disabled, you have to check them -
need track replay No targets showing up on the HTS
dureiken replied to Mohamengina's topic in Bugs and Problems
will try to do one this afternoon -
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
-
need track replay No targets showing up on the HTS
dureiken replied to Mohamengina's topic in Bugs and Problems
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 -
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
-
Varjo Aero: Общее руководство для новых владельцев
dureiken replied to Supmua's topic in Virtual Reality
oh nice ok thanks, and on steam VR ? because I can't use OpenXR for the moment -
Varjo Aero: Общее руководство для новых владельцев
dureiken replied to Supmua's topic in Virtual Reality
Hi I just have a question for Aero : is there still shimmering ? shadows, buildings, lines ... thanks ! -
it's the blue one, a 6 way rotary I use it for other fuel selection 5 button know too, like in the F16
-
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 !
-
Hi fantastic ! what do you use to make these button box ? I mean the case thanks
-
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
-
I have the latest release (one from 2019) where to DL the good one ? thanks
-
-
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
-
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
- 1 reply
-
- 1
-
-
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
-
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
-
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
-
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
-
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.