Jump to content

bones1014

Members
  • Posts

    648
  • Joined

  • Last visited

Everything posted by bones1014

  1. I would like an indicated airspeed, bombing interval, and altitude readouts. I'll look into those. Wish me luck. lol
  2. I was having the same problem with accessing controls. If I waited long enough it would respond. Foldable view helps.
  3. I tried committing a change. Github is confusing to me. lmk if it worked.
  4. yep. I've been doing the same thing. I need to do proper github pulls to update stuff and submit it back to the main file.
  5. it's a substitution for a rotary knob. In the image the top is the one that works and it's a momentary button input. The bottom one is a thumb input and is like a rotary knob. null yea I've noticed the same issue. the fix on the user end is just to take all the repeating numbers off the end and cut it down from 0.333333 to 0.3.
  6. I'm also interested in doing this.
  7. It's not a problem if you use the 955 button press instead of the thumb input.
  8. Looks like the Compass Mode control crashes the Streamdeck app if you try to use value 955 with the thumb input. Works fine if you use 955 with a momentary button. null
  9. Thanks for the work on the phantom profile! I'll grab it tonight.
  10. I'm stuck on how to create the initial file for the Phantom. I've honestly never been able to create this. I don't know what the module name is that the scrip will be looking for.
  11. I got the clickable stuff exported. I'm not sure how to quickly convert it into the lua format. Some guys seem to be able to crank it out pretty quick and I don't know their secret.F-4E_clickabledata.csv
  12. Has anyone started extracting the clickable? Unfortunately I'm still at work.
  13. of course Just need the starter file to begin buildng.
  14. Who's ready to put together their F4 profile?
  15. Has anyone setup a profile for the NS430 navigation?
  16. I have one and use it for a radio panel. You just attach a hotkey to the rotary and assign a keybind just like regular Streamdeck buttons. You can also build button stacks and cycle through controls by pressing the rotary control down. Pretty handy.
  17. That's pretty sweet.
  18. There doesn't appear to be an available key bind for the EDP Brightness control to light the engine gauges beneath the glare shield. If it's truly missing, and it's not just me, can we get one added?
  19. I put mine into nav and got the same result as you. Putting it in IFA fixed it.
  20. probably not the way it's supposed to be but set your alignment knob to IFA instead of NAV after alignment. Works in that position.
  21. I've accidentally used it too and I don't know how to disable it.
  22. Why are you using optical anyway? You get better performance with IR Mavs. And no, optical mavs do not work with the TGP.
  23. I'd really think on it and make sure building a button with speed and heading is worth it when the information is displayed on the HUD and helmet display. You can use a round function to chop off decimals you don't need. local tens_knob = ExportScript.Tools.round(mainPanelDevice:get_argument_value(412) * 10, 0) local ones_knob = ExportScript.Tools.round(mainPanelDevice:get_argument_value(413) * 10, 0) local tenths_knob = ExportScript.Tools.round(mainPanelDevice:get_argument_value(414) * 10, 0) local hundredths_knob = string.format("%.2d", mainPanelDevice:get_argument_value(415) * 100) I included a picture of my Harrier deck with a three position switch for the water injection. null
  24. Ace level AI fly where ever they way however fast they want. I've flown the 16 against Ace Mig21's and always lose in a vertical fight because they're using a Saturn V engine apparently.
×
×
  • Create New...