Jump to content

skypickle

Members
  • Posts

    1074
  • Joined

  • Last visited

Everything posted by skypickle

  1. I found that reshade allows improved colors and also allows tweaking of contrast. As i am not a real pilot tho i cannot imagine what the real colors should be. However an experienced (and not color challenged) set of eyes could do this and those settings could be shared for comparison.
  2. I tried these two missions: https://www.digitalcombatsimulator.com/en/files/3326055/ https://www.digitalcombatsimulator.com/en/files/3325832/ Although I can communicate while on the ground, nothing appears when I hit the key combo for communications. How do I communicate with my wingmen?
  3. the discord invite outdated. Where can i find another to the 4YA discord?
  4. But where is part 2?
  5. I made a stream deck profile for the mosquito but am having an issue with stream deck buttons for the rocket controls. The on/off switch, the pair/salvo/switch and the rocket station counter button do work but they do not return any values. As a result I cannot change the button icon or the text displayed. I would appreciate any help.
  6. how much does lowering screen res help fps in VR? Thinking about a G2 but my setup is kind of old. !080 titanx (pascal) w 4930k .it does run fine at 1080p. And my led tv does upscale so jaggies are not as bad as when I use a real pc monitor.
  7. Thank you for making this mod manager as well as your clear introduction here:
  8. thank you rudel for making this thread. unfortunately the pics at the beginning are all missing.
  9. @f4l0 is it too complex for me to add unofficial modules??
  10. There’s another thread where some of the Apache consultants were describing the behavior of the real aircraft. There is a computer which keeps the heading by adjusting the tail rotor for small deviations. However, if the heading deviates more than 2 degrees then the computer thinks you are trying to turn and stops ‘helping’. This behavior is intentional and almost eliminates the need for constant boot input to maintain a heading. But if for any reason the aircraft yaws, intentionally or unintentionally, the computer backs off. this system has nothing to do with the optional attitude control. It sounded like it was also different than scas.
  11. And I can get the Hercules working with this as well elseif obj.Name == "Hercules" then dataTable.name = "A-4E-C" but it still does not show up in the aircraft list (because simshaker thinks it's an A4)
  12. settings?
  13. I dont understand why the Bronco gives so much trouble . The A4 works w simshaker flawlessly and there is only one line of code in the simshaker.lua that references the A4 elseif obj.Name == "A-4E-C" then If I use this elseif obj.Name == "Bronco-OV-10A" then dataTable.name = "A-4E-C" I still get the first NullReferenceException error but if I dismiss the dialog, then the Bronco DOES give vibration! Interestingly, the Simshaker window does not have the Bronco in its dropdown list of aircraft but it DOES have the A4- I think that is the result of the NullReference error-simshaker cannot enumerate the Bronco.
  14. I tried this elseif obj.Name == "MiG-29A" or obj.Name == "Bronco-OV-10A" or obj.Name == "MiG-29G" or obj.Name == "Su-30MKI"or obj.Name == "Su-30MKA"or obj.Name == "Su-30SM"or obj.Name == "Su-30MKM"or obj.Name == "VSN_F104G"or obj.Name == "MiG-29S" or obj.Name == "Su-25" or obj.Name == "Su-25T" or obj.Name == "Su-27" or obj.Name == "Su-33" or obj.Name == "F-15C" or obj.Name == "A-10A" or obj.Name == "J-11A" then if obj.Name == "Bronco-OV-10A" then dataTable.name = "MiG-29A" local engine = LoGetEngineInfo() You'll notice the Bronco is lumped together with the FC3 planes. but nothing happens. Even the DCS debug window in simshaker is blank-no telemetry Inserting this code before the FC3 airplanes elseif obj.Name == "Bronco-OV-10A" then dataTable.name = "MiG-29A" gives telemetry but again no vibration. However this dialog appears Clicking ok does not fix anything rather the next dialog appears. Dismissing this dialog just results in its reappearrance.
  15. After this tutorial I went to search but my google skills failed. These data are not in the manual and there isn't even a chucks guide for the apache. Does anyone have a link for this kind of info?
  16. I n this thread two Apache drivers testing for the ED team explained explained that 'heading hold' is always active in the apache until boot input moves you off axis ~2 degrees but in DCS that number was like 10-20% giving that 'stiction feel'. The update rendered the helicopter more stable for me and that annoying rolling tendency with collective inputs has been corrected. In the past, I would set attitude control to dampen out these issues but that seems unecessary now. Time will tell as I put it through its pacdesm. Still dont know if I can be CPG in a multiplayer server and have George as pilot. That is needed.
  17. Yeah , george spamming is a necessary skill to pilot this aircraft into a mission. However i have given up due to callus forming on my finger. Instead i use DCS moving map. It shows me enemies on a separate map
  18. Todays update resolved this issue.! Now applying collective only yaws to the right as expected
  19. Todays update significantly improved the handling
  20. !THIS^ The muscle memory required for two different seats needs to be explicit with use of two different controllers. Otherwise your brain will struggle remembering the different mappings
  21. If the stock simshaker.lua file is used I get this error with the Bronco If however I modify the simshaker.lua to include either : line 432: elseif obj.Name == "Bronco-OV-10A" then OR line 443: elseif obj.Name == "MiG-29A" or obj.Name == "Bronco-OV-10A" or obj.Name == "MiG-29G" or ................. then there are no errors but the seat does not not vibrate even though the debug view in simshaker is showing the changing telemetry. Jumping into an official DCS aircraft, the seat still vibrates indicating that the simshaker is properly installed and functioning.
  22. Thank you for your replies. Does manual stab control persist even above 80 knots?
  23. Unfortunately not. I also tried inserting it on its own line 432 with elseif obj.Name == "Bronco-OV-10A" then but I still get errors. Same with the Hercules mod by Anubis. What does the above error mean? How can I figure out what telemetry an aircraft exports?
  24. Typically, NOE in the FLT/utility menu is off (circle is hollow) so as you decelerate, the nose wont pitch forward. It seems this control (NOE button) allows us to set up the helicopter either to land (NOE off) or to pitch it forward for better visibility during NOE flying. So what then, is the use of manual stab control? It would seem redundant.
  25. @StrongHarm"I used the app Voice Activated Commands" Are you referring to voice attack, vaicom or something else?
×
×
  • Create New...