-
Posts
648 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by bones1014
-
I was having the same problem with accessing controls. If I waited long enough it would respond. Foldable view helps.
-
I tried committing a change. Github is confusing to me. lmk if it worked.
-
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.
-
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.
-
I'm also interested in doing this.
-
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.
-
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
-
Has anyone started extracting the clickable? Unfortunately I'm still at work.
-
of course Just need the starter file to begin buildng.
-
Who's ready to put together their F4 profile?
-
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.
-
That's pretty sweet.
-
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?
-
[REPORTED] HUD course steering cue with INS in NAV DCS 2.9
bones1014 replied to Britchot's topic in Problems and Bugs
I put mine into nav and got the same result as you. Putting it in IFA fixed it. -
[REPORTED] HUD course steering cue with INS in NAV DCS 2.9
bones1014 replied to Britchot's topic in Problems and Bugs
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. -
I've accidentally used it too and I don't know how to disable it.
-
AGM-65 H Do have the hand off functionality?
bones1014 replied to edudix's topic in DCS: F-16C Viper
Why are you using optical anyway? You get better performance with IR Mavs. And no, optical mavs do not work with the TGP. -
STREAM DECK PROFILES LIBRARY
bones1014 replied to ZQuickSilverZ's topic in PC Hardware and Related Software
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 -
Can you confirm is not even in ALPHA stage?
bones1014 replied to pepin1234's topic in DCS: Mirage F1
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.