Jump to content

jmossr

Members
  • Posts

    16
  • Joined

  • Last visited

Recent Profile Visitors

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

  1. You can access list_indication from within Hook like this: local function executeLuaIn(env, lua) local ret, success = dostring_in(env, lua) if success then return ret or success, nil else return nil, ret end end local indication, error = executeLuaIn('export', 'return list_indication(0)')
  2. Thank you all for your feedback. I'm glad I could contribute a little to this great community. Oh, and I still don't know who Eric and Patrick really are. They haven't contacted me yet.
  3. A new version, 1.3, is available that fixes the problem of the autopilot freezing when losing or shutting down an engine. https://www.digitalcombatsimulator.com/en/files/3330835/
  4. This is valuable information. I can reproduce the problem this way. Really weird - I'm looking into it.
  5. @Terry Dactil Your voice attack profile is very nice addition. Thank you! It may be just a typo. On my pc the folder is 'Saved Games\DCS.openbeta\Scripts'
  6. Was the radio dead too at that moment? Detection of the autopilot "switches" is tied to the radio indicator lights. So the radio needs to be powered and working for the autopilot commands to work.
  7. This mod provides a basic autopilot for the Mossie - It passes IC but works in single player sessions only: https://www.digitalcombatsimulator.com/en/files/3330835/ Enjoy!
  8. I'll try to set up something similar for the Mosquito too. [Edit:] Mosquito is supported now
  9. As the title says, this mod provides a basic autopilot for the Spitfire - It passes IC but works in single player sessions only: https://www.digitalcombatsimulator.com/en/files/3330835/ Enjoy!
  10. You could check out this mod - works in single player only: TF-51D/P51D Autopilot (digitalcombatsimulator.com)
  11. 1) I only know about an asymmetrical feel for the MongoosT-50CM2 Base. I bought mine about a year ago and it had this problem. More people reported it in this thread on the Virpil forum. After reporting the issue I received new cams, but these were flawed as well. They do feel symmetrical now but feel rough and have bumps in the curve - it feels a bit like small 'detents' you have to push through at various places. As far as I know, they are still looking for a solution. 2) I am very, very happy with my VPC Constellation Alpha but I have no other sticks to compare with except a very cheap old one. [Edit August 26] 1) Just received new cams. Problem solved.
  12. This may help. DCS: F/A-18C Hornet – Episode 15: Aircraft Shutdown by Matt Wagner on youtube
  13. I'm not a VR user but this topic seems to propose an interesting solution: Mouse pointer and head movement in VR Currently not available in DCS as far as I understand
  14. I have a similar experience using key-binds ('F' flaps down a notch, shift-'F' flaps up a notch). With flaps up and flaps lever up, pressing F will lower the flaps a notch as expected but the lever goes all the way down. Pressing F again will lower the flaps further, the lever stays down. Similar when moving flaps up. So the flaps work as expected but the lever goes out of sync all the way up or down when using keyboard input. Setting the lever with mouse left/right works fine. PS: I do love the new clouds, and the new 'view' through the propeller. Great work ED and thank you!
  15. I tried exactly that, creating a script to activate clickable actions, but failed. The required functions were/are 'private', i.e. DCS did/does not allow them to be called from within a mission script. So I reverted back to making lists of actions...
×
×
  • Create New...