Jump to content

Tanuki44

Members
  • Posts

    595
  • Joined

  • Last visited

Everything posted by Tanuki44

  1. I think your details needed to be said, we are thus better able to understand how it happens, even though we are sometimes frustrated :smilewink:
  2. Is it really the solution to sell a campaign through ED, your reactivity to correct is limited by their updating ... When we see the time they take to fix what they break ... To be able to do these missions, I had to translate them into French before (otherwise it was too difficult during the mission), this to take away a little of the surprise of the events, but the missions were very formative. For me, the only mission I couldn't finish is # 2 where the scenario ends when WOLF1 does not take off again ... still incomprehensible. I look forward to the next campaign :smilewink: :pilotfly:
  3. I rather consider these modes (altitude, speed) as regulators. For to engage, the speed or altitude must be stable, but if you change the altitude or speed too much, the 'regulator' disengages, although it remains displayed in the controls. Finally that's how I use it ..
  4. Respect the sequence of keys ...
  5. Exactly, if the throttle is on Idle, check the curve of axis, the mini must be at 0, even at 2% the phenomenon occurs and the temperature goes on red. With the curve starting at 0, the temperature at start-up remains at the minimum of green (~400°)
  6. Strange, I also just tested at several values, same results as Quadg, under ~40% of Gas Producer, she spins down.
  7. Single Mission or MP ? In SM, no problem to take the place of the co-pilot (flight solo case unchecked), I cannot say with MP.
  8. The procedure for starting in Huey's manual would it be wrong?  Main rotor – Check that the main rotor is turning as Gas Producer speed reaches 15%. If the rotor is not turning, abort the start.  Start switch – Release at 40% Gas Producer speed or after 40 seconds, whichever occurs first.  Throttle — Slowly increase to set normal RPM.
  9. Thank you, I found this here (but I don't have the Hornet) : https://forums.eagle.ru/forum/english/digital-combat-simulator/dcs-f-a-18c-hornet/214501-set-and-save-kneeboard-shortcuts but nothing concerning the shortcuts of the new functions 'pin', 'next pinned', 'previous pinned' ... I put on my glasses though :geek:
  10. I think we are talking about the unlock button of the throttle (currently 'Page Up') and not the 'Start' Push Button which poses no problem.
  11. Are there keyboard shortcuts for these three functions : pin, back page pinned, next page pinned. If not, how can we find the names of these functions to create the shortcuts ?
  12. Using AutoHotKey I managed to unlock the axis at the push of a button, the script checks that the throttle is at the minimum to trigger a series of key presses 'PageUp'. I even added a few options at boot time. Joy5:: ; Unlock Throttle axis with the button n°5 of joystick - xJoyb : x is the joystick number (nothing if only one) ; b is the number of button if (GetKeyState("JoyR") > 97) ; 'JoyR' is the 4th axis of the joystick ; 'JoyU' and 'JoyV': The 5th and 6th axes of the joystick. ; 97% or 3% along the throttle axis curve { Loop 12 ; counter for maintaining the pressure 'PageUp' { SendEvent {PgUp Down} Sleep 20 SendEvent {PgUp Up} } Sleep 20 Send #h ; (optional) disable 'Crew Panel' at start (LWin + H) Sleep 20 Send <+{F10} ; (optional) disable 'Labels' at start (LShift + F10) } return Enjoy :pilotfly: Idle Unlock.zip
  13. By assigning a collective button to the 'PageUp' key, as soon as the cursor has passed the 'idle ground', the accelerator becomes functional. It's not perfect, but better than nothing.
  14. Same thing, I ended up removing the connector and soldering the 4 wires directly on the pro micro and glue the cable, but it's very thin (it's better to do this before the tracks are ripped) :blink:
  15. I corrected the link and the screenshot was missing ... :thumbup:
  16. I'm not sure of the scale Unzip and put the file 'sight_XM60.tga' => \Program Files\Eagle Dynamics\DCS World OpenBeta\Mods\aircraft\Uh-1H\Cockpit\IndicationTextures I have taken the original circle sight_XM60.zip
  17. See Post https://forums.eagle.ru/forum/english/digital-combat-simulator/dcs-uh-1h-huey/7139897-reticle-pattern-m60
  18. :thumbup: It works perfectly :thumbup: until now, I calibrated in the joystick manager of Windows...but MMjoy is more powerful. Thanks
  19. Thanks for your answer All my axis are 'nothing' ... I'll test your solution and get back Is it necessary to do this for all other axis ?
  20. I defined 4 virtual buttons at the ends of a mini joystick. ​ When MMJOY2[v20160818upd1] starting, the state of these buttons is not initialized correctly or unstable. After moving the mini joytsick to the 4 ends, everything becomes ok. Would there be a solution so that the initialization is done automatically? We read on the web that the latest version [v20161101] is buggy ... Do we know the problem, is it a particular function?
  21. Door Gunners and the CoPilot do not have the ability to fire rockets ... why could AI ? and the M60 and M134 do not fire on armored vehicles (ineffective) I thought that only the pilot could fire the rockets or am I wrong?
  22. My experience is only from SP. For I won't stand up for ED on the Huey's broken things :smilewink: The problem is not that it happens, but the delay in getting it fixed.... The function is not really removed, replaced by default by a positioning indicator ... know if it's better, it's everyone's taste but leave the keyboard / button shortcut did not bother. Other keyboard or button shortcuts are missing, but luckily the code is accessible, customizable and the community is here to help.
  23. It is good to know how to edit the 'default.lua' files of the Input folder in order to be able to customize at will (example keys F1-F12 in the 'Radio Communications' menu ). :smilewink:
×
×
  • Create New...