-
Posts
648 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by bones1014
-
F-4E Phantom Development Report - DCS Newsletter 31/03/2023
bones1014 replied to IronMike's topic in DCS: F-4E Phantom
I won't fault you for that. So it'll be the smokey one. That's too bad. I'll still enjoy it. -
F-4E Phantom Development Report - DCS Newsletter 31/03/2023
bones1014 replied to IronMike's topic in DCS: F-4E Phantom
Which engine will the E be released with? Is it the smokeless version? -
Takeoff / Landing roll NWS and Rudder pro tips please?
bones1014 replied to FireHazard's topic in DCS: F-16C Viper
I just leave NWS on. -
because you have an amazing crew chief.
-
STREAM DECK PROFILES LIBRARY
bones1014 replied to ZQuickSilverZ's topic in PC Hardware and Related Software
I don't have it uploaded anywhere. I have 4 stream decks so my profile for one airplane is actually 4. -
one turns the 1's position of the TACAN and the other the 10's position.
-
-
Fuel transfer indicator lights not illuminating correctly
bones1014 replied to bones1014's topic in Bugs and Problems
Maybe don't bury a totally different bug inside the post of another bug. I did look through the titles of posts in the bugs before I posted. -
My key binding for the * key had changed and I didn't catch it. derrrr... thanks
-
The rotaries don't work with the plugin but I just use regular keyboard binds. You can create "button stacks" and cycle through the key binds you set.
-
Is there a new alignment procedure for the EE? After power is applied and I rotate the Modes Selector to any other position the Alerte light blinks and the alignment won't start. Is there something I'm not doing right?
-
I didn't know which plane the arc 210 is in. The pop-up is the one in the cockpit when you mouse over the control. You can search for that text if you have to. Sent from my SM-G781U using Tapatalk
-
On which aircraft? I get that on the Mirage F1 INS panel. Might be a bug because it happens with the keyboard commands too. what else do you want from the description? It should match the popup on the mouse cursor.
-
If there are any custom functions in your current Lua that aren't in the one you want to try then yes, you will lose them. I'd suggest renaming your old one to *_backup.lua or something and try the new one. Bailey usually puts some good extras in his. I haven't used the A10C so I can't tell you anything about it.
-
Thanks. The ticking was definitely the RWR. You saved my ears! Sent from my SM-G781U using Tapatalk
-
STREAM DECK PROFILES LIBRARY
bones1014 replied to ZQuickSilverZ's topic in PC Hardware and Related Software
Take a look at mine. I added an entry for the ECM pod -
Where or is there a volume control for the RWR in the EE? The ticking sounds at normal volume really start to grate on my ears. Sure I can turn the volume down on my headphones but then I can't hear people talking.
-
I put together a button for the Mirage F1 EE ECM lights. Try it out and if someone can think of a different way to display it let me know. The font that looks the best IMO is Size 18 Courier and centered. I use an orange color and the attached lua and images. function ExportScript.BARAX_lights(mainPanelDevice) local pattern --all off condition if mainPanelDevice:get_argument_value(1265) == 0 and mainPanelDevice:get_argument_value(1266) == 0 and mainPanelDevice:get_argument_value(1267) == 0 then pattern = " " .. '\n' .. " " --E off AR on and AV on elseif mainPanelDevice:get_argument_value(1265) == 0 and mainPanelDevice:get_argument_value(1266) == 1 and mainPanelDevice:get_argument_value(1267) == 1 then pattern = " 𝐀𝐕" .. '\n' .. " 𝐀𝐑" --E off AV on AR off elseif mainPanelDevice:get_argument_value(1265) == 0 and mainPanelDevice:get_argument_value(1266) == 1 and mainPanelDevice:get_argument_value(1267) == 0 then pattern = " 𝐀𝐕" .. '\n' .. " " --E off AV off AR on elseif mainPanelDevice:get_argument_value(1265) == 0 and mainPanelDevice:get_argument_value(1266) == 0 and mainPanelDevice:get_argument_value(1267) == 1 then pattern = " " .. '\n' .. " 𝐀𝐑" end ExportScript.Tools.SendData(7001, pattern) end Mirage-F1EE.lua
-
Works just find for me with the stand-alone SRS. haven't tried with the built in version. I put the radio in PAL+G.
-
Please leave the new MT function as an option - even in the future.
bones1014 replied to wernst's topic in General Bugs
They already said that once MT has been fully tested it will be the ONLY option. -
perhaps in HUD view only the game isn't exporting that data. I don't know though.
-
Having something to either adjust the radios in the back or keep the plane in level flight while the player does so would be nice.
-
Comment out the lines. Sent from my SM-G781U using Tapatalk