Jump to content

bones1014

Members
  • Posts

    648
  • Joined

  • Last visited

Everything posted by bones1014

  1. I won't fault you for that. So it'll be the smokey one. That's too bad. I'll still enjoy it.
  2. Which engine will the E be released with? Is it the smokeless version?
  3. because you have an amazing crew chief.
  4. I don't have it uploaded anywhere. I have 4 stream decks so my profile for one airplane is actually 4.
  5. one turns the 1's position of the TACAN and the other the 10's position.
  6. exactly There's a left, and tap control you can set. null null
  7. 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.
  8. When I press the Fuel Transfer Indicator Test button the only lights that come on are the forward 4 tank and both 3 tanks. They also aren't illuminating as the tanks drain on their own.
  9. My key binding for the * key had changed and I didn't catch it. derrrr... thanks
  10. 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.
  11. 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?
  12. 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
  13. 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.
  14. 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.
  15. Thanks. The ticking was definitely the RWR. You saved my ears! Sent from my SM-G781U using Tapatalk
  16. Take a look at mine. I added an entry for the ECM pod
  17. 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.
  18. 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
  19. 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.
  20. They already said that once MT has been fully tested it will be the ONLY option.
  21. perhaps in HUD view only the game isn't exporting that data. I don't know though.
  22. 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.
  23. Comment out the lines. Sent from my SM-G781U using Tapatalk
  24. In this case you DO want to display default values. That's what the function will be doing. I wish I could test it out.
×
×
  • Create New...